diff mbox series

[net-next] selftests: tc-testing: add dummy and veth to minimum config

Message ID 20231016180222.3065160-1-pctammela@mojatatu.com (mailing list archive)
State Changes Requested
Delegated to: Netdev Maintainers
Headers show
Series [net-next] selftests: tc-testing: add dummy and veth to minimum config | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 9 this patch: 9
netdev/cc_maintainers warning 2 maintainers not CCed: shuah@kernel.org linux-kselftest@vger.kernel.org
netdev/build_clang success Errors and warnings before: 9 this patch: 9
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 9 this patch: 9
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 10 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Pedro Tammela Oct. 16, 2023, 6:02 p.m. UTC
Dummy and VETH are heavily used by tdc. Make sure CI builds using
tc-testing/config pick them up.

Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: Pedro Tammela <pctammela@mojatatu.com>
---
 tools/testing/selftests/tc-testing/config | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Pedro Tammela Oct. 17, 2023, 2:54 p.m. UTC | #1
On 16/10/2023 15:02, Pedro Tammela wrote:
> Dummy and VETH are heavily used by tdc. Make sure CI builds using
> tc-testing/config pick them up.
> 
> Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
> Signed-off-by: Pedro Tammela <pctammela@mojatatu.com>
> ---
>   tools/testing/selftests/tc-testing/config | 7 +++++++
>   1 file changed, 7 insertions(+)
> 
> diff --git a/tools/testing/selftests/tc-testing/config b/tools/testing/selftests/tc-testing/config
> index 5aa8705751f0..cf3ff04dfcb2 100644
> --- a/tools/testing/selftests/tc-testing/config
> +++ b/tools/testing/selftests/tc-testing/config
> @@ -1,3 +1,10 @@
> +#
> +# Network
> +#
> +
> +CONFIG_DUMMY=y
> +CONFIG_VETH=y
> +
>   #
>   # Core Netfilter Configuration
>   #

I will include this change in a bigger series today.

--
pw-bot: cr
diff mbox series

Patch

diff --git a/tools/testing/selftests/tc-testing/config b/tools/testing/selftests/tc-testing/config
index 5aa8705751f0..cf3ff04dfcb2 100644
--- a/tools/testing/selftests/tc-testing/config
+++ b/tools/testing/selftests/tc-testing/config
@@ -1,3 +1,10 @@ 
+#
+# Network
+#
+
+CONFIG_DUMMY=y
+CONFIG_VETH=y
+
 #
 # Core Netfilter Configuration
 #