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:
Kubernetes Submit Queue 2017-04-24 23:54:41 -07:00 committed by GitHub
commit 45d96c72bf

View File

@ -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)