[CRIU] [PATCH] test/jenkins: add job to test pre-dump

Andrey Vagin avagin at openvz.org
Mon Jul 7 04:57:47 PDT 2014


Make pre-dump twice and then dump and restore.

Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
 test/jenkins/criu-pre-dump.sh | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 test/jenkins/criu-pre-dump.sh

diff --git a/test/jenkins/criu-pre-dump.sh b/test/jenkins/criu-pre-dump.sh
new file mode 100644
index 0000000..66758fe
--- /dev/null
+++ b/test/jenkins/criu-pre-dump.sh
@@ -0,0 +1,8 @@
+# Check pre-dump
+
+source `dirname $0`/criu-lib.sh &&
+prep &&
+mkdir -p test/dump &&
+mount -t tmpfs dump test/dump &&
+make -C test -j 4 'ZDTM_ARGS=-P -i 3 -C' &&
+true || fail
-- 
1.8.5.3



More information about the CRIU mailing list