]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: pmtu: disable DAD in all namespaces
authorPaolo Abeni <pabeni@redhat.com>
Mon, 25 Feb 2019 15:08:36 +0000 (16:08 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Feb 2019 05:28:59 +0000 (21:28 -0800)
commit7d137ee685727b382784b0cd471a0a329a109b32
treedd4ec8410bb10ee902d4d967ced2abb0eee1c2c0
parent77a563751dc2a11a43f62ef2137a9abe2b0db3ef
selftests: pmtu: disable DAD in all namespaces

Otherwise, the configured IPv6 address could be still "tentative"
at test time, possibly causing tests failures.
We can also drop some sleep along the code and decrease the
timeout for most commands so that the test runtime decreases.

v1 -> v2:
 - fix comment (Stefano)

Fixes: 55c6e7bb3b58 ("selftests: net: Introduce first PMTU test")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/pmtu.sh