]> git.puffer.fish Git - matthieu/frr.git/commit
tests: refactor parallel reset/load config for non-json
authorChristian Hopps <chopps@labn.net>
Sun, 5 Sep 2021 22:59:26 +0000 (18:59 -0400)
committerChristian Hopps <chopps@labn.net>
Mon, 6 Sep 2021 15:18:48 +0000 (11:18 -0400)
commit025477457866cc6faa4dec86652b8621fc912eb4
treee41d97824009a1fcac4956dd0545399f805cabd2
parent89084fc30f80410317b89fdaf554b149ade6695f
tests: refactor parallel reset/load config for non-json

Refactor the bgp_auth test to create common_config code to allow
non-json based tests to reset routers and load configs in parallel.

Signed-off-by: Christian Hopps <chopps@labn.net>
tests/topotests/bgp_auth/test_bgp_auth.py
tests/topotests/conftest.py
tests/topotests/lib/common_config.py
tests/topotests/lib/topogen.py
tests/topotests/lib/topojson.py
tests/topotests/lib/topotest.py