Commit cc378b90 authored by Pavel Emelyanov's avatar Pavel Emelyanov

jenkins: Make criu-dump test use zdtm.py

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent dc00fea3
# Check that dump is not destructive # Check that dump is not destructive
set -e
source `dirname $0`/criu-lib.sh && source `dirname $0`/criu-lib.sh
prep && prep
mkdir -p test/dump && mount_tmpfs_to_dump
mount -t tmpfs dump test/dump && ./test/zdtm.py run --all --report report --parallel 4 --norst -x 'maps04' || fail
make -C test -j 4 ZDTM_ARGS="-d -C -x static/cgroup02" zdtm &&
true || fail
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