aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdel Abouchaev <adel.abushaev@gmail.com>2022-08-24 11:43:51 -0700
committerJakub Kicinski <kuba@kernel.org>2022-08-25 13:19:57 -0700
commit88e500affe72fb704c4f201974b5199ca6f51e6c (patch)
tree04a3b331fd12684ecb7bfb5054025f0662145697
parentnet: sched: delete duplicate cleanup of backlog and qlen (diff)
downloadlinux-dev-88e500affe72fb704c4f201974b5199ca6f51e6c.tar.xz
linux-dev-88e500affe72fb704c4f201974b5199ca6f51e6c.zip
selftests/net: fix reinitialization of TEST_PROGS in net self tests.
Assinging will drop all previous tests. Fixes: b690842d12fd ("selftests/net: test l2 tunnel TOS/TTL inheriting") Signed-off-by: Adel Abouchaev <adel.abushaev@gmail.com> Reviewed-by: Shuah Khan <skhan@linuxfoundation.org> Link: https://lore.kernel.org/r/20220824184351.3759862-1-adel.abushaev@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--tools/testing/selftests/net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile
index e6a951ba5ba0..f5ac1433c301 100644
--- a/tools/testing/selftests/net/Makefile
+++ b/tools/testing/selftests/net/Makefile
@@ -42,7 +42,7 @@ TEST_PROGS += arp_ndisc_evict_nocarrier.sh
TEST_PROGS += ndisc_unsolicited_na_test.sh
TEST_PROGS += arp_ndisc_untracked_subnets.sh
TEST_PROGS += stress_reuseport_listen.sh
-TEST_PROGS := l2_tos_ttl_inherit.sh
+TEST_PROGS += l2_tos_ttl_inherit.sh
TEST_PROGS += bind_bhash.sh
TEST_PROGS_EXTENDED := in_netns.sh setup_loopback.sh setup_veth.sh
TEST_PROGS_EXTENDED += toeplitz_client.sh toeplitz.sh