Message ID | 20211208061518.61668-1-jie2x.zhou@intel.com |
---|---|
State | Superseded |
Headers | show |
Series | selftests: net: Correct ping6 expected rc from 2 to 1 | expand |
On Wed, 8 Dec 2021 14:15:18 +0800 Jie2x Zhou wrote: > From: zhoujie <zhoujie2011@fujitsu.com> > Signed-off-by: Jie2x Zhou <jie2x.zhou@intel.com> Ah, so you are the same person, I was wondering :) You need to either drop the From: with the fujitsu address (git commit --amend --reset-autor) or sign off the patch with the Intel address. Right now both your name is spelled differently and the address is different so the patch will trigger warnings.
diff --git a/tools/testing/selftests/net/fcnal-test.sh b/tools/testing/selftests/net/fcnal-test.sh index 7f5b265fcb90..966787c2f9f0 100755 --- a/tools/testing/selftests/net/fcnal-test.sh +++ b/tools/testing/selftests/net/fcnal-test.sh @@ -2191,7 +2191,7 @@ ipv6_ping_vrf() 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" + log_test_addr ${a} $? 1 "ping out, VRF bind" done for a in ${NSB_IP6} ${NSB_LO_IP6} ${NSB_LINKIP6}%${NSA_DEV} ${MCAST}%${NSA_DEV}