k3s/test/e2e/node
Tim Allclair fe7fe3cc64 Implement a basic RuntimeClass E2E 2018-10-29 12:44:56 -07:00
..
BUILD Implement a basic RuntimeClass E2E 2018-10-29 12:44:56 -07:00
OWNERS
README.md
apparmor.go
crictl.go
events.go Merge pull request #66209 from tianshapjq/should-not-fmtprintf 2018-08-17 02:27:10 -07:00
framework.go
kubelet.go
kubelet_perf.go Remove e2e-image-puller 2018-09-03 20:43:54 -04:00
mount_propagation.go
pod_gc.go
pods.go Remove conformance tag from flaky test 2018-08-30 09:10:37 -04:00
pre_stop.go
runtimeclass.go Implement a basic RuntimeClass E2E 2018-10-29 12:44:56 -07:00
security_context.go
ssh.go e2e: change test strings to avoid error highlighting 2018-10-03 09:37:26 -07:00

README.md

WARNING: Do not add tests in this directory

There are two types of end-to-end tests in Kubernetes:

Tests located in ${KUBE_ROOT}/test/e2e/common are shared by both Cluster and Node E2E test jobs. Tests in ${KUBE_ROOT}/test/e2e_node are exclusively owned by Node E2E. If you want to add a test, most likely than not, you want to add the test to one of the two directories mentioned above. If you are unsure, please check with the OWNER of the directory. This directory currently contains misplaced and legacy tests; they will be cleaned up in the future.