From: Xiangyu Chen <[email protected]> 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 <[email protected]> --- recipes-containers/lxc/files/run-ptest | 12 +++++++++--- 1 file 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" blacklist="$blacklist lxc-test-apparmor-mount" #lxc-test-get_item would report Built without AppArmor support error blacklist="$blacklist lxc-test-get_item" -# These currently hang so skip them until someone fixes them up -blacklist="$blacklist lxc-test-shutdowntest" -blacklist="$blacklist lxc-test-state-server" +# This is a broken case, also fails on opensuse, already reported to +# upstream https://github.com/lxc/lxc/issues/4296 +blacklist="$blacklist lxc-test-no-new-privs" +# lxc doesn't adapt the criu's new mount flag, that cause restore fails +# already reported to upstream https://github.com/lxc/lxc/issues/4435 +blacklist="$blacklist lxc-test-checkpoint-restore" +# if we run "run-ptest" under /usr/lib64/lxc/ptest, the result is normal +# but it would be failed when using "ptest-runner lxc" +blacklist="$blacklist lxc-test-usernic" # Tests in firstrunlist will be run first firstrunlist="" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8802): https://lists.yoctoproject.org/g/meta-virtualization/message/8802 Mute This Topic: https://lists.yoctoproject.org/mt/106754344/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
