zdtm: remove or replace noauto on crfail where it's possiable

CRIU dump should fail if criu can't handle something.

v2: add a separate patch to remove noauto for a few tests

Signed-off-by: Andrew Vagin <avagin@virtuozzo.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Andrew Vagin 2016-06-10 00:09:00 +03:00 committed by Pavel Emelyanov
parent 99c6e840fc
commit 2a835eb8d1
8 changed files with 8 additions and 8 deletions

View file

@ -1 +1 @@
{'flags': 'noauto'}
{'flavor' : "ns", 'flags': 'suid crfail'}

View file

@ -1 +1 @@
{'flags': 'noauto'}
{'flavor' : 'ns uns', 'flags': 'suid crfail'}

View file

@ -1 +1 @@
{'flags': 'noauto'}
{'flavor' : 'ns uns', 'flags': 'suid crfail'}

View file

@ -1 +1 @@
{'flags': 'noauto'}
{'flavor' : 'ns uns', 'flags': 'suid crfail'}

View file

@ -1 +1 @@
{'flags': 'noauto'}
{'flags': 'crfail'}

View file

@ -1 +1 @@
{'flags': 'noauto'}
{'flags': 'crfail', 'opts' : '--link-remap'}

View file

@ -1 +1 @@
{'flags': 'noauto'}
{'flags': 'crfail'}

View file

@ -1 +1 @@
{'flavor': 'ns', 'flags': 'suid noauto'}
{'flavor': 'ns', 'flags': 'suid crfail'}