2015-12-22 12:31:48 +03:00
|
|
|
# Make 3 iteration of dump/restore for each test
|
|
|
|
set -e
|
|
|
|
source `dirname $0`/criu-lib.sh
|
|
|
|
prep
|
|
|
|
mount_tmpfs_to_dump
|
2016-06-16 01:04:00 +03:00
|
|
|
./test/zdtm.py run --all --keep-going --report report --parallel 4 --user -x 'maps04' || fail
|