mirror of https://github.com/k3s-io/k3s
ae0dde5c7d
A long time ago, We added the image prepulling as a workaround due to the overwhelming amount of flake caused by pulling during the tests. This functionality has been broken for a while now when we switched to a COS image where mounting `docker` binary into `busybox` stopped working. So we just have dead code we should clean up. Change-Id: I538171a5c1d9361eee7f9e0a99655b88b1721e3e |
||
---|---|---|
.. | ||
BUILD | ||
OWNERS | ||
README.md | ||
apparmor.go | ||
crictl.go | ||
events.go | ||
framework.go | ||
kubelet.go | ||
kubelet_perf.go | ||
mount_propagation.go | ||
pod_gc.go | ||
pods.go | ||
pre_stop.go | ||
security_context.go | ||
ssh.go |
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.