mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #44582 from MrHohn/esipp-e2e-moveout
Automatic merge from submit-queue Move remain ESIPP tests to the slow suite Continue PR of #38149. It moves the remain ESIPP tests to the slow suite to help capture breaking changes. /assign @thockin @freehan **Release note**: ```release-note NONE ```
This commit is contained in:
commit
45d96c72bf
@ -1334,7 +1334,7 @@ var _ = framework.KubeDescribe("ESIPP [Slow]", func() {
|
||||
}
|
||||
})
|
||||
|
||||
It("should only target nodes with endpoints [Feature:ExternalTrafficLocalOnly]", func() {
|
||||
It("should only target nodes with endpoints", func() {
|
||||
namespace := f.Namespace.Name
|
||||
serviceName := "external-local"
|
||||
jig := framework.NewServiceTestJig(cs, serviceName)
|
||||
@ -1394,7 +1394,7 @@ var _ = framework.KubeDescribe("ESIPP [Slow]", func() {
|
||||
}
|
||||
})
|
||||
|
||||
It("should work from pods [Feature:ExternalTrafficLocalOnly]", func() {
|
||||
It("should work from pods", func() {
|
||||
namespace := f.Namespace.Name
|
||||
serviceName := "external-local"
|
||||
jig := framework.NewServiceTestJig(cs, serviceName)
|
||||
@ -1441,7 +1441,7 @@ var _ = framework.KubeDescribe("ESIPP [Slow]", func() {
|
||||
}
|
||||
})
|
||||
|
||||
It("should handle updates to source ip annotation [Feature:ExternalTrafficLocalOnly]", func() {
|
||||
It("should handle updates to source ip annotation", func() {
|
||||
namespace := f.Namespace.Name
|
||||
serviceName := "external-local"
|
||||
jig := framework.NewServiceTestJig(cs, serviceName)
|
||||
|
Loading…
Reference in New Issue
Block a user