Skip to content

Commit

Permalink
Squash to "selftests: mptcp: update userspace pm test helpers"
Browse files Browse the repository at this point in the history
Put MPTCP event macros together.

Signed-off-by: Geliang Tang <[email protected]>
  • Loading branch information
geliangtang authored and intel-lab-lkp committed Sep 30, 2023
1 parent e53c362 commit e300208
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/testing/selftests/net/mptcp/mptcp_join.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ TEST_COUNT=0
TEST_NAME=""
nr_blank=6

SUB_ESTABLISHED=10 # MPTCP_EVENT_SUB_ESTABLISHED

# These var are used only in some tests, make sure they are not already set
unset FAILING_LINKS
unset test_linkfail
Expand Down Expand Up @@ -2830,6 +2828,7 @@ backup_tests()
fi
}

SUB_ESTABLISHED=10 # MPTCP_EVENT_SUB_ESTABLISHED
LISTENER_CREATED=15 #MPTCP_EVENT_LISTENER_CREATED
LISTENER_CLOSED=16 #MPTCP_EVENT_LISTENER_CLOSED

Expand Down

0 comments on commit e300208

Please sign in to comment.