[<prev] [next>] [day] [month] [year] [list]
Message-ID: <PH0PR11MB4792DC680F7E383D72C2E8C5C56E9@PH0PR11MB4792.namprd11.prod.outlook.com>
Date: Tue, 7 Dec 2021 07:29:48 +0000
From: "Zhou, Jie2X" <jie2x.zhou@...el.com>
To: "davem@...emloft.net" <davem@...emloft.net>,
"kuba@...nel.org" <kuba@...nel.org>,
"shuah@...nel.org" <shuah@...nel.org>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"linux-kselftest@...r.kernel.org" <linux-kselftest@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC: "Li, Philip" <philip.li@...el.com>, lkp <lkp@...el.com>,
"Ma, XinjianX" <xinjianx.ma@...el.com>,
"Li, ZhijianX" <zhijianx.li@...el.com>
Subject: selftests/net/fcnal-test.sh: ipv6_bind failed
hi,
I test ipv6_bind by "fcnal-test.sh -v -t ipv6_bind" in kernel v5.16-rc3.
There are two tests failed.
TEST: TCP socket bind to out of scope local address - ns-A loopback IPv6 [FAIL]
TEST: TCP socket bind to VRF address with device bind - VRF IPv6 [FAIL]
In fcnal-test.sh expected command error not occurred.
ipv6_addr_bind_novrf()
{
......
log_test_addr ${a} $? 1 "TCP socket bind to out of scope local address"
ipv6_addr_bind_vrf()
{
......
log_test_addr ${a} $? 1 "TCP socket bind to VRF address with device bind"
Did I set something wrong that result in these failed?
The test output is attached.
best regards,
View attachment "ipv6_bind.txt" of type "text/plain" (4895 bytes)
Powered by blists - more mailing lists