All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] [PATCH 00/10] selftests: IPv6 by default and time reduction
@ 2019-11-16 12:59 Matthieu Baerts
  0 siblings, 0 replies; only message in thread
From: Matthieu Baerts @ 2019-11-16 12:59 UTC (permalink / raw)
  To: mptcp

[-- Attachment #1: Type: text/plain, Size: 1497 bytes --]

Here are a few improvements in the selftests. Nothing complex, some
details to have the results more readable (I think), IPv6 enabled by
default, the time of the execution is reduced (around 30 seconds now
with the same launched tests), and the script is more robust for the
future.

I hope we can apply the one before the last one: IPV6 is now forced in
the config, we can then always apply the IPv6 network config and remove
a lot of 'if $ipv6' in the code.

For the last one, I guess we should not apply it now because some tests
are really slow in some conditions. More details in the patch and a
separated email has been sent.

All the patches can be squashed in the commit introducing the selftests:

  mptcp: add basic kselftest for mptcp

Matthieu Baerts (10):
  selftests:mptcp: fix typo
  selftests:mptcp: enable v6 by default
  selftests:mptcp: align v4 and v6 results
  selftests:mptcp: reduce wait time for the listen
  selftests:mptcp: reduce time to wait for DAD
  selftests:mptcp: only display the NS id
  selftests:mptcp: avoid global var clash
  selftests:mptcp: do not reset "ret" when skipping
  selftests:mptcp: force MPTCP_IPV6 config
  [RFC] selftests:mptcp: decrease timeout to 100 sec

 tools/testing/selftests/net/mptcp/config      |   1 +
 .../selftests/net/mptcp/mptcp_connect.sh      | 245 +++++++++++-------
 tools/testing/selftests/net/mptcp/settings    |   2 +-
 3 files changed, 147 insertions(+), 101 deletions(-)

-- 
2.24.0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-16 12:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-16 12:59 [MPTCP] [PATCH 00/10] selftests: IPv6 by default and time reduction Matthieu Baerts

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.