mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-02 15:25:21 +00:00
test: check criu restore with --auto-dedup
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
committed by
Andrei Vagin
parent
9bb44e6f11
commit
6ef193b0a0
@@ -1105,6 +1105,9 @@ class criu:
|
|||||||
r_opts += ['--empty-ns', 'net']
|
r_opts += ['--empty-ns', 'net']
|
||||||
r_opts += ['--action-script', os.getcwd() + '/empty-netns-prep.sh']
|
r_opts += ['--action-script', os.getcwd() + '/empty-netns-prep.sh']
|
||||||
|
|
||||||
|
if self.__dedup:
|
||||||
|
r_opts += ["--auto-dedup"]
|
||||||
|
|
||||||
self.__prev_dump_iter = None
|
self.__prev_dump_iter = None
|
||||||
criu_dir = os.path.dirname(os.getcwd())
|
criu_dir = os.path.dirname(os.getcwd())
|
||||||
if os.getenv("GCOV"):
|
if os.getenv("GCOV"):
|
||||||
|
Reference in New Issue
Block a user