Skip to content

Commit dde0106

Browse files
committed
Fix for VS test case sonic-net#2
1 parent 0ba3a3c commit dde0106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_virtual_chassis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ def test_chassis_wred_profile_on_system_ports(self, vct):
977977
_, logSeen = dvs.runcmd([ "sh", "-c",
978978
"awk STARTFILE/ENDFILE /var/log/swss/sairedis.rec | grep SAI_QUEUE_ATTR_WRED_PROFILE_ID | wc -l"])
979979

980-
assert logSeen.strip() == len(system_ports)
980+
assert logSeen.strip() == len(system_ports)*2
981981

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

0 commit comments

Comments
 (0)