Re: [Fuego] [PATCH 07/12] skip cases because 'netstat -s' not support
"Bird, Tim" <[email protected]>
| Newsgroups | dev.linux.lists.fuego |
|---|---|
| Message-ID | <CY4PR13MB1175773FCA7B3B440349E377FD670@CY4PR13MB1175.namprd13.prod.outlook.com> |
> -----Original Message----- > From: qiutt > > 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 This isn't right. It may be true that netstat -s is not supported on m3ulcb, but it is supported just fine on other aarch64 platforms. What is the issue with supporting 'netstat -s' on m3ulcb? > } > > function test_build { > -- > 2.11.0 > > > > _______________________________________________ > Fuego mailing list > [email protected] > https://lists.linuxfoundation.org/mailman/listinfo/fuego