mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-13 12:42:09 +00:00
tests: Do not load sharpd config in srv6_encap_src_addr
topotest
The `srv6_encap_src_addr` topotest tries to load sharpd.conf file that does not exist, which produces the following warning: ``` 2025-02-16 09:23:35,151 WARNING: topo: missing config 'r1' for '/media/frr/tests/topotests/srv6_encap_src_addr/r1/sharpd.conf' creating empty file '/etc/frr/sharpd.conf' ``` Since this topotest doesn't actually use sharpd, there's no point in loading the config file. Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
This commit is contained in:
parent
f2bf1f95b3
commit
cb38a6f962
@ -49,9 +49,6 @@ def setup_module(mod):
|
|||||||
router.load_config(
|
router.load_config(
|
||||||
TopoRouter.RD_BGP, os.path.join(CWD, "{}/bgpd.conf".format(rname))
|
TopoRouter.RD_BGP, os.path.join(CWD, "{}/bgpd.conf".format(rname))
|
||||||
)
|
)
|
||||||
router.load_config(
|
|
||||||
TopoRouter.RD_SHARP, os.path.join(CWD, "{}/sharpd.conf".format(rname))
|
|
||||||
)
|
|
||||||
tgen.start_router()
|
tgen.start_router()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user