[CRIU] [PATCH v2 2/2] test: new jenkins script for testing of --leave-stopped option

Eugene Batalov eabatalov89 at gmail.com
Mon Aug 22 06:40:15 PDT 2016


There is no similar jenkins script that tests similar options now.
So make a new script.

Signed-off-by: Eugene Batalov <eabatalov89 at gmail.com>
---
 test/jenkins/criu-stop.sh | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 test/jenkins/criu-stop.sh

diff --git a/test/jenkins/criu-stop.sh b/test/jenkins/criu-stop.sh
new file mode 100644
index 0000000..d92519d
--- /dev/null
+++ b/test/jenkins/criu-stop.sh
@@ -0,0 +1,5 @@
+# Check --leave-stopped option
+set -e
+source `dirname $0`/criu-lib.sh
+prep
+./test/zdtm.py run -t zdtm/transition/fork --stop --iter 3 || fail
-- 
1.9.1



More information about the CRIU mailing list