mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
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:
parent
676079605d
commit
63dce95fd2
@ -25,6 +25,7 @@ go_library(
|
||||
"ingress_scale.go",
|
||||
"ingressclass.go",
|
||||
"kube_proxy.go",
|
||||
"loadbalancer.go",
|
||||
"network_policy.go",
|
||||
"network_tiers.go",
|
||||
"networking.go",
|
||||
|
1199
test/e2e/network/loadbalancer.go
Normal file
1199
test/e2e/network/loadbalancer.go
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user