Add e2e tests to verify the correct source IP address

This commit is contained in:
Manuel de Brito Fontes 2017-11-13 17:26:13 -03:00
parent a479bcd4fb
commit 57f43989fd
2 changed files with 133 additions and 1 deletions

View file

@ -26,9 +26,11 @@ import (
"k8s.io/apiserver/pkg/util/logs"
_ "k8s.io/client-go/plugin/pkg/client/auth"
"k8s.io/ingress-nginx/test/e2e/framework"
_ "k8s.io/ingress-nginx/test/e2e/annotations"
_ "k8s.io/ingress-nginx/test/e2e/defaultbackend"
"k8s.io/ingress-nginx/test/e2e/framework"
_ "k8s.io/ingress-nginx/test/e2e/settings"
)
// RunE2ETests checks configuration parameters (specified through flags) and then runs