[CRIU] [PATCH 3/3] zdtm: Mark ns tests as auto
Kirill Tkhai
ktkhai at virtuozzo.com
Wed May 17 05:19:49 PDT 2017
Check the features and delete "noauto".
Signed-off-by: Kirill Tkhai <ktkhai at virtuozzo.com>
---
test/zdtm/static/pidns00.desc | 2 +-
test/zdtm/static/pidns01.desc | 2 +-
test/zdtm/static/userns00.desc | 2 +-
test/zdtm/static/userns01.desc | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/test/zdtm/static/pidns00.desc b/test/zdtm/static/pidns00.desc
index 6aa11ae2f..1d1a44053 100644
--- a/test/zdtm/static/pidns00.desc
+++ b/test/zdtm/static/pidns00.desc
@@ -1 +1 @@
-{'flavor': 'ns uns', 'flags': 'suid noauto', 'feature': 'ns_pid'}
+{'flavor': 'ns uns', 'flags': 'suid', 'feature': 'ns_pid ns_get_userns ns_get_parent'}
diff --git a/test/zdtm/static/pidns01.desc b/test/zdtm/static/pidns01.desc
index d20a6722c..72b4eb968 100644
--- a/test/zdtm/static/pidns01.desc
+++ b/test/zdtm/static/pidns01.desc
@@ -1 +1 @@
-{'flavor': 'uns', 'flags': 'suid noauto', 'feature': 'ns_pid'}
+{'flavor': 'uns', 'flags': 'suid', 'feature': 'ns_pid ns_get_userns ns_get_parent'}
diff --git a/test/zdtm/static/userns00.desc b/test/zdtm/static/userns00.desc
index 1f8bec515..f431754f8 100644
--- a/test/zdtm/static/userns00.desc
+++ b/test/zdtm/static/userns00.desc
@@ -1 +1 @@
-{'flavor': 'uns', 'flags': 'suid noauto'}
+{'flavor': 'uns', 'flags': 'suid', 'feature': 'ns_get_parent'}
diff --git a/test/zdtm/static/userns01.desc b/test/zdtm/static/userns01.desc
index 1f8bec515..f431754f8 100644
--- a/test/zdtm/static/userns01.desc
+++ b/test/zdtm/static/userns01.desc
@@ -1 +1 @@
-{'flavor': 'uns', 'flags': 'suid noauto'}
+{'flavor': 'uns', 'flags': 'suid', 'feature': 'ns_get_parent'}
More information about the CRIU
mailing list