[CRIU] [PATCH 6/7] zdtm: add post-predump hook
Andrey Vagin
avagin at openvz.org
Tue Mar 8 10:44:04 PST 2016
From: Andrew Vagin <avagin at virtuozzo.com>
Signed-off-by: Andrew Vagin <avagin at virtuozzo.com>
---
test/zdtm.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/zdtm.py b/test/zdtm.py
index 966ed3d..0db4dd8 100755
--- a/test/zdtm.py
+++ b/test/zdtm.py
@@ -780,6 +780,7 @@ def cr(cr_api, test, opts):
cr_api.dump("dump", opts = ["--leave-running"])
else:
cr_api.dump("pre-dump")
+ try_run_hook(test, ["--post-pre-dump"])
time.sleep(pres[1])
sbs('pre-dump')
--
2.5.0
More information about the CRIU
mailing list