All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-next v3 00/12] Refactor mptcp_join.sh
@ 2022-02-24 13:56 Matthieu Baerts
  2022-02-24 13:56 ` [PATCH mptcp-next v3 01/12] Squash to "selftests: mptcp: Add tests for userspace PM type" Matthieu Baerts
                   ` (11 more replies)
  0 siblings, 12 replies; 21+ messages in thread
From: Matthieu Baerts @ 2022-02-24 13:56 UTC (permalink / raw)
  To: mptcp; +Cc: Matthieu Baerts

It is very similar to the v2 but rebased and with 3 new patches.

The new patches:

- patch 1/12: 'ip mptcp' wrappers were missing in a patch which is in
  the export branch for a bit of time now. While at it, a new helper has
  been added to avoid long 'ip netns exec' commands as suggested by
  Paolo.

- patch 3/12: just to move an helper with the other ones

- patch 12/12: add new helpers to avoid long 'ip netns exec' commands,
  also suggested by Paolo.

The rest is less interesting. There are some modification in patches
6-8/12 because there are new tests in our tree: it was needed to modify
more code around the new usage of 'reset' and 'ret=1' but nothing
complex there.

In patch 6/12, I removed a new long comment that is probably not needed:
with the indentation, it looked even harder to read. If we need the
comment, probably best to create a dedicated function, use variables
with a clear name or use words instead of just a series of numbers.

Also in patch 13/14, there was a new shellcheck issue ("Useless cat.":
@Paolo: did you introduce this ShellCheck rule???).

Matthieu Baerts (12):
  Squash to "selftests: mptcp: Add tests for userspace PM type"
  Squash to "selftests: mptcp: join: allow running -cCi"
  Squash to "selftests: mptcp: add implicit endpoint test case"
  selftests: mptcp: join: define tests groups once
  selftests: mptcp: join: reset failing links
  selftests: mptcp: join: option to execute specific tests
  selftests: mptcp: join: alt. to exec specific tests
  selftests: mptcp: join: list failure at the end
  selftests: mptcp: join: clarify local/global vars
  selftests: mptcp: join: avoid backquotes
  selftests: mptcp: join: make it shellcheck compliant
  selftests: mptcp: join: helper to filter TCP

 .../testing/selftests/net/mptcp/mptcp_join.sh | 2435 +++++++++--------
 1 file changed, 1297 insertions(+), 1138 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-02-24 14:52 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-24 13:56 [PATCH mptcp-next v3 00/12] Refactor mptcp_join.sh Matthieu Baerts
2022-02-24 13:56 ` [PATCH mptcp-next v3 01/12] Squash to "selftests: mptcp: Add tests for userspace PM type" Matthieu Baerts
2022-02-24 14:08   ` Geliang Tang
2022-02-24 13:56 ` [PATCH mptcp-next v3 02/12] Squash to "selftests: mptcp: join: allow running -cCi" Matthieu Baerts
2022-02-24 13:56 ` [PATCH mptcp-next v3 03/12] Squash to "selftests: mptcp: add implicit endpoint test case" Matthieu Baerts
2022-02-24 13:56 ` [PATCH mptcp-next v3 04/12] selftests: mptcp: join: define tests groups once Matthieu Baerts
2022-02-24 13:56 ` [PATCH mptcp-next v3 05/12] selftests: mptcp: join: reset failing links Matthieu Baerts
2022-02-24 13:56 ` [PATCH mptcp-next v3 06/12] selftests: mptcp: join: option to execute specific tests Matthieu Baerts
2022-02-24 13:56 ` [PATCH mptcp-next v3 07/12] selftests: mptcp: join: alt. to exec " Matthieu Baerts
2022-02-24 13:56 ` [PATCH mptcp-next v3 08/12] selftests: mptcp: join: list failure at the end Matthieu Baerts
2022-02-24 14:19   ` Geliang Tang
2022-02-24 14:22     ` Matthieu Baerts
2022-02-24 13:56 ` [PATCH mptcp-next v3 09/12] selftests: mptcp: join: clarify local/global vars Matthieu Baerts
2022-02-24 13:56 ` [PATCH mptcp-next v3 10/12] selftests: mptcp: join: avoid backquotes Matthieu Baerts
2022-02-24 13:56 ` [PATCH mptcp-next v3 11/12] selftests: mptcp: join: make it shellcheck compliant Matthieu Baerts
2022-02-24 14:34   ` Geliang Tang
2022-02-24 14:47     ` Matthieu Baerts
2022-02-24 13:56 ` [PATCH mptcp-next v3 12/12] selftests: mptcp: join: helper to filter TCP Matthieu Baerts
2022-02-24 14:39   ` Geliang Tang
2022-02-24 14:50     ` Matthieu Baerts
2022-02-24 14:52   ` selftests: mptcp: join: helper to filter TCP: Tests Results MPTCP CI

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.