]> git.proxmox.com Git - mirror_frr.git/commit
tests: Add `exit` stanzas to pre-generated config
authorDonald Sharp <sharpd@nvidia.com>
Mon, 22 May 2023 12:25:38 +0000 (08:25 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 22 May 2023 14:52:54 +0000 (10:52 -0400)
commitaf53f97f348247ffedb23bc850ce0a944c14113c
treeff7cf798a533480d634baa275cbda12416e57562
parentb9de32473d84c387d823fe9543a7f895f7c9fc54
tests: Add `exit` stanzas to pre-generated config

A bunch of tests rely on pre-generated config from
json files.  These tests were not putting `exit` stanzas
and a bunch of the tests as a result are silently failing
to configure properly at all, as commands were being sent
to the wrong daemons.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/lib/bgp.py
tests/topotests/lib/common_config.py
tests/topotests/lib/ospf.py