Skip to content

Commit

Permalink
[GCU E2E Testing] Fix ECN GCU Test
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelmsft committed Jun 20, 2023
1 parent fd488da commit 23676e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generic_config_updater/test_ecn_config_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ def test_ecn_config_updates(duthost, ensure_dut_readiness, configdb_field, opera
"value": "{}".format(value)})

try:
output = apply_patch(duthost, json_data=json_patch, dest_file=tmpfile)
if is_valid_platform_and_version(duthost, "WRED_PROFILE", "ECN tuning"):
output = apply_patch(duthost, json_data=json_patch, dest_file=tmpfile)
expect_op_success(duthost, output)
ensure_application_of_updated_config(duthost, configdb_field, ",".join(values))
else:
Expand Down

0 comments on commit 23676e3

Please sign in to comment.