All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-next v5 0/5] add mp_fail testcases
@ 2022-02-09 10:43 Geliang Tang
  2022-02-09 10:43 ` [PATCH mptcp-next v5 1/5] Squash to "mptcp: infinite mapping receiving" Geliang Tang
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Geliang Tang @ 2022-02-09 10:43 UTC (permalink / raw)
  To: mptcp; +Cc: Geliang Tang

v5:
 - update patch 5 as Matt suggested.
 - use '|| exit 1'
 - drop jq
 - drop pedit_action

v4:
 - add the mibs for MP_RST
 - patch 4 "selftests: mptcp: add MP_RST mibs check" uses the variable
$nr_blank, so it depends on the commit "selftests: mptcp: adjust output
alignment for more tests".

v3:
 - check the exit code of iptables.
 - add ip6tables support for reset_with_fail too.
 - add the null check for $packets
 - rename nr_mp_fail to pedit_action and get_nr_mp_fail to
pedit_action_happened

This is v12 of the mp_fail testcases with Matt's changes. It works well
and it's very stable.

Geliang Tang (5):
  Squash to "mptcp: infinite mapping receiving"
  Squash to "selftests: mptcp: add infinite map mibs check"
  mptcp: add mibs for MP_RST
  selftests: mptcp: add MP_RST mibs check
  selftests: mptcp: add mp_fail testcases

 net/mptcp/mib.c                               |   2 +
 net/mptcp/mib.h                               |   2 +
 net/mptcp/options.c                           |   2 +
 net/mptcp/subflow.c                           |   1 +
 tools/testing/selftests/net/mptcp/config      |   8 +
 .../testing/selftests/net/mptcp/mptcp_join.sh | 192 +++++++++++++++---
 6 files changed, 179 insertions(+), 28 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-02-09 13:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-09 10:43 [PATCH mptcp-next v5 0/5] add mp_fail testcases Geliang Tang
2022-02-09 10:43 ` [PATCH mptcp-next v5 1/5] Squash to "mptcp: infinite mapping receiving" Geliang Tang
2022-02-09 10:43 ` [PATCH mptcp-next v5 2/5] Squash to "selftests: mptcp: add infinite map mibs check" Geliang Tang
2022-02-09 10:43 ` [PATCH mptcp-next v5 3/5] mptcp: add mibs for MP_RST Geliang Tang
2022-02-09 10:43 ` [PATCH mptcp-next v5 4/5] selftests: mptcp: add MP_RST mibs check Geliang Tang
2022-02-09 10:43 ` [PATCH mptcp-next v5 5/5] selftests: mptcp: add mp_fail testcases Geliang Tang
2022-02-09 12:36   ` Matthieu Baerts
2022-02-09 12:39     ` Matthieu Baerts
2022-02-09 13:59     ` Geliang Tang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.