All of lore.kernel.org
 help / color / mirror / Atom feed
From: qiutt <qiutt@cn.fujitsu.com>
To: fuego@lists.linuxfoundation.org
Subject: [Fuego] [PATCH 08/12] skip cases because MULTIPORT and LIMIT not set
Date: Wed, 8 Jul 2020 18:26:21 +0800	[thread overview]
Message-ID: <1594203985-58247-8-git-send-email-qiutt@cn.fujitsu.com> (raw)
In-Reply-To: <1594203985-58247-1-git-send-email-qiutt@cn.fujitsu.com>

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 <qiutt@cn.fujitsu.com>
---
 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




  parent reply	other threads:[~2020-07-08 10:26 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-08 10:26 [Fuego] [PATCH 01/12] add network testcase to spec qiutt
2020-07-08 10:26 ` [Fuego] [PATCH 02/12] skip cases missing ftp cmd qiutt
2020-07-08 21:51   ` Bird, Tim
2020-07-08 10:26 ` [Fuego] [PATCH 03/12] skip cases missing rsh cmd qiutt
2020-07-08 21:57   ` Bird, Tim
2020-07-08 10:26 ` [Fuego] [PATCH 04/12] skip cases missing host cmd qiutt
2020-07-08 10:26 ` [Fuego] [PATCH 05/12] skip cases missing rcp cmd qiutt
2020-07-08 21:59   ` Bird, Tim
2020-07-08 10:26 ` [Fuego] [PATCH 06/12] skip some cases because ONFIG_XFRM_USER is not set qiutt
2020-07-08 22:13   ` Bird, Tim
2020-07-30  5:49     ` Qiu, Tingting
2020-07-30  7:06       ` Qiu, Tingting
2020-08-07  0:02         ` Bird, Tim
2020-09-14  9:24           ` Qiu, Tingting
2020-09-17 20:02             ` Bird, Tim
2020-09-21  2:30               ` Qiu, Tingting
2020-08-05 20:13       ` Bird, Tim
2020-08-06 22:44       ` Bird, Tim
2020-07-08 10:26 ` [Fuego] [PATCH 07/12] skip cases because 'netstat -s' not support qiutt
2020-07-08 22:19   ` Bird, Tim
2020-07-30  6:56     ` Qiu, Tingting
2020-08-06 23:28       ` Bird, Tim
2020-08-07  1:41         ` Qiu, Tingting
2020-10-01  0:07           ` daniel.sangorrin
2020-10-01 22:35             ` Bird, Tim
2020-10-09  1:47               ` Qiu, Tingting
2020-07-08 10:26 ` qiutt [this message]
2020-07-08 10:26 ` [Fuego] [PATCH 09/12] skip cases because label rule does " qiutt
2020-07-08 22:22   ` Bird, Tim
2020-07-30  7:08     ` Qiu, Tingting
2020-07-08 10:26 ` [Fuego] [PATCH 10/12] add smackfsdir for smack cases qiutt
2020-07-08 10:26 ` [Fuego] [PATCH 11/12] skip cases when LHOST_IFACES not defined qiutt
2020-07-08 10:26 ` [Fuego] [PATCH 12/12] add hostname and ip to /etc/hosts qiutt
2020-07-08 21:00 ` [Fuego] [PATCH 01/12] add network testcase to spec Bird, Tim
2020-07-14  5:16   ` Qiu, Tingting

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1594203985-58247-8-git-send-email-qiutt@cn.fujitsu.com \
    --to=qiutt@cn.fujitsu.com \
    --cc=fuego@lists.linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.