Skip to content

Commit 15515e0

Browse files
matttbeintel-lab-lkp
authored andcommitted
Squash to "selftests: mptcp: join: check re-re-adding ID 0 signal"
Just to align with the previous test (delete and re-add), here we do the same for "delete re-add signal". It doesn't seem to be an issue on the Netdev CI for the moment, but better be safe than sorry. Plus, it doesn't change anything for the test: the connection will run for longer, but it will be killed when all operations have been done. Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
1 parent d0bca9c commit 15515e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/net/mptcp/mptcp_join.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3762,7 +3762,7 @@ endpoint_tests()
37623762
# broadcast IP: no packet for this address will be received on ns1
37633763
pm_nl_add_endpoint $ns1 224.0.0.1 id 2 flags signal
37643764
pm_nl_add_endpoint $ns1 10.0.1.1 id 42 flags signal
3765-
{ test_linkfail=4 speed=20 \
3765+
{ test_linkfail=4 speed=5 \
37663766
run_tests $ns1 $ns2 10.0.1.1 & } 2>/dev/null
37673767
local tests_pid=$!
37683768

0 commit comments

Comments
 (0)