diff options
author | Xiangyu Chen <xiangyu.chen@windriver.com> | 2023-03-01 14:12:37 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-03-08 17:06:58 -0500 |
commit | c3bd301d312412350e8d0ed848f5b579f4ddc67a (patch) | |
tree | 15bfc0cf17e29d223704ff0f67f65e6b1ca2a60b | |
parent | d766f36eaecced98d49ca021933896eccb0273e5 (diff) | |
download | meta-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-ptest | 3 |
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 | |||
9 | blacklist="" | 9 | blacklist="" |
10 | # Not applicable | 10 | # Not applicable |
11 | blacklist="$blacklist lxc-test-apparmor" | 11 | blacklist="$blacklist lxc-test-apparmor" |
12 | blacklist="$blacklist lxc-test-apparmor-mount" | ||
13 | #lxc-test-get_item would report Built without AppArmor support error | ||
14 | blacklist="$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 |
13 | blacklist="$blacklist lxc-test-shutdowntest" | 16 | blacklist="$blacklist lxc-test-shutdowntest" |
14 | blacklist="$blacklist lxc-test-state-server" | 17 | blacklist="$blacklist lxc-test-state-server" |