mbox series

[net,0/3] mptcp: selftests: Fix timeouts and test isolation

Message ID 20221115221046.20370-1-mathew.j.martineau@linux.intel.com (mailing list archive)
Headers show
Series mptcp: selftests: Fix timeouts and test isolation | expand

Message

Mat Martineau Nov. 15, 2022, 10:10 p.m. UTC
Patches 1 and 3 adjust test timeouts to reduce false negatives on slow
machines.

Patch 2 improves test isolation by running the mptcp_sockopt test in its
own net namespace.

Matthieu Baerts (2):
  selftests: mptcp: run mptcp_sockopt from a new netns
  selftests: mptcp: fix mibit vs mbit mix up

Paolo Abeni (1):
  selftests: mptcp: gives slow test-case more time

 tools/testing/selftests/net/mptcp/mptcp_join.sh    | 6 +++---
 tools/testing/selftests/net/mptcp/mptcp_sockopt.sh | 9 +++++----
 tools/testing/selftests/net/mptcp/simult_flows.sh  | 5 +++--
 3 files changed, 11 insertions(+), 9 deletions(-)


base-commit: 9d45921ee4cb364910097e7d1b7558559c2f9fd2

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 18, 2022, 5:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 15 Nov 2022 14:10:43 -0800 you wrote:
> Patches 1 and 3 adjust test timeouts to reduce false negatives on slow
> machines.
> 
> Patch 2 improves test isolation by running the mptcp_sockopt test in its
> own net namespace.
> 
> Matthieu Baerts (2):
>   selftests: mptcp: run mptcp_sockopt from a new netns
>   selftests: mptcp: fix mibit vs mbit mix up
> 
> [...]

Here is the summary with links:
  - [net,1/3] selftests: mptcp: gives slow test-case more time
    https://git.kernel.org/netdev/net/c/22b29557aef3
  - [net,2/3] selftests: mptcp: run mptcp_sockopt from a new netns
    https://git.kernel.org/netdev/net/c/7e68d31020f1
  - [net,3/3] selftests: mptcp: fix mibit vs mbit mix up
    https://git.kernel.org/netdev/net/c/3de88b95c4d4

You are awesome, thank you!