All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v1] selftests: net: dsa: Add a Makefile which installs the selftests
@ 2022-07-27 19:16 Martin Blumenstingl
  2022-07-28  0:11 ` Vladimir Oltean
  2022-07-29  5:30 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Martin Blumenstingl @ 2022-07-27 19:16 UTC (permalink / raw)
  To: linux-kselftest, netdev
  Cc: vladimir.oltean, linux-kernel, pabeni, kuba, edumazet, davem,
	shuah, andrew, vivien.didelot, f.fainelli, Martin Blumenstingl

Add a Makefile which takes care of installing the selftests in
tools/testing/selftests/drivers/net/dsa. This can be used to install all
DSA specific selftests and forwarding.config using the same approach as
for the selftests in tools/testing/selftests/net/forwarding.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
---
 .../testing/selftests/drivers/net/dsa/Makefile  | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 tools/testing/selftests/drivers/net/dsa/Makefile

diff --git a/tools/testing/selftests/drivers/net/dsa/Makefile b/tools/testing/selftests/drivers/net/dsa/Makefile
new file mode 100644
index 000000000000..2a731d5c6d85
--- /dev/null
+++ b/tools/testing/selftests/drivers/net/dsa/Makefile
@@ -0,0 +1,17 @@
+# SPDX-License-Identifier: GPL-2.0+ OR MIT
+
+TEST_PROGS = bridge_locked_port.sh \
+	bridge_mdb.sh \
+	bridge_mld.sh \
+	bridge_vlan_aware.sh \
+	bridge_vlan_mcast.sh \
+	bridge_vlan_unaware.sh \
+	local_termination.sh \
+	no_forwarding.sh \
+	test_bridge_fdb_stress.sh
+
+TEST_PROGS_EXTENDED := lib.sh
+
+TEST_FILES := forwarding.config
+
+include ../../../lib.mk
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next v1] selftests: net: dsa: Add a Makefile which installs the selftests
  2022-07-27 19:16 [PATCH net-next v1] selftests: net: dsa: Add a Makefile which installs the selftests Martin Blumenstingl
@ 2022-07-28  0:11 ` Vladimir Oltean
  2022-07-29  5:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Vladimir Oltean @ 2022-07-28  0:11 UTC (permalink / raw)
  To: Martin Blumenstingl
  Cc: linux-kselftest, netdev, linux-kernel, pabeni, kuba, edumazet,
	davem, shuah, andrew, vivien.didelot, f.fainelli

On Wed, Jul 27, 2022 at 09:16:42PM +0200, Martin Blumenstingl wrote:
> Add a Makefile which takes care of installing the selftests in
> tools/testing/selftests/drivers/net/dsa. This can be used to install all
> DSA specific selftests and forwarding.config using the same approach as
> for the selftests in tools/testing/selftests/net/forwarding.
> 
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> ---

Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>

Thanks for doing this!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next v1] selftests: net: dsa: Add a Makefile which installs the selftests
  2022-07-27 19:16 [PATCH net-next v1] selftests: net: dsa: Add a Makefile which installs the selftests Martin Blumenstingl
  2022-07-28  0:11 ` Vladimir Oltean
@ 2022-07-29  5:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-07-29  5:30 UTC (permalink / raw)
  To: Martin Blumenstingl
  Cc: linux-kselftest, netdev, vladimir.oltean, linux-kernel, pabeni,
	kuba, edumazet, davem, shuah, andrew, vivien.didelot, f.fainelli

Hello:

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

On Wed, 27 Jul 2022 21:16:42 +0200 you wrote:
> Add a Makefile which takes care of installing the selftests in
> tools/testing/selftests/drivers/net/dsa. This can be used to install all
> DSA specific selftests and forwarding.config using the same approach as
> for the selftests in tools/testing/selftests/net/forwarding.
> 
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> 
> [...]

Here is the summary with links:
  - [net-next,v1] selftests: net: dsa: Add a Makefile which installs the selftests
    https://git.kernel.org/netdev/net-next/c/6ecf206d602f

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-29  5:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27 19:16 [PATCH net-next v1] selftests: net: dsa: Add a Makefile which installs the selftests Martin Blumenstingl
2022-07-28  0:11 ` Vladimir Oltean
2022-07-29  5:30 ` patchwork-bot+netdevbpf

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.