]> git.puffer.fish Git - mirror/frr.git/commit
tests: Do not Cause test scripts to stop running when config load fails
authorDonald Sharp <sharpd@nvidia.com>
Sun, 21 May 2023 23:39:39 +0000 (19:39 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 22 May 2023 14:52:54 +0000 (10:52 -0400)
commitb31a1797c68b1e1396ff6d8cd0738100380e43a4
tree84917dde5c76590e91560709fceb468845391dc8
parentaf53f97f348247ffedb23bc850ce0a944c14113c
tests: Do not Cause test scripts to stop running when config load fails

When running the pytests in parallel, calling pytest.exit() causes
the entire test run to be aborted.  Which.... Is frankly not cool.
Let's notice the failure and move on to the next tests.

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