summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/Makefile
diff options
context:
space:
mode:
authorTaehee Yoo <ap420073@gmail.com>2021-10-31 19:00:06 +0300
committerDavid S. Miller <davem@davemloft.net>2021-11-01 16:36:09 +0300
commitc08e8baea78e472383d6b295bb8db2132068c358 (patch)
treea23217ea2e35e8386ce98b8b0cad72180e589b83 /tools/testing/selftests/net/Makefile
parentb75f7095d4d4bebc054d48ed25ddc1b0937ba9c7 (diff)
downloadlinux-c08e8baea78e472383d6b295bb8db2132068c358.tar.xz
selftests: add amt interface selftest script
This is selftest script for amt interface. This script includes basic forwarding scenarion and torture scenario. Signed-off-by: Taehee Yoo <ap420073@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/net/Makefile')
-rw-r--r--tools/testing/selftests/net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile
index 492b273743b4..d27c98a32244 100644
--- a/tools/testing/selftests/net/Makefile
+++ b/tools/testing/selftests/net/Makefile
@@ -22,6 +22,7 @@ TEST_PROGS += devlink_port_split.py
TEST_PROGS += drop_monitor_tests.sh
TEST_PROGS += vrf_route_leaking.sh
TEST_PROGS += bareudp.sh
+TEST_PROGS += amt.sh
TEST_PROGS += unicast_extensions.sh
TEST_PROGS += udpgro_fwd.sh
TEST_PROGS += veth.sh