From: David Ahern <dsahern@gmail.com>
To: Jakub Kicinski <kuba@kernel.org>,
"lizhijian@fujitsu.com" <lizhijian@fujitsu.com>
Cc: "Zhou, Jie2X" <jie2x.zhou@intel.com>,
"davem@davemloft.net" <davem@davemloft.net>,
"shuah@kernel.org" <shuah@kernel.org>,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
"linux-kselftest@vger.kernel.org"
<linux-kselftest@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"Li, Philip" <philip.li@intel.com>, lkp <lkp@intel.com>,
"Ma, XinjianX" <xinjianx.ma@intel.com>,
"Li, ZhijianX" <zhijianx.li@intel.com>
Subject: Re: selftests/net/fcnal-test.sh: ipv6_ping test failed
Date: Tue, 7 Dec 2021 20:20:07 -0700 [thread overview]
Message-ID: <2918f246-7a48-4395-42bb-d50b943480c6@gmail.com> (raw)
In-Reply-To: <20211207075808.456e5b4f@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
On 12/7/21 8:58 AM, Jakub Kicinski wrote:
> Adding David and Zhijian.
>
> On Tue, 7 Dec 2021 07:07:40 +0000 Zhou, Jie2X wrote:
>> hi,
>>
>> I test ipv6_ping by "./fcnal-test.sh -v -t ipv6_ping".
>> There are two tests failed.
>>
>> TEST: ping out, VRF bind - ns-B IPv6 LLA [FAIL]
>> TEST: ping out, VRF bind - multicast IP [FAIL]
>>
>> While in fcnal-test.sh the expected command result is 2, the result is 1, so the test failed.
>> ipv6_ping_vrf()
>> {
>> ......
>> for a in ${NSB_LINKIP6}%${VRF} ${MCAST}%${VRF}
>> do
>> log_start
>> show_hint "Fails since VRF device does not support linklocal or multicast"
>> run_cmd ${ping6} -c1 -w1 ${a}
>> log_test_addr ${a} $? 2 "ping out, VRF bind"
>> done
>>
>> The ipv6_ping test output is attached.
>> Did I set something wrong result that these tests failed?
>>
>> best regards,
ping6 is failing as it should. Can you send a patch to change the
expected rc from 2 to 1?
next prev parent reply other threads:[~2021-12-08 3:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-07 7:07 selftests/net/fcnal-test.sh: ipv6_ping test failed Zhou, Jie2X
2021-12-07 15:58 ` Jakub Kicinski
2021-12-08 3:20 ` David Ahern [this message]
2021-12-08 3:50 ` Zhou, Jie2X
2021-12-08 3:54 ` David Ahern
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=2918f246-7a48-4395-42bb-d50b943480c6@gmail.com \
--to=dsahern@gmail.com \
--cc=davem@davemloft.net \
--cc=jie2x.zhou@intel.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=lizhijian@fujitsu.com \
--cc=lkp@intel.com \
--cc=netdev@vger.kernel.org \
--cc=philip.li@intel.com \
--cc=shuah@kernel.org \
--cc=xinjianx.ma@intel.com \
--cc=zhijianx.li@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox