[CRIU] [PATCH 2/3] zdtm: add post-predump hook

Andrey Vagin avagin at openvz.org
Wed Mar 16 11:22:10 PDT 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 362e1be..8fca907 100755
--- a/test/zdtm.py
+++ b/test/zdtm.py
@@ -792,6 +792,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