summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/lxc/files/run-ptest12
1 files changed, 9 insertions, 3 deletions
diff --git a/recipes-containers/lxc/files/run-ptest b/recipes-containers/lxc/files/run-ptest
index 196adb04..278107d9 100644
--- a/recipes-containers/lxc/files/run-ptest
+++ b/recipes-containers/lxc/files/run-ptest
@@ -12,9 +12,15 @@ blacklist="$blacklist lxc-test-apparmor"
12blacklist="$blacklist lxc-test-apparmor-mount" 12blacklist="$blacklist lxc-test-apparmor-mount"
13#lxc-test-get_item would report Built without AppArmor support error 13#lxc-test-get_item would report Built without AppArmor support error
14blacklist="$blacklist lxc-test-get_item" 14blacklist="$blacklist lxc-test-get_item"
15# These currently hang so skip them until someone fixes them up 15# This is a broken case, also fails on opensuse, already reported to
16blacklist="$blacklist lxc-test-shutdowntest" 16# upstream https://github.com/lxc/lxc/issues/4296
17blacklist="$blacklist lxc-test-state-server" 17blacklist="$blacklist lxc-test-no-new-privs"
18# lxc doesn't adapt the criu's new mount flag, that cause restore fails
19# already reported to upstream https://github.com/lxc/lxc/issues/4435
20blacklist="$blacklist lxc-test-checkpoint-restore"
21# if we run "run-ptest" under /usr/lib64/lxc/ptest, the result is normal
22# but it would be failed when using "ptest-runner lxc"
23blacklist="$blacklist lxc-test-usernic"
18 24
19# Tests in firstrunlist will be run first 25# Tests in firstrunlist will be run first
20firstrunlist="" 26firstrunlist=""