Commit c51cdedc authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

jenkins: use zdtm.py for criu-iter

Signed-off-by: 's avatarAndrew Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 4ca52555
# Make 3 iteration of dump/restore for each test
source `dirname $0`/criu-lib.sh &&
prep &&
mkdir -p test/dump &&
mount -t tmpfs dump test/dump &&
make -C test ZDTM_ARGS="-C -i 3 -x maps04" zdtm &&
true || fail
set -e
source `dirname $0`/criu-lib.sh
prep
mkdir -p test/dump
mount -t tmpfs dump test/dump
cd test
./zdtm.py run --all --parallel 4 --iter 3 -x 'maps04'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment