diff mbox series

[net-next] selftests: netdevsim: add fib_notifications to Makefile

Message ID 20241029192603.509295-1-kuba@kernel.org (mailing list archive)
State Accepted
Commit 7f66456d776a0c44b5e2b932bf8ed186ccec3bc1
Delegated to: Netdev Maintainers
Headers show
Series [net-next] selftests: netdevsim: add fib_notifications to Makefile | 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/ynl success Generated files up to date; no warnings/errors; no diff in generated;
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: 5 this patch: 5
netdev/build_tools success Errors and warnings before: 0 (+0) this patch: 0 (+0)
netdev/cc_maintainers success CCed 7 of 7 maintainers
netdev/build_clang success Errors and warnings before: 4 this patch: 4
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: 8 this patch: 8
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 7 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-10-31--09-00 (tests: 779)

Commit Message

Jakub Kicinski Oct. 29, 2024, 7:26 p.m. UTC
Commit 19d36d2971e6 ("selftests: netdevsim: Add fib_notifications test")
added the test but didn't include it in the Makefile.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
CC: andrew+netdev@lunn.ch
CC: shuah@kernel.org
CC: linux-kselftest@vger.kernel.org
CC: petrm@nvidia.com
---
 tools/testing/selftests/drivers/net/netdevsim/Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Joe Damato Oct. 29, 2024, 7:35 p.m. UTC | #1
On Tue, Oct 29, 2024 at 12:26:03PM -0700, Jakub Kicinski wrote:
> Commit 19d36d2971e6 ("selftests: netdevsim: Add fib_notifications test")
> added the test but didn't include it in the Makefile.
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
> CC: andrew+netdev@lunn.ch
> CC: shuah@kernel.org
> CC: linux-kselftest@vger.kernel.org
> CC: petrm@nvidia.com
> ---
>  tools/testing/selftests/drivers/net/netdevsim/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tools/testing/selftests/drivers/net/netdevsim/Makefile b/tools/testing/selftests/drivers/net/netdevsim/Makefile
> index 5bace0b7fb57..cc08b220323f 100644
> --- a/tools/testing/selftests/drivers/net/netdevsim/Makefile
> +++ b/tools/testing/selftests/drivers/net/netdevsim/Makefile
> @@ -8,6 +8,7 @@ TEST_PROGS = devlink.sh \
>  	ethtool-pause.sh \
>  	ethtool-ring.sh \
>  	fib.sh \
> +	fib_notifications.sh \
>  	hw_stats_l3.sh \
>  	nexthop.sh \
>  	peer.sh \
> -- 
> 2.47.0

Reviewed-by: Joe Damato <jdamato@fastly.com>
patchwork-bot+netdevbpf@kernel.org Nov. 1, 2024, 2:40 a.m. UTC | #2
Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 29 Oct 2024 12:26:03 -0700 you wrote:
> Commit 19d36d2971e6 ("selftests: netdevsim: Add fib_notifications test")
> added the test but didn't include it in the Makefile.
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
> CC: andrew+netdev@lunn.ch
> CC: shuah@kernel.org
> CC: linux-kselftest@vger.kernel.org
> CC: petrm@nvidia.com
> 
> [...]

Here is the summary with links:
  - [net-next] selftests: netdevsim: add fib_notifications to Makefile
    https://git.kernel.org/netdev/net-next/c/7f66456d776a

You are awesome, thank you!
diff mbox series

Patch

diff --git a/tools/testing/selftests/drivers/net/netdevsim/Makefile b/tools/testing/selftests/drivers/net/netdevsim/Makefile
index 5bace0b7fb57..cc08b220323f 100644
--- a/tools/testing/selftests/drivers/net/netdevsim/Makefile
+++ b/tools/testing/selftests/drivers/net/netdevsim/Makefile
@@ -8,6 +8,7 @@  TEST_PROGS = devlink.sh \
 	ethtool-pause.sh \
 	ethtool-ring.sh \
 	fib.sh \
+	fib_notifications.sh \
 	hw_stats_l3.sh \
 	nexthop.sh \
 	peer.sh \