]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests: net: use slowwait to make sure IPv6 setup finished
authorHangbin Liu <liuhangbin@gmail.com>
Tue, 17 Jun 2025 10:51:00 +0000 (10:51 +0000)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 19 Jun 2025 13:24:09 +0000 (15:24 +0200)
commit948670361c0c189556f3d97c5b2e6ed7ae198da9
tree25e33186d555b3cfd9393308ea8959b8a7d33877
parentd83a5806759278c4898cd7c2116432e5b08df1df
selftests: net: use slowwait to make sure IPv6 setup finished

Sometimes the vxlan vnifiltering test failed on slow machines due to
network setup not finished. e.g.

  TEST: VM connectivity over vnifiltering vxlan (ipv4 default rdst)   [ OK ]
  TEST: VM connectivity over vnifiltering vxlan (ipv6 default rdst)   [FAIL]

Let's use slowwait to make sure the connection is finished.

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250617105101.433718-3-liuhangbin@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
tools/testing/selftests/net/test_vxlan_vnifiltering.sh