diff options
Diffstat (limited to 'tests/bgpd/test_mpath.py')
| -rw-r--r-- | tests/bgpd/test_mpath.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/bgpd/test_mpath.py b/tests/bgpd/test_mpath.py new file mode 100644 index 0000000000..3024669507 --- /dev/null +++ b/tests/bgpd/test_mpath.py @@ -0,0 +1,9 @@ +import frrtest + +class TestMpath(frrtest.TestMultiOut): + program = './test_mpath' + +TestMpath.okfail("bgp maximum-paths config") +TestMpath.okfail("bgp_mp_list") +TestMpath.okfail("bgp_info_mpath_update") + |
