Cleanup and standardization of e2e test definitions (#5090)
This commit is contained in:
parent
45c9f94b17
commit
cc318cdec1
76 changed files with 90 additions and 133 deletions
|
|
@ -34,7 +34,7 @@ import (
|
|||
"k8s.io/ingress-nginx/test/e2e/framework"
|
||||
)
|
||||
|
||||
var _ = framework.IngressNginxDescribe("Status Update [Status]", func() {
|
||||
var _ = framework.IngressNginxDescribe("[Status] status update", func() {
|
||||
f := framework.NewDefaultFramework("status-update")
|
||||
host := "status-update"
|
||||
address := getHostIP()
|
||||
|
|
@ -106,7 +106,7 @@ var _ = framework.IngressNginxDescribe("Status Update [Status]", func() {
|
|||
}
|
||||
}()
|
||||
|
||||
err = wait.Poll(10*time.Second, 4*time.Minute, func() (done bool, err error) {
|
||||
err = wait.Poll(5*time.Second, 4*time.Minute, func() (done bool, err error) {
|
||||
ing, err = f.KubeClientSet.NetworkingV1beta1().Ingresses(f.Namespace).Get(host, metav1.GetOptions{})
|
||||
if err != nil {
|
||||
return false, nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue