diff mbox series

Squash-to: "mptcp: add basic kselftest for mptcp"

Message ID 20200111011057.19143-1-mathew.j.martineau@linux.intel.com
State Accepted, archived
Delegated to: Matthieu Baerts
Headers show
Series Squash-to: "mptcp: add basic kselftest for mptcp" | expand

Commit Message

Mat Martineau Jan. 11, 2020, 1:10 a.m. UTC
I was helping the LKP/0-day team with information on running our tests,
and noticed some missing config options.

It looks like a toss-up between 'm' and 'y' for these, so I set values
based on similar entries in tools/testing/selftests/net/config

Did I miss any others that aren't in the default config?

Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
---
 tools/testing/selftests/net/mptcp/config | 2 ++
 1 file changed, 2 insertions(+)

Comments

Paolo Abeni Jan. 13, 2020, 4:05 p.m. UTC | #1
On Fri, 2020-01-10 at 17:10 -0800, Mat Martineau wrote:
> I was helping the LKP/0-day team with information on running our tests,
> and noticed some missing config options.
> 
> It looks like a toss-up between 'm' and 'y' for these, so I set values
> based on similar entries in tools/testing/selftests/net/config
> 
> Did I miss any others that aren't in the default config?

I *think* this should be enough. LGTM, thanks!

Paolo
Matthieu Baerts Jan. 16, 2020, 4:41 p.m. UTC | #2
Hi Mat, Paolo,

On 13/01/2020 17:05, Paolo Abeni wrote:
> On Fri, 2020-01-10 at 17:10 -0800, Mat Martineau wrote:
>> I was helping the LKP/0-day team with information on running our tests,
>> and noticed some missing config options.
>>
>> It looks like a toss-up between 'm' and 'y' for these, so I set values
>> based on similar entries in tools/testing/selftests/net/config
>>
>> Did I miss any others that aren't in the default config?
> 
> I *think* this should be enough. LGTM, thanks!

Thank you for the patch and the review!

- b034f1904b8e: "squashed" in "mptcp: add basic kselftest for mptcp"
- b3a959af913e..704e4fa8a50c: result

Tests + export will be launched soon

Cheers,
Matt
diff mbox series

Patch

diff --git a/tools/testing/selftests/net/mptcp/config b/tools/testing/selftests/net/mptcp/config
index 463f0514577d..2499824d9e1c 100644
--- a/tools/testing/selftests/net/mptcp/config
+++ b/tools/testing/selftests/net/mptcp/config
@@ -1,2 +1,4 @@ 
 CONFIG_MPTCP=y
 CONFIG_MPTCP_IPV6=y
+CONFIG_VETH=y
+CONFIG_NET_SCH_NETEM=m