kubernetes/test/e2e/node
2022-04-20 17:12:09 +00:00
..
apparmor.go test/e2e/framework: configure pod security admission level for e2e tests 2022-03-28 15:42:10 +02:00
crictl.go test/e2e/framework: configure pod security admission level for e2e tests 2022-03-28 15:42:10 +02:00
events.go test/e2e/framework: configure pod security admission level for e2e tests 2022-03-28 15:42:10 +02:00
examples.go test/e2e/framework: configure pod security admission level for e2e tests 2022-03-28 15:42:10 +02:00
framework.go Remove KubeDescribe from SIGDescribe calls 2021-02-26 08:49:25 +01:00
kubelet_perf.go test/e2e/*: default existing tests to privileged pod security policy 2022-04-05 08:41:12 +02:00
kubelet.go use privileged enforce level for nfs test 2022-04-01 15:22:34 +08:00
mount_propagation.go test/e2e/framework: configure pod security admission level for e2e tests 2022-03-28 15:42:10 +02:00
node_problem_detector.go test/e2e/*: default existing tests to privileged pod security policy 2022-04-05 08:41:12 +02:00
OWNERS sig-node: endocrimes as e2e_node approver 2022-04-20 17:12:09 +00:00
pod_gc.go test/e2e/*: default existing tests to privileged pod security policy 2022-04-05 08:41:12 +02:00
pods.go test/e2e/framework: configure pod security admission level for e2e tests 2022-03-28 15:42:10 +02:00
pre_stop.go test/e2e/framework: configure pod security admission level for e2e tests 2022-03-28 15:42:10 +02:00
README.md Update deprecated links 2019-02-15 09:13:07 -05:00
runtimeclass.go test/e2e/framework: configure pod security admission level for e2e tests 2022-03-28 15:42:10 +02:00
security_context.go test/e2e/framework: configure pod security admission level for e2e tests 2022-03-28 15:42:10 +02:00
ssh.go test/e2e/*: default existing tests to privileged pod security policy 2022-04-05 08:41:12 +02:00
taints.go test/e2e/framework: configure pod security admission level for e2e tests 2022-03-28 15:42:10 +02:00

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.