2022-07-07 14:31:48

by Martin Blumenstingl

[permalink] [raw]
Subject: [PATCH 2/2] selftests: forwarding: Install no_forwarding.sh

When using the Makefile from tools/testing/selftests/net/forwarding/
all tests should be installed. Add no_forwarding.sh to the list of
"to be installed tests" where it has been missing so far.

Fixes: 476a4f05d9b83f ("selftests: forwarding: add a no_forwarding.sh test")
Signed-off-by: Martin Blumenstingl <[email protected]>
---
tools/testing/selftests/net/forwarding/Makefile | 1 +
1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/net/forwarding/Makefile b/tools/testing/selftests/net/forwarding/Makefile
index 6fcf6cdfaee2..a9c5c1be5088 100644
--- a/tools/testing/selftests/net/forwarding/Makefile
+++ b/tools/testing/selftests/net/forwarding/Makefile
@@ -54,6 +54,7 @@ TEST_PROGS = bridge_igmp.sh \
mirror_gre_vlan_bridge_1q.sh \
mirror_gre_vlan.sh \
mirror_vlan.sh \
+ no_forwarding.sh \
pedit_dsfield.sh \
pedit_ip.sh \
pedit_l4port.sh \
--
2.37.0


2022-07-07 22:47:25

by Vladimir Oltean

[permalink] [raw]
Subject: Re: [PATCH 2/2] selftests: forwarding: Install no_forwarding.sh

On Thu, Jul 07, 2022 at 03:55:32PM +0200, Martin Blumenstingl wrote:
> When using the Makefile from tools/testing/selftests/net/forwarding/
> all tests should be installed. Add no_forwarding.sh to the list of
> "to be installed tests" where it has been missing so far.
>
> Fixes: 476a4f05d9b83f ("selftests: forwarding: add a no_forwarding.sh test")
> Signed-off-by: Martin Blumenstingl <[email protected]>
> ---

Reviewed-by: Vladimir Oltean <[email protected]>