e2e network test reorganization

the sig-network e2e tests related to services has more than 3k lines.
Some of those e2e tests are related to loadbalancers, that are
cloud provider specific and have special requirements.

We split up the services file and keeps the loadbalancers e2e tests
in their own file and with their own tag, so it is easier to skip
for people that don't run e2e tests in cloud providers.
This commit is contained in:
Antonio Ojea 2021-01-24 01:12:42 +01:00
parent 676079605d
commit 63dce95fd2
3 changed files with 1200 additions and 1132 deletions

View File

@ -25,6 +25,7 @@ go_library(
"ingress_scale.go",
"ingressclass.go",
"kube_proxy.go",
"loadbalancer.go",
"network_policy.go",
"network_tiers.go",
"networking.go",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff