1
0
Fork 0
frr/tests/bgpd/test_mpath.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
211 B
Python
Raw Normal View History

import frrtest
class TestMpath(frrtest.TestMultiOut):
program = "./test_mpath"
TestMpath.okfail("bgp maximum-paths config")
TestMpath.okfail("bgp_mp_list")
TestMpath.okfail("bgp_path_info_mpath_update")