diff options
author | David Ahern <dsahern@gmail.com> | 2020-04-22 03:40:22 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-04-23 05:31:40 +0300 |
commit | 3f251d741150265cfa7c84d30d105612449601ab (patch) | |
tree | c60f9a3276e6502d1715c917bb4a09c84f182af1 /tools/testing/selftests/net/Makefile | |
parent | 3c7b51bd39b2078870baeeb98ad8190f447c2ed2 (diff) | |
download | linux-3f251d741150265cfa7c84d30d105612449601ab.tar.xz |
selftests: Add tests for vrf and xfrms
Add tests for vrf and xfrms with a second round after adding a
qdisc. There are a few known problems documented with the test
cases that fail. The fix is non-trivial; will come back to it
when time allows.
Signed-off-by: David Ahern <dsahern@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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile index 3f386eb9e7d7..895ec992b2f1 100644 --- a/tools/testing/selftests/net/Makefile +++ b/tools/testing/selftests/net/Makefile @@ -16,6 +16,7 @@ TEST_PROGS += altnames.sh icmp_redirect.sh ip6_gre_headroom.sh TEST_PROGS += route_localnet.sh TEST_PROGS += reuseaddr_ports_exhausted.sh TEST_PROGS += txtimestamp.sh +TEST_PROGS += vrf-xfrm-tests.sh TEST_PROGS_EXTENDED := in_netns.sh TEST_GEN_FILES = socket nettest TEST_GEN_FILES += psock_fanout psock_tpacket msg_zerocopy reuseport_addr_any |