kubernetes/test/e2e/network
Patrick Ohly f2d34426f8 e2e: enhance SIGDescribe
framework.SIGDescribe is better because:
- Ginkgo uses the source code location of the test, not of the wrapper,
  when reporting progress.
- Additional annotations can be passed.

To make this a drop-in replacement, framework.SIGDescribe generates a function
that can be used instead of the former SIGDescribe functions.

windows.SIGDescribe contained some additional code to ensure that tests are
skipped when not running with a suitable node OS. This gets moved into a
separate wrapper generator, to allow using framework.SIGDescribe as intended.
To ensure that all callers were modified, the windows.sigDescribe isn't
exported anymore (wasn't necessary in the first place!).
2023-10-10 18:15:49 +02:00
..
common e2e: enhance SIGDescribe 2023-10-10 18:15:49 +02:00
netpol e2e_network:stop using deprecated framework.ExpectError 2023-09-04 11:04:29 +08:00
scale test: replace intstr.FromInt with intstr.FromInt32 2023-05-10 09:34:16 +02:00
.import-restrictions e2e: revise import restrictions 2023-02-12 14:56:45 +01:00
conntrack.go Merge pull request #120403 from wlq1212/cheanup/notwork/expectnotequal 2023-09-14 01:00:16 -07:00
dns.go e2e: remove redundant spaces in test names 2023-09-29 08:30:57 +02:00
dns_common.go Merge pull request #119494 from carlory/cleanup-e2e-network-framework-equal 2023-08-18 03:06:28 -07:00
dns_configmap.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
dns_scale_records.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
doc.go
dual_stack.go Fix scalability concerns in test runs 2023-09-30 00:17:51 +09:00
endpointslice.go Merge pull request #119494 from carlory/cleanup-e2e-network-framework-equal 2023-08-18 03:06:28 -07:00
endpointslicemirroring.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
example_cluster_dns.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
firewall.go remove an e2e test specific to kubeup clusters 2023-10-02 16:21:41 +01:00
fixture.go test: replace intstr.FromInt with intstr.FromInt32 2023-05-10 09:34:16 +02:00
funny_ips.go Merge pull request #117631 from skitt/intstr-fromint32-testing 2023-08-15 15:16:27 -07:00
hostport.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
ingress.go e2e_network:stop using deprecated framework.ExpectNotEqual 2023-09-13 18:46:49 +08:00
ingress_scale.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
ingressclass.go e2e: remove redundant spaces in test names 2023-09-29 08:30:57 +02:00
kube_proxy.go e2e_network:stop using deprecated framework.ExpectNotEqual 2023-09-13 18:46:49 +08:00
loadbalancer.go remove gce healthcheck interval e2e lb test 2023-09-17 19:47:32 +00:00
network_policy.go Rolling back network policy tests 2021-01-27 18:58:52 -05:00
network_tiers.go e2e_network: stop using deprecated framework.ExpectEqual 2023-08-18 14:54:15 +08:00
networking.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
networking_perf.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
no_snat.go e2e_network:stop using deprecated framework.ExpectNotEqual 2023-09-13 18:46:49 +08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
pod_lifecycle.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
proxy.go e2e: remove redundant spaces in test names 2023-09-29 08:30:57 +02:00
service.go e2e: remove redundant spaces in test names 2023-09-29 08:30:57 +02:00
service_latency.go e2e: remove redundant spaces in test names 2023-09-29 08:30:57 +02:00
topology_hints.go Merge pull request #117631 from skitt/intstr-fromint32-testing 2023-08-15 15:16:27 -07:00
util.go Merge pull request #119494 from carlory/cleanup-e2e-network-framework-equal 2023-08-18 03:06:28 -07:00
util_iperf.go update to remove github.com/pkg/errors 2021-06-23 22:56:48 +08:00