]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Add topotests for MGMT daemon
authornguggarigoud <nguggarigoud@vmware.com>
Fri, 29 Oct 2021 11:14:33 +0000 (04:14 -0700)
committerChristian Hopps <chopps@labn.net>
Wed, 6 Apr 2022 01:41:23 +0000 (21:41 -0400)
commitd9fb94d6c327b53bb7303b43f863fb2262327ae5
tree9f06c3d354479145381925f6d036ee17da8fe5b4
parentabdd1d93e9ac044b3033043f4578d4ebcd0b9ffe
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_profiles_topo1/test_bfd_profiles_topo1.py
tests/topotests/bfd_topo2/test_bfd_topo2.py
tests/topotests/bfd_topo3/test_bfd_topo3.py
tests/topotests/bgp_suppress_fib/test_bgp_suppress_fib.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/pim_basic_topo2/test_pim_basic_topo2.py
tests/topotests/zebra_rib/test_zebra_rib.py