mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-02 22:24:23 +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")
|