Commit 6ef193b0 authored by Andrei Vagin's avatar Andrei Vagin Committed by Andrei Vagin

test: check criu restore with --auto-dedup

Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 9bb44e6f
......@@ -1105,6 +1105,9 @@ class criu:
r_opts += ['--empty-ns', 'net']
r_opts += ['--action-script', os.getcwd() + '/empty-netns-prep.sh']
if self.__dedup:
r_opts += ["--auto-dedup"]
self.__prev_dump_iter = None
criu_dir = os.path.dirname(os.getcwd())
if os.getenv("GCOV"):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment