lxc: skip lxc-test-apparmor-mount and lxc-test-get_item in ptest

lxc-test-apparmor-mount and lxc-test-get_item related to apparmor,
since the lxc-test-apparmor has been already skipped, so also skip
those two cases.

Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Xiangyu Chen 2023-03-01 14:12:37 +08:00 committed by Bruce Ashfield
parent d766f36eae
commit c3bd301d31

View File

@ -9,6 +9,9 @@ dmesg -n 1
blacklist=""
# Not applicable
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"