[Fuego] [PATCH 08/12] skip cases because MULTIPORT and LIMIT not set
qiutt <[email protected]>
| Newsgroups | dev.linux.lists.fuego |
|---|---|
| Message-ID | <[email protected]> |
for m3ulcb, skip cases in net.tcp_cmds and MULTIPORT and LIMIT not set basis: CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set CONFIG_NETFILTER_XT_MATCH_LIMIT is not set 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 2254474..9963678 100755 --- a/tests/Functional.LTP/fuego_test.sh +++ b/tests/Functional.LTP/fuego_test.sh @@ -355,6 +355,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 fi } -- 2.11.0