Commit 437ac259 authored by Martin Blumenstingl's avatar Martin Blumenstingl Committed by Jakub Kicinski

selftests: forwarding: Install local_termination.sh

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

Fixes: 90b9566a ("selftests: forwarding: add a test for local_termination.sh")
Signed-off-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: default avatarVladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 7c895ef8
...@@ -37,6 +37,7 @@ TEST_PROGS = bridge_igmp.sh \ ...@@ -37,6 +37,7 @@ TEST_PROGS = bridge_igmp.sh \
ipip_hier_gre_key.sh \ ipip_hier_gre_key.sh \
ipip_hier_gre_keys.sh \ ipip_hier_gre_keys.sh \
ipip_hier_gre.sh \ ipip_hier_gre.sh \
local_termination.sh \
loopback.sh \ loopback.sh \
mirror_gre_bound.sh \ mirror_gre_bound.sh \
mirror_gre_bridge_1d.sh \ mirror_gre_bridge_1d.sh \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment