mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
d766f36eae
commit
c3bd301d31
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user