kubernetes/test/e2e/node
2023-03-12 23:46:40 +00:00
..
apparmor.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
crictl.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
events.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
examples.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
framework.go
kubelet_perf.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
kubelet.go Revert "Add e2e tests for node log viewer" (#114636) 2022-12-21 08:07:27 -08:00
mount_propagation.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
node_problem_detector.go test: Simplify NPD start timestamp calculation 2023-02-08 13:58:45 -08:00
OWNERS
pod_gc.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
pod_resize.go Set default resize policy only for specified resource types, rename RestartNotRequired -> NotRequired 2023-03-12 23:46:40 +00:00
pods.go retry on conflict for negative TerminationGracePeriodSeconds update 2023-03-01 12:55:58 +08:00
pre_stop.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
README.md
runtimeclass.go e2e node: Update runtime class handler skip logic 2023-01-24 14:43:24 -08:00
security_context.go Don't explicitly set image version in tests 2023-02-02 19:06:00 +01:00
ssh.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
taints.go e2e node tains stop controller with context 2022-12-18 22:44:20 +00: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.