test: new jenkins script for testing of --leave-stopped option

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

Signed-off-by: Eugene Batalov <eabatalov89@gmail.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Eugene Batalov 2016-08-22 16:40:15 +03:00 committed by Pavel Emelyanov
parent a43d29b7ef
commit dd7cfba0ae

View file

@ -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