]> git.proxmox.com Git - mirror_frr.git/blame - tests/bgpd/test_mpath.py
Merge pull request #3137 from opensourcerouting/feature/isis-bfd
[mirror_frr.git] / tests / bgpd / test_mpath.py
CommitLineData
a4b74d05
CF
1import frrtest
2
3class TestMpath(frrtest.TestMultiOut):
4 program = './test_mpath'
5
6TestMpath.okfail("bgp maximum-paths config")
7TestMpath.okfail("bgp_mp_list")
4b7e6066 8TestMpath.okfail("bgp_path_info_mpath_update")
a4b74d05 9