Add tcp e2e test
This commit is contained in:
parent
168f30d1ec
commit
654eceda46
4 changed files with 110 additions and 4 deletions
|
|
@ -39,6 +39,7 @@ import (
|
|||
_ "k8s.io/ingress-nginx/test/e2e/settings"
|
||||
_ "k8s.io/ingress-nginx/test/e2e/ssl"
|
||||
_ "k8s.io/ingress-nginx/test/e2e/status"
|
||||
_ "k8s.io/ingress-nginx/test/e2e/tcpudp"
|
||||
)
|
||||
|
||||
// RunE2ETests checks configuration parameters (specified through flags) and then runs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue