k3s/test/e2e/node
Yu-Ju Hong e5bd6b1e8e Add a README in test/e2e/node with a warning 2018-07-06 16:48:35 -07:00
..
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
OWNERS
README.md Add a README in test/e2e/node with a warning 2018-07-06 16:48:35 -07:00
apparmor.go enable to specific unconfined AppArmor profile 2017-09-28 10:06:36 +08:00
events.go migration pod relevant e2e tests to sig node 2017-11-07 11:16:59 +08:00
framework.go Rename e2e sig framework files 2017-08-02 09:33:19 +08:00
kubelet.go Remove kubectl reapers 2018-05-25 22:18:05 +02:00
kubelet_perf.go Remove kubectl reapers 2018-05-25 22:18:05 +02:00
mount_propagation.go Update e2e test with private mount propagation 2018-04-12 15:47:30 +02:00
pod_gc.go migration pod relevant e2e tests to sig node 2017-11-07 11:16:59 +08:00
pods.go Pod deletion can be contended, causing test failure 2018-03-26 11:17:21 -04:00
pre_stop.go migration pod relevant e2e tests to sig node 2017-11-07 11:16:59 +08:00
security_context.go Change docker/default to runtime/default 2018-04-19 10:39:53 -07:00
ssh.go migration pod relevant e2e tests to sig node 2017-11-07 11:16:59 +08: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.