diff options
author | Xiangyu Chen <xiangyu.chen@windriver.com> | 2024-06-19 11:21:27 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-07-10 15:59:26 +0000 |
commit | e15a5484e4cda97f55b7584b19351710b019cd1f (patch) | |
tree | 83eb9af645efbc70fb6d9c6ea076ae57bc2db562 | |
parent | affb2252f4be6d5fcaaa46d34690593bc3b99f55 (diff) | |
download | meta-virtualization-e15a5484e4cda97f55b7584b19351710b019cd1f.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-ptest | 12 |
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" | |||
12 | blacklist="$blacklist lxc-test-apparmor-mount" | 12 | blacklist="$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 |
14 | blacklist="$blacklist lxc-test-get_item" | 14 | blacklist="$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 |
16 | blacklist="$blacklist lxc-test-shutdowntest" | 16 | # upstream https://github.com/lxc/lxc/issues/4296 |
17 | blacklist="$blacklist lxc-test-state-server" | 17 | blacklist="$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 | ||
20 | blacklist="$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" | ||
23 | blacklist="$blacklist lxc-test-usernic" | ||
18 | 24 | ||
19 | # Tests in firstrunlist will be run first | 25 | # Tests in firstrunlist will be run first |
20 | firstrunlist="" | 26 | firstrunlist="" |