[CRIU] [PATCH] test: poll -- Move it out of namespace list

Cyrill Gorcunov gorcunov at openvz.org
Wed Mar 25 11:03:21 PDT 2015


For some reason it returns ENOENT sometime
when run in namespace. Need to figure out
why. Disable it for a while to continue
testing the rest.

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 test/zdtm.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/zdtm.sh b/test/zdtm.sh
index dd2ea1c702d3..81bbc3138bfd 100755
--- a/test/zdtm.sh
+++ b/test/zdtm.sh
@@ -151,7 +151,6 @@ generate_test_list()
 		static/dumpable01
 		static/dumpable02
 		static/deleted_dev
-		static/poll
 	"
 
 	#
@@ -197,6 +196,7 @@ generate_test_list()
 		static/cgroup02
 		ns/static/clean_mntns
 		static/remap_dead_pid
+		static/poll
 	"
 
 	TEST_CR_KERNEL="
-- 
1.9.3



More information about the CRIU mailing list