From 025f946784a9cf7a3e28f27b12f2967815eb41d7 Mon Sep 17 00:00:00 2001 From: xiangpengzhao Date: Tue, 31 Oct 2017 12:07:51 +0800 Subject: [PATCH] Update conformance testdata for e2e node conformance tests --- test/conformance/testdata/conformance.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) 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"