Add e2e tests to verify the correct source IP address
This commit is contained in:
parent
a479bcd4fb
commit
57f43989fd
2 changed files with 133 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue