diff options
| author | Ido Schimmel <idosch@nvidia.com> | 2023-07-17 11:12:29 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2023-07-19 10:53:49 +0100 |
| commit | b408453053fbd1409cc98ce420d64448f58cfd09 (patch) | |
| tree | 95f2ac79f39242c269141274367bb3443c45c00a /tools/testing/selftests/net/Makefile | |
| parent | 29cfb2aaa4425a608651a05b9b875bc445394443 (diff) | |
selftests: net: Add bridge backup port and backup nexthop ID test
Add test cases for bridge backup port and backup nexthop ID, testing
both good and bad flows.
Example truncated output:
# ./test_bridge_backup_port.sh
[...]
Tests passed: 83
Tests failed: 0
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
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 fbf579f46992..04341e1b38f0 100644 --- a/tools/testing/selftests/net/Makefile +++ b/tools/testing/selftests/net/Makefile @@ -87,6 +87,7 @@ TEST_GEN_FILES += bind_wildcard TEST_PROGS += test_vxlan_mdb.sh TEST_PROGS += test_bridge_neigh_suppress.sh TEST_PROGS += test_vxlan_nolocalbypass.sh +TEST_PROGS += test_bridge_backup_port.sh TEST_FILES := settings |
