summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiangyu Chen <xiangyu.chen@windriver.com>2023-03-01 14:12:37 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-03-08 17:06:58 -0500
commitc3bd301d312412350e8d0ed848f5b579f4ddc67a (patch)
tree15bfc0cf17e29d223704ff0f67f65e6b1ca2a60b
parentd766f36eaecced98d49ca021933896eccb0273e5 (diff)
downloadmeta-virtualization-c3bd301d312412350e8d0ed848f5b579f4ddc67a.tar.gz
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>
-rw-r--r--recipes-containers/lxc/files/run-ptest3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-containers/lxc/files/run-ptest b/recipes-containers/lxc/files/run-ptest
index 3f3a75f2..2e5af3c3 100644
--- a/recipes-containers/lxc/files/run-ptest
+++ b/recipes-containers/lxc/files/run-ptest
@@ -9,6 +9,9 @@ dmesg -n 1
9blacklist="" 9blacklist=""
10# Not applicable 10# Not applicable
11blacklist="$blacklist lxc-test-apparmor" 11blacklist="$blacklist lxc-test-apparmor"
12blacklist="$blacklist lxc-test-apparmor-mount"
13#lxc-test-get_item would report Built without AppArmor support error
14blacklist="$blacklist lxc-test-get_item"
12# These currently hang so skip them until someone fixes them up 15# These currently hang so skip them until someone fixes them up
13blacklist="$blacklist lxc-test-shutdowntest" 16blacklist="$blacklist lxc-test-shutdowntest"
14blacklist="$blacklist lxc-test-state-server" 17blacklist="$blacklist lxc-test-state-server"