mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 21:47:15 +02:00
tests: Add option to dump fpm_listener table on request
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
cfaab9f702
commit
e37a5b4666
|
@ -65,7 +65,7 @@ def setup_module(module):
|
||||||
router.load_config(
|
router.load_config(
|
||||||
TopoRouter.RD_FPM_LISTENER,
|
TopoRouter.RD_FPM_LISTENER,
|
||||||
os.path.join(CWD, "{}/fpm_stub.conf".format(rname)),
|
os.path.join(CWD, "{}/fpm_stub.conf".format(rname)),
|
||||||
"-r",
|
"-r -z /tmp/fpm_test.data",
|
||||||
)
|
)
|
||||||
|
|
||||||
tgen.start_router()
|
tgen.start_router()
|
||||||
|
|
Loading…
Reference in a new issue