mbox series

[net,v3,0/2] selftests: pmtu: fix and increase coverage

Message ID cover.1551106591.git.pabeni@redhat.com
Headers show
Series selftests: pmtu: fix and increase coverage | expand

Message

Paolo Abeni Feb. 25, 2019, 3:08 p.m. UTC
This series includes a fixup for the pmtu.sh test script, related to IPv6
address management, and adds coverage for the recently reported and fixed
PMTU exception issue

v2 -> v3:
 - more cleanups

v1 -> v2:
 - several script cleanups

Paolo Abeni (2):
  selftests: pmtu: disable DAD in all namespaces
  selftests: pmtu: add explicit tests for PMTU exceptions cleanup

 tools/testing/selftests/net/pmtu.sh | 96 ++++++++++++++++++++++++-----
 1 file changed, 80 insertions(+), 16 deletions(-)

Comments

Stefano Brivio Feb. 25, 2019, 5:46 p.m. UTC | #1
On Mon, 25 Feb 2019 16:08:35 +0100
Paolo Abeni <pabeni@redhat.com> wrote:

> This series includes a fixup for the pmtu.sh test script, related to IPv6
> address management, and adds coverage for the recently reported and fixed
> PMTU exception issue
> 
> v2 -> v3:
>  - more cleanups
> 
> v1 -> v2:
>  - several script cleanups
> 
> Paolo Abeni (2):
>   selftests: pmtu: disable DAD in all namespaces
>   selftests: pmtu: add explicit tests for PMTU exceptions cleanup

Thanks for following up!

Reviewed-by: Stefano Brivio <sbrivio@redhat.com>
David Miller Feb. 28, 2019, 5:29 a.m. UTC | #2
From: Paolo Abeni <pabeni@redhat.com>
Date: Mon, 25 Feb 2019 16:08:35 +0100

> This series includes a fixup for the pmtu.sh test script, related to IPv6
> address management, and adds coverage for the recently reported and fixed
> PMTU exception issue
> 
> v2 -> v3:
>  - more cleanups
> 
> v1 -> v2:
>  - several script cleanups

Series applied, thanks Paolo.