mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 07:48:38 +00:00
tests: Don't generate support bundles when we get the results we want
We are generating support bundles for tests being run that are passing. Tell the system... Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
9dfe1acd2a
commit
17d1e8a386
@ -1312,14 +1312,14 @@ def test_evpn_routes_from_VNFs_p1(request):
|
||||
)
|
||||
for addr_type in ADDR_TYPES:
|
||||
input_routes = {key: topo["routers"][key] for key in ["r1"]}
|
||||
result = verify_rib(tgen, addr_type, "d2", input_routes, expected=False)
|
||||
result = verify_rib(tgen, addr_type, "d2", input_routes, expected=True)
|
||||
assert result is True, "Testcase {} :Failed \n Error: {}".format(
|
||||
tc_name, result
|
||||
)
|
||||
|
||||
for addr_type in ADDR_TYPES:
|
||||
input_routes = {key: topo["routers"][key] for key in ["r2"]}
|
||||
result = verify_rib(tgen, addr_type, "d2", input_routes, expected=False)
|
||||
result = verify_rib(tgen, addr_type, "d2", input_routes, expected=True)
|
||||
assert result is True, "Testcase {} :Failed \n Error: {}".format(
|
||||
tc_name, result
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user