[Fuego] [PATCH 09/12] skip cases because label rule does not support
qiutt <[email protected]>
| Newsgroups | dev.linux.lists.fuego |
|---|---|
| Message-ID | <[email protected]> |
for m3ulcb, skip cases in smack Signed-off-by: qiutt <[email protected]> --- tests/Functional.LTP/fuego_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Functional.LTP/fuego_test.sh b/tests/Functional.LTP/fuego_test.sh index 9963678..2ac7caf 100755 --- a/tests/Functional.LTP/fuego_test.sh +++ b/tests/Functional.LTP/fuego_test.sh @@ -356,6 +356,7 @@ function test_pre_check { if [ "$ARCHITECTURE" == "aarch64" ]; then skip_tests "netstat" # for net.tcp_cmds, 'netstat -s' not support skip_tests "iptables" # for net.tcp_cmds CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set, CONFIG_NETFILTER_XT_MATCH_LIMIT is not set + skip_tests "smack_file_access" # for smack, label rule does not support fi } -- 2.11.0