]> git.puffer.fish Git - mirror/frr.git/commit
tests: add mgmtd config test 13834/head
authorChristian Hopps <chopps@labn.net>
Mon, 12 Jun 2023 04:58:03 +0000 (00:58 -0400)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Thu, 22 Jun 2023 21:56:44 +0000 (21:56 +0000)
commitb354f1a7613ff6b60d6313050868d6e90455ba56
treef96485c3b2d1e3856749a5f239d5c7eb021aeb8b
parentb5a727560282407568e3bf571c53a9bd2ee7ea1f
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>
(cherry picked from commit dac48df52ad6322b505aea7aae62319a726216b5)
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]