Commit 738d081d authored by Mike Rapoport's avatar Mike Rapoport Committed by Andrei Vagin

test/jenkins: actually test lazy migration

The criu-lazy-migration.sh was copied from criu-lazy-pages.sh and was not
updated enough to actually run zdtm.py with --lazy-migrate.

Fix it.
Signed-off-by: 's avatarMike Rapoport <rppt@linux.ibm.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@gmail.com>
parent c0b7e484
......@@ -10,11 +10,11 @@ LAZY_MIGRATE_EXCLUDE="-x fifo_loop -x file_locks -x ptrace_sig -x overmount_file
# lazy restore from images
./test/zdtm.py run --all --keep-going --report report --parallel 4 -f uns \
--lazy-pages $LAZY_EXCLUDE $LAZY_MIGRATE_EXCLUDE || fail
--lazy-migrate $LAZY_EXCLUDE $LAZY_MIGRATE_EXCLUDE || fail
# During pre-dump + lazy-pages we leave VM_NOHUGEPAGE set
LAZY_EXCLUDE="$LAZY_EXCLUDE -x maps02"
# lazy restore from images with pre-dumps
./test/zdtm.py run --all --keep-going --report report --parallel 4 -f uns \
--lazy-pages --pre 2 $LAZY_EXCLUDE $LAZY_MIGRATE_EXCLUDE || fail
--lazy-migrate --pre 2 $LAZY_EXCLUDE $LAZY_MIGRATE_EXCLUDE || 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