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 69374e8 commit c7f4f44
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def get_pg_lossless_profiles(duthost, namespace=None):

@pytest.mark.parametrize("operation", ["replace"])
def test_dynamic_th_config_updates(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
skip_when_buffer_is_dynamic_model, rand_asic_namespace):
asic_namespace, _asic_id = rand_asic_namespace
json_namespace = '' if asic_namespace is None else '/' + asic_namespace

pg_lossless_profiles = get_pg_lossless_profiles(duthost, namespace=asic_namespace)
Expand Down

0 comments on commit c7f4f44

Please sign in to comment.