Skip to content

Commit

Permalink
Update ASIC namespace fixture following changes in dependent PR sonic…
Browse files Browse the repository at this point in the history
  • Loading branch information
okaravasi committed Nov 29, 2024
1 parent 256eea5 commit b960c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/generic_config_updater/test_pg_headroom_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ def _confirm_value_in_app_and_asic_db():

@pytest.mark.parametrize("operation", ["replace"])
def test_pg_headroom_update(duthost, ensure_dut_readiness, operation, skip_when_buffer_is_dynamic_model,
rand_front_end_asic_namespace):
asic_namespace, asic_id = rand_front_end_asic_namespace
rand_asic_namespace):
asic_namespace, asic_id = rand_asic_namespace
asic_type = get_asic_name(duthost)
pytest_require("td2" not in asic_type, "PG headroom should be skipped on TD2")
tmpfile = generate_tmpfile(duthost)
Expand Down

0 comments on commit b960c5b

Please sign in to comment.