mbox series

[0/2] selftests: net: fix for arp_ndisc_evict_nocarrier test

Message ID 20221230091829.217007-1-po-hsu.lin@canonical.com
Headers show
Series selftests: net: fix for arp_ndisc_evict_nocarrier test | expand

Message

Po-Hsu Lin Dec. 30, 2022, 9:18 a.m. UTC
This patchset will fix a false-positive issue caused by the command in
cleanup_v6() of the arp_ndisc_evict_nocarrier test.

Also, it will make the test to return a non-zero value for any failure
reported in the test for us to avoid false-negative results.

Po-Hsu Lin (2):
  selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrier
  selftests: net: return non-zero for failures reported in
    arp_ndisc_evict_nocarrier

 tools/testing/selftests/net/arp_ndisc_evict_nocarrier.sh | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 1, 2023, 12:10 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri, 30 Dec 2022 17:18:27 +0800 you wrote:
> This patchset will fix a false-positive issue caused by the command in
> cleanup_v6() of the arp_ndisc_evict_nocarrier test.
> 
> Also, it will make the test to return a non-zero value for any failure
> reported in the test for us to avoid false-negative results.
> 
> Po-Hsu Lin (2):
>   selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrier
>   selftests: net: return non-zero for failures reported in
>     arp_ndisc_evict_nocarrier
> 
> [...]

Here is the summary with links:
  - [1/2] selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrier
    https://git.kernel.org/netdev/net/c/9c4d7f45d607
  - [2/2] selftests: net: return non-zero for failures reported in arp_ndisc_evict_nocarrier
    https://git.kernel.org/netdev/net/c/1856628baa17

You are awesome, thank you!