mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 13:20:12 +00:00
11 lines
211 B
Python
11 lines
211 B
Python
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")
|