kubernetes/test/e2e/framework
Antonio Ojea 638da25dd1 Revert "use uncommon ports for e2e network test"
This reverts commit be1ed2f43a.

The problem happens when the pod tries to be scheduled, not the
service. Also, maybe skipping is not the best idea ...
2020-12-14 08:56:16 +01:00
..
auth generated: run refactor 2020-02-08 12:30:21 -05:00
autoscaling Move resource methods from e2e fw to e2e resource fw 2020-03-08 15:27:49 +08:00
config test/ : fix non-ascii characters 2020-02-09 01:40:44 +08:00
deployment e2e/frameworK: refactor GetPodsForDeployment to not depend on 2020-03-17 18:38:52 -04:00
endpoints Wait for both endpoints and endpointslices in e2e tests 2020-07-31 17:24:53 +02:00
endpointslice Wait for both endpoints and endpointslices in e2e tests 2020-07-31 17:24:53 +02:00
events Address issues with test failures 2020-06-08 20:41:32 +12:00
ginkgowrapper Move skip method from e2e fw ginkgowrapper to e2e skipper fw 2020-02-13 06:25:43 +08:00
gpu e2e: move funs of framework/gpu to e2e_node 2019-12-16 00:53:01 +08:00
ingress remove secondary client retries in e2e tests 2020-10-15 08:30:42 -04:00
job e2e/framework: remove imports to pkg/controller/job 2020-03-17 16:55:56 -04:00
kubectl Use namespace flag passed to RunKubectl* methods 2020-09-11 14:51:03 +02:00
kubelet refactor: migrate node e2e tests off insecure port 2020-10-20 00:12:58 +08:00
kubesystem refactor: migrate health checks of control-plane off insecure port in tests 2020-10-31 11:39:25 +08:00
log Update .import-aliases for e2e test framework 2020-03-25 11:40:02 +08:00
manifest test/e2e/framework/util.go:move DsFromManifest to test/e2e/framework/manifest , and rename it to DaemonSetFromURL 2020-04-14 09:54:41 +08:00
metrics Avoid DeprecatedMightBeMasterNode() in e2e metrics 2020-06-25 23:08:24 +00:00
network Revert "use uncommon ports for e2e network test" 2020-12-14 08:56:16 +01:00
node e2e dualstack test fixes 2020-11-16 23:18:30 +01:00
perf Move PrintPerfData to the test 2019-08-23 19:33:24 +00:00
pod e2e: promote use of functions that support custom timeouts in storage tests. 2020-12-02 16:14:13 -03:00
providers Use topology labels instead of old beta names (#96033) 2020-11-05 20:26:50 -08:00
pv e2e: use custom timeouts in all storage E2E tests 2020-12-02 15:57:58 -03:00
rc Move resource methods from e2e fw to e2e resource fw 2020-03-08 15:27:49 +08:00
replicaset generated: run refactor 2020-02-07 18:16:47 -08:00
resource test/e2e/framework: remove direct dependency to k8s.io/kubernetes/pkg/controller 2020-03-26 23:21:22 +08:00
security move apparmor annotation constants to k8s.io/api/core/v1 2020-04-06 10:22:04 -04:00
service add e2e test for Service ExternalIPs 2020-11-22 00:57:29 +01:00
skipper refector service some e2e cases to make it runing in multi providers 2020-10-30 19:39:02 +08:00
ssh remove secondary client retries in e2e tests 2020-10-15 08:30:42 -04:00
statefulset Moved e2e/manifests to e2e test framework 2020-04-09 20:48:52 -04:00
testfiles decouple testfiles from framework 2020-06-29 14:54:09 -07:00
timer Use framework.ExpectEqual() in unit test 2019-11-07 10:31:31 +08:00
volume Extract testsuite api to a separate package 2020-12-10 11:12:51 -08:00
websocket test/e2e/framework:move OpenWebSocketForURL to subpackage(new) websocket 2020-03-24 22:54:35 +08:00
.import-restrictions plumb service account token down to csi driver 2020-11-12 09:26:43 -08:00
BUILD e2e: add custom timeouts to E2E framework 2020-12-02 15:57:58 -03:00
cleanup.go Make AfterSuite hooks ordered 2020-05-13 11:15:27 -04:00
exec_util.go Add a verbosity option to exec 2020-11-03 17:20:48 -05:00
expect.go Add more E2E tests for the ../poddisruptionbudgets endpoint 2020-02-18 11:19:30 -08:00
flake_reporting_util.go Copy PrettyPrintJSON to core framework 2019-09-23 18:10:50 +00:00
framework.go e2e: add custom timeouts to E2E framework 2020-12-02 15:57:58 -03:00
log.go Remove unused FailfWithOffset() 2020-10-01 21:04:12 +00:00
log_size_monitoring.go Updated symbol 'framework.GetMasterHost' to not use word 'master' 2020-09-29 21:05:39 -07:00
log_test.go Remove unused FailfWithOffset() 2020-10-01 21:04:12 +00:00
nodes_util.go Merge pull request #94287 from jingyih/update_etcd_server_3p4p13 2020-09-01 15:35:20 -07:00
OWNERS promote SataQiu to an approver of test and test/e2e/framework 2019-12-12 10:49:31 +08:00
pods.go Renamed image "white lists" to pre-pull image lists in test 2020-07-01 13:48:47 -04:00
ports.go refactor: migrate health checks of control-plane off insecure port in tests 2020-10-31 11:39:25 +08:00
provider.go fix golint failures of e2e/framework/pods.go, provider.go, upgrade_util.go 2019-04-01 16:04:29 +08:00
psp.go Detect PSP enablement more accurately 2020-06-03 13:14:19 -04:00
resource_usage_gatherer.go Updated symbol 'framework.GetMasterHost' to not use word 'master' 2020-09-29 21:05:39 -07:00
size.go Separate e2enetwork from e2e core framework 2019-10-25 17:58:20 +00:00
test_context.go Update to include windows / description of how NodeOSDistro is used in the e2es 2020-11-18 15:45:03 -05:00
timeouts.go e2e: add new custom timeout value for slow PV deletion 2020-12-02 15:57:58 -03:00
util.go e2e: promote use of functions that support custom timeouts in storage tests. 2020-12-02 16:14:13 -03:00