Commit 3fb3e870 authored by Mike Rapoport's avatar Mike Rapoport Committed by Andrei Vagin

travis/lazy-pages: explicitly define the tests to verify lazy-pages

Running all the tests with --lazy-pages and --remote-lazy-pages takes too
long. Let's run only several representing tests for those cases.
Signed-off-by: 's avatarMike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 0ee7df54
......@@ -84,9 +84,12 @@ else
-x socket_listen -x socket_listen6 -x cmdlinenv00
-x socket_close_data01 -x file_read"
fi
LAZY_EXCLUDE="$LAZY_EXCLUDE -x futex -x lazy-thp"
./test/zdtm.py run -a -p 2 --lazy-pages $LAZY_EXCLUDE
./test/zdtm.py run -a -p 2 --remote-lazy-pages $LAZY_EXCLUDE
LAZY_EXCLUDE="$LAZY_EXCLUDE -x maps04"
LAZY_TESTS=.*\(maps0\|uffd-events\|lazy-thp\|futex\|fork\).*
./test/zdtm.py run -p 2 -T $LAZY_TESTS --lazy-pages $LAZY_EXCLUDE
./test/zdtm.py run -p 2 -T $LAZY_TESTS --remote-lazy-pages $LAZY_EXCLUDE
bash ./test/jenkins/criu-fault.sh
bash ./test/jenkins/criu-fcg.sh
......
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