[CRIU] [PATCH] jenkins: add a script to execute tests on overlayfs

Andrey Vagin avagin at openvz.org
Fri Mar 11 16:53:54 PST 2016


From: Andrew Vagin <avagin at virtuozzo.com>

Here are all tests which pass now

And I created an issue to investigate fails of other tests:
https://github.com/xemul/criu/issues/136

Signed-off-by: Andrew Vagin <avagin at virtuozzo.com>
---
 test/jenkins/criu-overlay.sh | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100755 test/jenkins/criu-overlay.sh

diff --git a/test/jenkins/criu-overlay.sh b/test/jenkins/criu-overlay.sh
new file mode 100755
index 0000000..e21d7db
--- /dev/null
+++ b/test/jenkins/criu-overlay.sh
@@ -0,0 +1,7 @@
+# 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
-- 
2.5.0



More information about the CRIU mailing list