Re: [Fuego] [PATCH 09/12] skip cases because label rule does not support
"Bird, Tim" <[email protected]>
| Newsgroups | dev.linux.lists.fuego |
|---|---|
| Message-ID | <CY4PR13MB117511D00C274B25F02B12CEFD670@CY4PR13MB1175.namprd13.prod.outlook.com> |
> -----Original Message----- > From: qiutt > > 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 You can't use ARCHITECTURE == aarch64 as a proxy for testing for specific features of m3ulcb (particularly smack - which is completely independent of architecture and board). > fi > } > > -- > 2.11.0 Not accepted. Find another way to avoid running this. Maybe based on a kernel config variable? -- Tim