Message ID | 20211122171806.3529401-1-prestwoj@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 619ca0d0108a5866cca7793bd7e19c5d7a30e750 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | selftests: add arp_ndisc_evict_nocarrier to Makefile | expand |
Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski <kuba@kernel.org>: On Mon, 22 Nov 2021 09:18:06 -0800 you wrote: > This was previously added in selftests but never added > to the Makefile > > Signed-off-by: James Prestwood <prestwoj@gmail.com> > --- > tools/testing/selftests/net/Makefile | 1 + > 1 file changed, 1 insertion(+) Here is the summary with links: - selftests: add arp_ndisc_evict_nocarrier to Makefile https://git.kernel.org/netdev/net/c/619ca0d0108a You are awesome, thank you!
diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile index 7615f29831eb..9897fa9ab953 100644 --- a/tools/testing/selftests/net/Makefile +++ b/tools/testing/selftests/net/Makefile @@ -34,6 +34,7 @@ TEST_PROGS += srv6_end_dt46_l3vpn_test.sh TEST_PROGS += srv6_end_dt4_l3vpn_test.sh TEST_PROGS += srv6_end_dt6_l3vpn_test.sh TEST_PROGS += vrf_strict_mode_test.sh +TEST_PROGS += arp_ndisc_evict_nocarrier.sh TEST_PROGS_EXTENDED := in_netns.sh setup_loopback.sh setup_veth.sh TEST_PROGS_EXTENDED += toeplitz_client.sh toeplitz.sh TEST_GEN_FILES = socket nettest
This was previously added in selftests but never added to the Makefile Signed-off-by: James Prestwood <prestwoj@gmail.com> --- tools/testing/selftests/net/Makefile | 1 + 1 file changed, 1 insertion(+)