We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6ccd7 commit dac1816Copy full SHA for dac1816
tests/snappi_tests/bgp/conftest.py
@@ -280,6 +280,7 @@ def _handler(key, arr_dict_value):
280
@pytest.fixture(scope="session", autouse=True)
281
def initial_setup(duthosts, creds, tbinfo):
282
if 'route_conv' not in tbinfo['topo']['name']:
283
+ yield
284
return
285
286
"""Perform initial DUT configurations (T1, Fanout) for convergence tests (runs once per test session)."""
0 commit comments