summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiangyu Chen <xiangyu.chen@windriver.com>2024-06-19 11:21:27 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-06-24 21:01:12 +0000
commit24ddfbf7933d6668dc3f915b5b0a6f668e27430c (patch)
treede112989b17982df704404523260e73f6310290a
parent865f59236077dbb14265a63031e9e21902f10cc1 (diff)
downloadmeta-virtualization-24ddfbf7933d6668dc3f915b5b0a6f668e27430c.tar.gz
lxc: update ptest cases in black list
Released lxc-test-shutdowntest and lxc-test-state-server due to those back to normal since lxc upgraded to 6.0.0. lxc-test-no-new-privs and lxc-test-checkpoint-restore are broken test, already reported to upstream[1][2], move them to blacklist until upstream fix them. lxc-test-usernic always fails when use ptest-runner, but normal with run-ptest by manual. Ref: [1] https://github.com/lxc/lxc/issues/4296 [2] https://github.com/lxc/lxc/issues/4435 Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-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=""