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 8, 2024
1 parent 59b4694 commit 2b8339d
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 @@ -2540,7 +2540,12 @@ def isLonglink(self, dut_host):
return False

@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 2b8339d

Please sign in to comment.