]> git.proxmox.com Git - mirror_frr.git/blob - tests/bgpd/test_mpath.py
lib: add support for confirmed commits
[mirror_frr.git] / tests / bgpd / test_mpath.py
1 import frrtest
2
3 class TestMpath(frrtest.TestMultiOut):
4 program = './test_mpath'
5
6 TestMpath.okfail("bgp maximum-paths config")
7 TestMpath.okfail("bgp_mp_list")
8 TestMpath.okfail("bgp_path_info_mpath_update")
9