kubernetes/test/e2e/node
2024-10-17 17:14:04 -07:00
..
apparmor.go Rename AppArmor annotation constants with Deprecated 2024-03-06 10:46:31 -08:00
crictl.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
events.go test/e2e: do not use global variable for image 2024-04-22 19:29:39 +08:00
examples.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
framework.go e2e: enhance SIGDescribe 2023-10-10 18:15:49 +02:00
gpu.go Re-add nvidia-gpu-device-plugin.yaml in test suite itself 2024-09-27 14:23:57 -04:00
kubelet.go drop deprecated PollWithContext and adopt PollUntilContextTimeout instead 2024-06-21 19:23:31 +08:00
kubelet_perf.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
mount_propagation.go always use the last entry in the pidof command as that is the oldest 2024-09-20 09:05:31 -04:00
node_lifecycle.go Promote Node lifecycle e2e test to Conformance 2024-09-10 09:59:59 +12:00
node_problem_detector.go Move DockerHung test in the end 2024-04-16 17:48:16 +02:00
OWNERS Remove ehashman from sig-node roles 2022-11-01 12:16:43 -07:00
pod_gc.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
pod_resize.go test: remove container runtime check and fix other nits 2024-10-17 17:14:04 -07:00
pods.go Merge pull request #120397 from ty-dc/StaticCheck 2023-10-24 05:25:52 +02:00
pre_stop.go e2e: remove redundant spaces in test names 2023-09-29 08:30:57 +02:00
README.md Update deprecated links 2019-02-15 09:13:07 -05:00
runtimeclass.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
security_context.go KEP-3619: implement e2e test for SupplementalGroupsPolicy 2024-07-16 12:36:00 +09:00
ssh.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
taints.go fix: enable and fixes rules from testifylint on test package 2024-06-30 05:44:47 +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.