Skip to content

Commit e444c18

Browse files
committed
sonic-config-engine failures fixes # 1
1 parent 924c2e7 commit e444c18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sonic-config-engine/tests/sample_output/py2/qos-arista7800r3-48cq2-lc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
"wred_red_enable" : "true",
483483
"ecn" : "ecn_all",
484484
"green_max_threshold" : "2097152",
485-
"green_min_threshold" : "250000",
485+
"green_min_threshold" : "1048576",
486486
"yellow_max_threshold" : "2097152",
487487
"yellow_min_threshold" : "1048576",
488488
"red_max_threshold" : "2097152",

src/sonic-config-engine/tests/sample_output/py3/qos-arista7800r3-48cq2-lc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
"wred_red_enable" : "true",
483483
"ecn" : "ecn_all",
484484
"green_max_threshold" : "2097152",
485-
"green_min_threshold" : "250000",
485+
"green_min_threshold" : "1048576",
486486
"yellow_max_threshold" : "2097152",
487487
"yellow_min_threshold" : "1048576",
488488
"red_max_threshold" : "2097152",

0 commit comments

Comments
 (0)