]> git.proxmox.com Git - mirror_frr.git/commit - tests/topotests/lib/topotest.py
tests: fix implicit config file and recently added logic error
authorChristian Hopps <chopps@labn.net>
Wed, 17 May 2023 11:10:13 +0000 (07:10 -0400)
committerChristian Hopps <chopps@labn.net>
Wed, 17 May 2023 20:05:53 +0000 (16:05 -0400)
commitf3525b0b17f40157c7f723693454430210bf5b64
treefc21d1b55a55b1a74af9d177a6d6cb7fb18c80a5
parentb4cf9c4847f6948c5886a2343f03cc9b27db09f0
tests: fix implicit config file and recently added logic error

- Restore default of looking for a daemon config underneath the router directory
if no config file was specified.
- Recent change for adding unified config support had a logic bug, fix
- Update the one test that conflicted with this default
- comment out asyncio option causing warnings if asyncio wasn't installed.

Signed-off-by: Christian Hopps <chopps@labn.net>
tests/topotests/bgp_auth/test_bgp_auth1.py
tests/topotests/bgp_auth/test_bgp_auth2.py
tests/topotests/bgp_auth/test_bgp_auth3.py
tests/topotests/bgp_auth/test_bgp_auth4.py
tests/topotests/lib/topotest.py
tests/topotests/pytest.ini