]> git.proxmox.com Git - mirror_frr.git/commit - tests/topotests/lib/common_config.py
tests: Add topotests for MGMT daemon
authornguggarigoud <nguggarigoud@vmware.com>
Fri, 29 Oct 2021 11:14:33 +0000 (04:14 -0700)
committerChristian Hopps <chopps@gmail.com>
Wed, 22 Mar 2023 05:22:56 +0000 (05:22 +0000)
commitf637ac01705537927f81cafa854ca0d0557bb2d1
tree9ea9794b9da68bdba30453d86258c403efcc444d
parent5b08f6f9ead9b97c9d49a133a1f7420d707ef0b2
tests: Add topotests for MGMT daemon

1. MGMT daemon support in topotests.
2. Sanity tests for MGMTd.

Signed-off-by: nguggarigoud <nguggarigoud@vmware.com>
15 files changed:
tests/topotests/all_protocol_startup/test_all_protocol_startup.py
tests/topotests/bfd_topo2/test_bfd_topo2.py
tests/topotests/config_timing/test_config_timing.py
tests/topotests/lib/common_config.py
tests/topotests/lib/topogen.py
tests/topotests/lib/topotest.py
tests/topotests/mgmt_tests/test_yang_mgmt.py [new file with mode: 0644]
tests/topotests/mgmt_tests/yang_mgmt.json [new file with mode: 0644]
tests/topotests/msdp_mesh_topo1/test_msdp_mesh_topo1.py
tests/topotests/msdp_topo1/test_msdp_topo1.py
tests/topotests/ospf6_topo2/test_ospf6_topo2.py
tests/topotests/static_simple/r1/mgmtd.conf [new file with mode: 0644]
tests/topotests/static_simple/r1/staticd.conf [new file with mode: 0644]
tests/topotests/static_simple/r1/zebra.conf [new file with mode: 0644]
tests/topotests/static_simple/test_static_simple.py [new file with mode: 0644]