k3s/test/e2e/network
Patrick Ohly 8b17db7e0c e2e: modular framework
Not all users of the E2E framework want to run cloud-provider specific
tests. By splitting out the code it becomes possible to decide in
a E2E test suite which providers are supported.

This is achieved in two ways:
- the framework calls certain functions through a provider
  interface instead of calling specific cloud provider functions
  directly
- tests that are cloud-provider specific directly import the
  new provider packages

The ingress test utilities are only needed by a few tests. Splitting
them out into a separate package makes the framework simpler for test
suites not using those tests.

Fixes: #66649
2018-10-11 11:16:11 +02:00
..
scale e2e: modular framework 2018-10-11 11:16:11 +02:00
BUILD Moving the cloudprovider interface to staging. 2018-10-04 14:41:20 -07:00
OWNERS
dns.go Output more context with the log messages, and general style tweaks 2018-08-21 20:52:47 +10:00
dns_common.go Output more context with the log messages, and general style tweaks 2018-08-21 20:52:47 +10:00
dns_configmap.go Disable DNS federation test 2018-09-18 10:23:03 -07:00
dns_scale_records.go Replace Parallelize with function ParallelizeUntil and formally deprecate the Parallelize 2018-10-05 17:56:56 +08:00
doc.go
example_cluster_dns.go Merge pull request #67105 from cadmuxe/fix_example_test 2018-09-24 13:19:21 -07:00
firewall.go e2e: modular framework 2018-10-11 11:16:11 +02:00
framework.go Add [sig-network] prefix to network e2e tests 2017-07-25 08:56:35 +08:00
ingress.go e2e: modular framework 2018-10-11 11:16:11 +02:00
ingress_scale.go [e2e ingress-gce] Scale test to measure ingress create/update latency 2018-02-08 17:49:47 -08:00
kube_proxy.go Use /proc/net/nf_conntrack. 2018-01-21 20:34:39 +01:00
network_policy.go e2e test harness - use busybox from dockerhub 2018-08-07 11:22:16 -04:00
network_tiers.go e2e: modular framework 2018-10-11 11:16:11 +02:00
networking.go Don't share nodePort service in session affinity tests 2017-11-05 22:42:33 -08:00
networking_perf.go fix all the typos across the project 2018-02-11 11:04:14 +08:00
no_snat.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
proxy.go Adding details to Conformance Tests using RFC 2119 standards. 2018-07-31 14:19:28 -07:00
service.go e2e: modular framework 2018-10-11 11:16:11 +02:00
service_latency.go Adding details to Conformance Tests using RFC 2119 standards. 2018-07-31 14:19:28 -07:00
util_iperf.go fix newline in raw string in e2e net perf case 2017-10-25 13:26:43 +08:00