All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bird, Tim" <Tim.Bird@sony.com>
To: qiutt <qiutt@cn.fujitsu.com>,
	"fuego@lists.linuxfoundation.org"
	<fuego@lists.linuxfoundation.org>
Subject: Re: [Fuego] [PATCH 07/12] skip cases because 'netstat -s' not support
Date: Wed, 8 Jul 2020 22:19:42 +0000	[thread overview]
Message-ID: <CY4PR13MB1175773FCA7B3B440349E377FD670@CY4PR13MB1175.namprd13.prod.outlook.com> (raw)
In-Reply-To: <1594203985-58247-7-git-send-email-qiutt@cn.fujitsu.com>



> -----Original Message-----
> From:  qiutt
> 
> for aarch64(m3ulcb) skip cases in net.tcp_cmds
> 
> Signed-off-by: qiutt <qiutt@cn.fujitsu.com>
> ---
>  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
> Fuego@lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/fuego

  reply	other threads:[~2020-07-08 22:19 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 [this message]
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 ` [Fuego] [PATCH 08/12] skip cases because MULTIPORT and LIMIT not set qiutt
2020-07-08 10:26 ` [Fuego] [PATCH 09/12] skip cases because label rule does not support 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=CY4PR13MB1175773FCA7B3B440349E377FD670@CY4PR13MB1175.namprd13.prod.outlook.com \
    --to=tim.bird@sony.com \
    --cc=fuego@lists.linuxfoundation.org \
    --cc=qiutt@cn.fujitsu.com \
    /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.