Commit 3006ada2 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

jenkins: add a script to execute tests on overlayfs

Here are all tests which pass now

And I created an issue to investigate fails of other tests:
https://github.com/xemul/criu/issues/136Signed-off-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent d2499d97
# Make one regular C/R cycle
set -e
source `dirname $0`/criu-lib.sh
prep
mkdir -p test.up test.work
mount -t overlay overlay -olowerdir=test,upperdir=test.up,workdir=test.work test
./test/zdtm.py run --all --report report --parallel 4 -x inotify -x mntns_open -x socket -x sk-unix -x unlink -x fsnotify -x fanotify -x ghost || 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