mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
test/jenkins: extend lazy-pages testing
Add pre-dump and remote-lazy-pages passes to criu-lazy-pages.sh Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
e91e62b00d
commit
6de76ba0ac
1 changed files with 11 additions and 1 deletions
|
|
@ -2,4 +2,14 @@
|
|||
set -e
|
||||
source `dirname $0`/criu-lib.sh
|
||||
prep
|
||||
./test/zdtm.py run --all --keep-going --report report --parallel 4 --lazy-pages || fail
|
||||
|
||||
# FIXME: maps007 is sometimes failing with lazy-pages, exclude it for now
|
||||
|
||||
# lazy restore from images
|
||||
./test/zdtm.py run --all --keep-going --report report --parallel 4 --lazy-pages -x maps007 || fail
|
||||
|
||||
# lazy restore from images with pre-dumps
|
||||
./test/zdtm.py run --all --keep-going --report report --parallel 4 --lazy-pages --pre 2 -x maps007 || fail
|
||||
|
||||
# lazy restore from "remote" dump
|
||||
./test/zdtm.py run --all --keep-going --report report --parallel 4 --remote-lazy-pages -x maps007 || fail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue