Skip to content

Commit

Permalink
[Qos]Excluding lacp_timer change for vsonic neighbor
Browse files Browse the repository at this point in the history
  • Loading branch information
ansrajpu-git committed Oct 3, 2024
1 parent e67d3c3 commit 9d88827
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/qos/qos_sai_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2480,7 +2480,12 @@ def skip_longlink(self, dutQosConfig):
return

@pytest.fixture(scope="function", autouse=False)
def change_lag_lacp_timer(self, duthosts, get_src_dst_asic_and_duts, tbinfo, nbrhosts, dutConfig, dutTestParams):
def change_lag_lacp_timer(self, duthosts, get_src_dst_asic_and_duts, tbinfo, nbrhosts, dutConfig, dutTestParams,
request):
if request.config.getoption("--neighbor_type") == "sonic":
yield
return

if ('platform_asic' in dutTestParams["basicParams"] and
dutTestParams["basicParams"]["platform_asic"] == "broadcom-dnx"):
src_dut = get_src_dst_asic_and_duts['src_dut']
Expand Down

0 comments on commit 9d88827

Please sign in to comment.