-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tg import create t/selftests-mptcp-add-testcases-for-ADD_ADDR-with-port
- Loading branch information
Showing
1 changed file
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,22 @@ | ||
From: Matthieu Baerts <matthieu.baerts@tessares.net> | ||
Subject: [PATCH] t/selftests-mptcp-add-testcases-for-ADD_ADDR-with-port | ||
From: Geliang Tang <geliangtang@gmail.com> | ||
Subject: [PATCH] selftests: mptcp: add testcases for ADD_ADDR with port | ||
|
||
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> | ||
This patch adds testcases for ADD_ADDR with port and the related MIB | ||
counters check in chk_add_nr. The output looks like this: | ||
|
||
24 signal address with port syn[ ok ] - synack[ ok ] - ack[ ok ] | ||
add[ ok ] - echo [ ok ] - pt [ ok ] | ||
syn[ ok ] - synack[ ok ] - ack[ ok ] | ||
syn[ ok ] - ack [ ok ] | ||
25 subflow and signal with port syn[ ok ] - synack[ ok ] - ack[ ok ] | ||
add[ ok ] - echo [ ok ] - pt [ ok ] | ||
syn[ ok ] - synack[ ok ] - ack[ ok ] | ||
syn[ ok ] - ack [ ok ] | ||
26 remove single address with port syn[ ok ] - synack[ ok ] - ack[ ok ] | ||
add[ ok ] - echo [ ok ] - pt [ ok ] | ||
syn[ ok ] - synack[ ok ] - ack[ ok ] | ||
syn[ ok ] - ack [ ok ] | ||
rm [ ok ] - sf [ ok ] | ||
|
||
Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com> | ||
Signed-off-by: Geliang Tang <geliangtang@gmail.com> |