[Fuego] [PATCH 07/12] skip cases because 'netstat -s' not support
qiutt <[email protected]>
| Newsgroups | dev.linux.lists.fuego |
|---|---|
| Message-ID | <[email protected]> |
for aarch64(m3ulcb) skip cases in net.tcp_cmds Signed-off-by: qiutt <[email protected]> --- tests/Functional.LTP/fuego_test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/Functional.LTP/fuego_test.sh b/tests/Functional.LTP/fuego_test.sh index ab4165d..2254474 100755 --- a/tests/Functional.LTP/fuego_test.sh +++ b/tests/Functional.LTP/fuego_test.sh @@ -352,6 +352,10 @@ function test_pre_check { if [ "$ARCHITECTURE" != "i386" ]; then skip_tests "modify_ldt01 modify_ldt02 modify_ldt03" # Only work on i386 fi + + if [ "$ARCHITECTURE" == "aarch64" ]; then + skip_tests "netstat" # for net.tcp_cmds, 'netstat -s' not support + fi } function test_build { -- 2.11.0