Skip to content

Commit

Permalink
Fix for VS test case sonic-net#2
Browse files Browse the repository at this point in the history
  • Loading branch information
vmittal-msft committed Nov 22, 2023
1 parent 0ba3a3c commit dde0106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_virtual_chassis.py
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ def test_chassis_wred_profile_on_system_ports(self, vct):
_, logSeen = dvs.runcmd([ "sh", "-c",
"awk STARTFILE/ENDFILE /var/log/swss/sairedis.rec | grep SAI_QUEUE_ATTR_WRED_PROFILE_ID | wc -l"])

assert logSeen.strip() == len(system_ports)
assert logSeen.strip() == len(system_ports)*2

# Add Dummy always-pass test at end as workaroud
# for issue when Flaky fail on final test it invokes module tear-down before retrying
Expand Down

0 comments on commit dde0106

Please sign in to comment.