netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] selftests/net: add missing tests to Makefile
@ 2020-03-25  8:07 Hangbin Liu
  2020-03-25 16:49 ` David Ahern
  2020-03-25 18:33 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Hangbin Liu @ 2020-03-25  8:07 UTC (permalink / raw)
  To: netdev; +Cc: David Ahern, David Miller, Hangbin Liu

Find some tests are missed in Makefile by running:
for file in $(ls *.sh); do grep -q $file Makefile || echo $file; done

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
---
 tools/testing/selftests/net/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile
index 287ae916ec0b..4c1bd03ffa1c 100644
--- a/tools/testing/selftests/net/Makefile
+++ b/tools/testing/selftests/net/Makefile
@@ -11,7 +11,9 @@ TEST_PROGS += udpgso_bench.sh fib_rule_tests.sh msg_zerocopy.sh psock_snd.sh
 TEST_PROGS += udpgro_bench.sh udpgro.sh test_vxlan_under_vrf.sh reuseport_addr_any.sh
 TEST_PROGS += test_vxlan_fdb_changelink.sh so_txtime.sh ipv6_flowlabel.sh
 TEST_PROGS += tcp_fastopen_backup_key.sh fcnal-test.sh l2tp.sh traceroute.sh
-TEST_PROGS += fin_ack_lat.sh
+TEST_PROGS += fin_ack_lat.sh fib_nexthop_multiprefix.sh fib_nexthops.sh
+TEST_PROGS += altnames.sh icmp_redirect.sh ip6_gre_headroom.sh
+TEST_PROGS += route_localnet.sh
 TEST_PROGS_EXTENDED := in_netns.sh
 TEST_GEN_FILES =  socket nettest
 TEST_GEN_FILES += psock_fanout psock_tpacket msg_zerocopy reuseport_addr_any
-- 
2.19.2


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

* Re: [PATCH net] selftests/net: add missing tests to Makefile
  2020-03-25  8:07 [PATCH net] selftests/net: add missing tests to Makefile Hangbin Liu
@ 2020-03-25 16:49 ` David Ahern
  2020-03-25 18:33 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Ahern @ 2020-03-25 16:49 UTC (permalink / raw)
  To: Hangbin Liu, netdev; +Cc: David Miller

On 3/25/20 2:07 AM, Hangbin Liu wrote:
> Find some tests are missed in Makefile by running:
> for file in $(ls *.sh); do grep -q $file Makefile || echo $file; done
> 
> Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
> ---
>  tools/testing/selftests/net/Makefile | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 

Reviewed-by: David Ahern <dsahern@gmail.com>



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

* Re: [PATCH net] selftests/net: add missing tests to Makefile
  2020-03-25  8:07 [PATCH net] selftests/net: add missing tests to Makefile Hangbin Liu
  2020-03-25 16:49 ` David Ahern
@ 2020-03-25 18:33 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2020-03-25 18:33 UTC (permalink / raw)
  To: liuhangbin; +Cc: netdev, dsahern

From: Hangbin Liu <liuhangbin@gmail.com>
Date: Wed, 25 Mar 2020 16:07:01 +0800

> Find some tests are missed in Makefile by running:
> for file in $(ls *.sh); do grep -q $file Makefile || echo $file; done
> 
> Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>

Applied.

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

end of thread, other threads:[~2020-04-02 14:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-25  8:07 [PATCH net] selftests/net: add missing tests to Makefile Hangbin Liu
2020-03-25 16:49 ` David Ahern
2020-03-25 18:33 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).