]> git.puffer.fish Git - mirror/frr.git/commit
tests: add mgmtd config test 13763/head
authorChristian Hopps <chopps@labn.net>
Mon, 12 Jun 2023 04:58:03 +0000 (00:58 -0400)
committerChristian Hopps <chopps@labn.net>
Mon, 12 Jun 2023 07:23:51 +0000 (03:23 -0400)
commitdac48df52ad6322b505aea7aae62319a726216b5
tree9ea8d7180890443073c6ef3e026d2692ffa7a2ce
parent79d40972fddc2651b499bf2f5780aea97c9f5d07
tests: add mgmtd config test

Testing early exits/ends from config files loaded with `vtysh -f cfgfile`
as well as `vtysh < cfgfile`, verify the same as non-mgmtd behavior.

Signed-off-by: Christian Hopps <chopps@labn.net>
18 files changed:
tests/topotests/mgmt_config/r1/early-end-zebra.conf [new file with mode: 0644]
tests/topotests/mgmt_config/r1/early-end.conf [new file with mode: 0644]
tests/topotests/mgmt_config/r1/early-end2-zebra.conf [new file with mode: 0644]
tests/topotests/mgmt_config/r1/early-end2.conf [new file with mode: 0644]
tests/topotests/mgmt_config/r1/early-exit-zebra.conf [new file with mode: 0644]
tests/topotests/mgmt_config/r1/early-exit.conf [new file with mode: 0644]
tests/topotests/mgmt_config/r1/early-exit2-zebra.conf [new file with mode: 0644]
tests/topotests/mgmt_config/r1/early-exit2.conf [new file with mode: 0644]
tests/topotests/mgmt_config/r1/mgmtd.conf [new file with mode: 0644]
tests/topotests/mgmt_config/r1/normal-exit.conf [new file with mode: 0644]
tests/topotests/mgmt_config/r1/one-exit-zebra.conf [new file with mode: 0644]
tests/topotests/mgmt_config/r1/one-exit.conf [new file with mode: 0644]
tests/topotests/mgmt_config/r1/one-exit2-zebra.conf [new file with mode: 0644]
tests/topotests/mgmt_config/r1/one-exit2.conf [new file with mode: 0644]
tests/topotests/mgmt_config/r1/zebra.conf [new file with mode: 0644]
tests/topotests/mgmt_config/test_config.py [new file with mode: 0644]
tests/topotests/mgmt_startup/test_cfgfile_var.py [new file with mode: 0644]
tests/topotests/mgmt_startup/test_config.py [deleted file]