iwita 445e0f60bf init-commit 5 gadi atpakaļ
..
BUILD 445e0f60bf init-commit 5 gadi atpakaļ
OWNERS 445e0f60bf init-commit 5 gadi atpakaļ
README.md 445e0f60bf init-commit 5 gadi atpakaļ
apparmor.go 445e0f60bf init-commit 5 gadi atpakaļ
crictl.go 445e0f60bf init-commit 5 gadi atpakaļ
events.go 445e0f60bf init-commit 5 gadi atpakaļ
framework.go 445e0f60bf init-commit 5 gadi atpakaļ
kubelet.go 445e0f60bf init-commit 5 gadi atpakaļ
kubelet_perf.go 445e0f60bf init-commit 5 gadi atpakaļ
mount_propagation.go 445e0f60bf init-commit 5 gadi atpakaļ
node_problem_detector.go 445e0f60bf init-commit 5 gadi atpakaļ
pod_gc.go 445e0f60bf init-commit 5 gadi atpakaļ
pods.go 445e0f60bf init-commit 5 gadi atpakaļ
pre_stop.go 445e0f60bf init-commit 5 gadi atpakaļ
runtimeclass.go 445e0f60bf init-commit 5 gadi atpakaļ
security_context.go 445e0f60bf init-commit 5 gadi atpakaļ
ssh.go 445e0f60bf init-commit 5 gadi atpakaļ
ttlafterfinished.go 445e0f60bf init-commit 5 gadi atpakaļ

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.