diff --git a/test/conformance/testdata/conformance.txt b/test/conformance/testdata/conformance.txt index a1b79a138ff..c5f8ec63dbf 100755 --- a/test/conformance/testdata/conformance.txt +++ b/test/conformance/testdata/conformance.txt @@ -148,3 +148,13 @@ test/e2e/node/pre_stop.go: "should call prestop when killing a pod " test/e2e/scheduling/predicates.go: "validates resource limits of pods that are allowed to run " test/e2e/scheduling/predicates.go: "validates that NodeSelector is respected if not matching " test/e2e/scheduling/predicates.go: "validates that NodeSelector is respected if matching " +test/e2e_node/kubelet_test.go: "it should print the output to logs" +test/e2e_node/kubelet_test.go: "it should not write to root filesystem" +test/e2e_node/lifecycle_hook_test.go: "should execute poststart exec hook properly" +test/e2e_node/lifecycle_hook_test.go: "should execute prestop exec hook properly" +test/e2e_node/lifecycle_hook_test.go: "should execute poststart http hook properly" +test/e2e_node/lifecycle_hook_test.go: "should execute prestop http hook properly" +test/e2e_node/mirror_pod_test.go: "should be updated when static pod updated" +test/e2e_node/mirror_pod_test.go: "should be recreated when mirror pod gracefully deleted" +test/e2e_node/mirror_pod_test.go: "should be recreated when mirror pod forcibly deleted" +test/e2e_node/runtime_conformance_test.go: "it should run with the expected status"