mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-21 15:32:54 +00:00
10 lines
205 B
Python
10 lines
205 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_info_mpath_update")
|
|
|