mirror of https://github.com/k3s-io/k3s
Move remain ESIPP tests to the slow suite
parent
f96b187fcb
commit
84224ac532
|
@ -1325,7 +1325,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
|
namespace := f.Namespace.Name
|
||||||
serviceName := "external-local"
|
serviceName := "external-local"
|
||||||
jig := framework.NewServiceTestJig(cs, serviceName)
|
jig := framework.NewServiceTestJig(cs, serviceName)
|
||||||
|
@ -1385,7 +1385,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
|
namespace := f.Namespace.Name
|
||||||
serviceName := "external-local"
|
serviceName := "external-local"
|
||||||
jig := framework.NewServiceTestJig(cs, serviceName)
|
jig := framework.NewServiceTestJig(cs, serviceName)
|
||||||
|
@ -1432,7 +1432,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
|
namespace := f.Namespace.Name
|
||||||
serviceName := "external-local"
|
serviceName := "external-local"
|
||||||
jig := framework.NewServiceTestJig(cs, serviceName)
|
jig := framework.NewServiceTestJig(cs, serviceName)
|
||||||
|
|
Loading…
Reference in New Issue