From b2b86052bc5d10427f08d34294e024daebb4645c Mon Sep 17 00:00:00 2001 From: Andrew Vagin Date: Mon, 7 Dec 2015 08:19:00 +0300 Subject: [PATCH] criu: add the mnt_id feature if a test uses more than one mntns Signed-off-by: Andrew Vagin Signed-off-by: Pavel Emelyanov --- test/zdtm/live/static/inotify01.desc | 2 +- test/zdtm/live/static/mountpoints.desc | 2 +- test/zdtm/live/static/tempfs_subns.desc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/zdtm/live/static/inotify01.desc b/test/zdtm/live/static/inotify01.desc index 738d7e8b0..a8849e097 100644 --- a/test/zdtm/live/static/inotify01.desc +++ b/test/zdtm/live/static/inotify01.desc @@ -1 +1 @@ -{'flags': 'suid', 'flavor': 'ns uns'} +{'flavor': 'ns uns', 'flags': 'suid', 'feature': 'mnt_id'} diff --git a/test/zdtm/live/static/mountpoints.desc b/test/zdtm/live/static/mountpoints.desc index 3adb620e9..aba60c9e5 100644 --- a/test/zdtm/live/static/mountpoints.desc +++ b/test/zdtm/live/static/mountpoints.desc @@ -1 +1 @@ -{'flavor': 'ns', 'flags': 'suid excl'} +{'flavor': 'ns', 'flags': 'suid excl', 'feature': 'mnt_id'} diff --git a/test/zdtm/live/static/tempfs_subns.desc b/test/zdtm/live/static/tempfs_subns.desc index 7657ba45c..a8849e097 100644 --- a/test/zdtm/live/static/tempfs_subns.desc +++ b/test/zdtm/live/static/tempfs_subns.desc @@ -1 +1 @@ -{'flavor': 'ns uns', 'flags': 'suid'} +{'flavor': 'ns uns', 'flags': 'suid', 'feature': 'mnt_id'}