From 9630763146319e128552c1fb6130d8e5feb5b344 Mon Sep 17 00:00:00 2001 From: Wenda Date: Fri, 10 Aug 2018 00:50:48 +0000 Subject: [PATCH 1/2] Add wred drop probability config in qos wred profile Signed-off-by: Wenda --- .../Accton-AS7116-54X/qos.json.j2 | 10 ++++++++-- .../x86_64-accton_as7212_54x-r0/AS7212-54x/qos.json.j2 | 10 ++++++++-- .../Arista-7050-QX32/qos.json.j2 | 5 ++++- .../Arista-7050-QX-32S/qos.json.j2 | 5 ++++- .../Arista-7060CX-32S-C32/qos.json.j2 | 5 ++++- .../Arista-7060CX-32S-D48C8/qos.json.j2 | 5 ++++- .../Arista-7060CX-32S-Q32/qos.json.j2 | 5 ++++- .../Arista-7260CX3-D108C8/qos.json.j2 | 5 ++++- .../montara/qos.json.j2 | 10 ++++++++-- .../mavericks/qos.json.j2 | 10 ++++++++-- .../Force10-S6000/qos.json.j2 | 5 ++++- .../Force10-S6100/qos.json.j2 | 5 ++++- .../Force10-Z9100-T0/qos.json.j2 | 5 ++++- .../Force10-Z9100/qos.json.j2 | 5 ++++- .../INGRASYS-S9130-32X/qos.json.j2 | 10 ++++++++-- .../INGRASYS-S9230-64X/qos.json.j2 | 10 ++++++++-- .../x86_64-mlnx_lssn2700-r0/LS-SN2700/qos.json.j2 | 10 ++++++++-- .../x86_64-mlnx_msn2100-r0/ACS-MSN2100/qos.json.j2 | 10 ++++++++-- .../x86_64-mlnx_msn2410-r0/ACS-MSN2410/qos.json.j2 | 10 ++++++++-- .../x86_64-mlnx_msn2700-r0/ACS-MSN2700/qos.json.j2 | 10 ++++++++-- .../Mellanox-SN2700-D48C8/qos.json.j2 | 10 ++++++++-- 21 files changed, 128 insertions(+), 32 deletions(-) diff --git a/device/accton/x86_64-accton_as7116_54x-r0/Accton-AS7116-54X/qos.json.j2 b/device/accton/x86_64-accton_as7116_54x-r0/Accton-AS7116-54X/qos.json.j2 index 5c5fc6e4969b..ae0c1878100e 100644 --- a/device/accton/x86_64-accton_as7116_54x-r0/Accton-AS7116-54X/qos.json.j2 +++ b/device/accton/x86_64-accton_as7116_54x-r0/Accton-AS7116-54X/qos.json.j2 @@ -116,7 +116,10 @@ "yellow_max_threshold":"628320", "yellow_min_threshold":"78400", "green_max_threshold": "642656", - "green_min_threshold": "80192" + "green_min_threshold": "80192", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" }, "AZURE_LOSSLESS" : { "wred_green_enable":"true", @@ -128,7 +131,10 @@ "yellow_max_threshold":"628320", "yellow_min_threshold":"78400", "green_max_threshold": "642656", - "green_min_threshold": "80192" + "green_min_threshold": "80192", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { diff --git a/device/accton/x86_64-accton_as7212_54x-r0/AS7212-54x/qos.json.j2 b/device/accton/x86_64-accton_as7212_54x-r0/AS7212-54x/qos.json.j2 index 3e01af3f2c64..4d5b77901a06 100755 --- a/device/accton/x86_64-accton_as7212_54x-r0/AS7212-54x/qos.json.j2 +++ b/device/accton/x86_64-accton_as7212_54x-r0/AS7212-54x/qos.json.j2 @@ -133,7 +133,10 @@ "yellow_max_threshold":"516096", "yellow_min_threshold":"516096", "green_max_threshold": "184320", - "green_min_threshold": "184320" + "green_min_threshold": "184320", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" }, "AZURE_LOSSLESS": { "wred_green_enable":"true", @@ -144,7 +147,10 @@ "yellow_max_threshold":"516096", "yellow_min_threshold":"516096", "green_max_threshold": "184320", - "green_min_threshold": "184320" + "green_min_threshold": "184320", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { diff --git a/device/arista/x86_64-arista_7050_qx32/Arista-7050-QX32/qos.json.j2 b/device/arista/x86_64-arista_7050_qx32/Arista-7050-QX32/qos.json.j2 index 926911ab59d0..b5e04da671ae 100644 --- a/device/arista/x86_64-arista_7050_qx32/Arista-7050-QX32/qos.json.j2 +++ b/device/arista/x86_64-arista_7050_qx32/Arista-7050-QX32/qos.json.j2 @@ -125,7 +125,10 @@ "yellow_max_threshold":"312000", "yellow_min_threshold":"104000", "green_max_threshold":"312000", - "green_min_threshold":"104000" + "green_min_threshold":"104000", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { diff --git a/device/arista/x86_64-arista_7050_qx32s/Arista-7050-QX-32S/qos.json.j2 b/device/arista/x86_64-arista_7050_qx32s/Arista-7050-QX-32S/qos.json.j2 index 926911ab59d0..b5e04da671ae 100644 --- a/device/arista/x86_64-arista_7050_qx32s/Arista-7050-QX-32S/qos.json.j2 +++ b/device/arista/x86_64-arista_7050_qx32s/Arista-7050-QX-32S/qos.json.j2 @@ -125,7 +125,10 @@ "yellow_max_threshold":"312000", "yellow_min_threshold":"104000", "green_max_threshold":"312000", - "green_min_threshold":"104000" + "green_min_threshold":"104000", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { diff --git a/device/arista/x86_64-arista_7060_cx32s/Arista-7060CX-32S-C32/qos.json.j2 b/device/arista/x86_64-arista_7060_cx32s/Arista-7060CX-32S-C32/qos.json.j2 index 84f74ecab3be..01a91de36181 100644 --- a/device/arista/x86_64-arista_7060_cx32s/Arista-7060CX-32S-C32/qos.json.j2 +++ b/device/arista/x86_64-arista_7060_cx32s/Arista-7060CX-32S-C32/qos.json.j2 @@ -137,7 +137,10 @@ "yellow_max_threshold":"312000", "yellow_min_threshold":"104000", "green_max_threshold": "312000", - "green_min_threshold": "104000" + "green_min_threshold": "104000", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { diff --git a/device/arista/x86_64-arista_7060_cx32s/Arista-7060CX-32S-D48C8/qos.json.j2 b/device/arista/x86_64-arista_7060_cx32s/Arista-7060CX-32S-D48C8/qos.json.j2 index 5142832ecae4..3e37a842f02d 100644 --- a/device/arista/x86_64-arista_7060_cx32s/Arista-7060CX-32S-D48C8/qos.json.j2 +++ b/device/arista/x86_64-arista_7060_cx32s/Arista-7060CX-32S-D48C8/qos.json.j2 @@ -137,7 +137,10 @@ "yellow_max_threshold":"312000", "yellow_min_threshold":"104000", "green_max_threshold": "312000", - "green_min_threshold": "104000" + "green_min_threshold": "104000", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { diff --git a/device/arista/x86_64-arista_7060_cx32s/Arista-7060CX-32S-Q32/qos.json.j2 b/device/arista/x86_64-arista_7060_cx32s/Arista-7060CX-32S-Q32/qos.json.j2 index 84f74ecab3be..01a91de36181 100644 --- a/device/arista/x86_64-arista_7060_cx32s/Arista-7060CX-32S-Q32/qos.json.j2 +++ b/device/arista/x86_64-arista_7060_cx32s/Arista-7060CX-32S-Q32/qos.json.j2 @@ -137,7 +137,10 @@ "yellow_max_threshold":"312000", "yellow_min_threshold":"104000", "green_max_threshold": "312000", - "green_min_threshold": "104000" + "green_min_threshold": "104000", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { diff --git a/device/arista/x86_64-arista_7260cx3_64/Arista-7260CX3-D108C8/qos.json.j2 b/device/arista/x86_64-arista_7260cx3_64/Arista-7260CX3-D108C8/qos.json.j2 index 06efa3591771..45ca4d949dcc 100644 --- a/device/arista/x86_64-arista_7260cx3_64/Arista-7260CX3-D108C8/qos.json.j2 +++ b/device/arista/x86_64-arista_7260cx3_64/Arista-7260CX3-D108C8/qos.json.j2 @@ -137,7 +137,10 @@ "yellow_max_threshold":"312000", "yellow_min_threshold":"104000", "green_max_threshold": "312000", - "green_min_threshold": "104000" + "green_min_threshold": "104000", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { diff --git a/device/barefoot/x86_64-accton_wedge100bf_32x-r0/montara/qos.json.j2 b/device/barefoot/x86_64-accton_wedge100bf_32x-r0/montara/qos.json.j2 index 7b8732e2e125..82df79ed097b 100644 --- a/device/barefoot/x86_64-accton_wedge100bf_32x-r0/montara/qos.json.j2 +++ b/device/barefoot/x86_64-accton_wedge100bf_32x-r0/montara/qos.json.j2 @@ -129,7 +129,10 @@ "yellow_max_threshold":"516096", "yellow_min_threshold":"516096", "green_max_threshold": "184320", - "green_min_threshold": "184320" + "green_min_threshold": "184320", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" }, "AZURE_LOSSLESS": { "wred_green_enable":"true", @@ -140,7 +143,10 @@ "yellow_max_threshold":"516096", "yellow_min_threshold":"516096", "green_max_threshold": "184320", - "green_min_threshold": "184320" + "green_min_threshold": "184320", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { diff --git a/device/barefoot/x86_64-accton_wedge100bf_65x-r0/mavericks/qos.json.j2 b/device/barefoot/x86_64-accton_wedge100bf_65x-r0/mavericks/qos.json.j2 index 7b8732e2e125..82df79ed097b 100644 --- a/device/barefoot/x86_64-accton_wedge100bf_65x-r0/mavericks/qos.json.j2 +++ b/device/barefoot/x86_64-accton_wedge100bf_65x-r0/mavericks/qos.json.j2 @@ -129,7 +129,10 @@ "yellow_max_threshold":"516096", "yellow_min_threshold":"516096", "green_max_threshold": "184320", - "green_min_threshold": "184320" + "green_min_threshold": "184320", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" }, "AZURE_LOSSLESS": { "wred_green_enable":"true", @@ -140,7 +143,10 @@ "yellow_max_threshold":"516096", "yellow_min_threshold":"516096", "green_max_threshold": "184320", - "green_min_threshold": "184320" + "green_min_threshold": "184320", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { diff --git a/device/dell/x86_64-dell_s6000_s1220-r0/Force10-S6000/qos.json.j2 b/device/dell/x86_64-dell_s6000_s1220-r0/Force10-S6000/qos.json.j2 index 926911ab59d0..b5e04da671ae 100644 --- a/device/dell/x86_64-dell_s6000_s1220-r0/Force10-S6000/qos.json.j2 +++ b/device/dell/x86_64-dell_s6000_s1220-r0/Force10-S6000/qos.json.j2 @@ -125,7 +125,10 @@ "yellow_max_threshold":"312000", "yellow_min_threshold":"104000", "green_max_threshold":"312000", - "green_min_threshold":"104000" + "green_min_threshold":"104000", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { diff --git a/device/dell/x86_64-dell_s6100_c2538-r0/Force10-S6100/qos.json.j2 b/device/dell/x86_64-dell_s6100_c2538-r0/Force10-S6100/qos.json.j2 index 054a8f832cd4..3fa7bdb2e1c9 100644 --- a/device/dell/x86_64-dell_s6100_c2538-r0/Force10-S6100/qos.json.j2 +++ b/device/dell/x86_64-dell_s6100_c2538-r0/Force10-S6100/qos.json.j2 @@ -164,7 +164,10 @@ "yellow_max_threshold":"312000", "yellow_min_threshold":"104000", "green_max_threshold": "312000", - "green_min_threshold": "104000" + "green_min_threshold": "104000", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { diff --git a/device/dell/x86_64-dell_z9100_c2538-r0/Force10-Z9100-T0/qos.json.j2 b/device/dell/x86_64-dell_z9100_c2538-r0/Force10-Z9100-T0/qos.json.j2 index 57bb4c532177..b56833cc122e 100644 --- a/device/dell/x86_64-dell_z9100_c2538-r0/Force10-Z9100-T0/qos.json.j2 +++ b/device/dell/x86_64-dell_z9100_c2538-r0/Force10-Z9100-T0/qos.json.j2 @@ -137,7 +137,10 @@ "yellow_max_threshold":"312000", "yellow_min_threshold":"104000", "green_max_threshold": "312000", - "green_min_threshold": "104000" + "green_min_threshold": "104000", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { diff --git a/device/dell/x86_64-dell_z9100_c2538-r0/Force10-Z9100/qos.json.j2 b/device/dell/x86_64-dell_z9100_c2538-r0/Force10-Z9100/qos.json.j2 index 84f74ecab3be..01a91de36181 100644 --- a/device/dell/x86_64-dell_z9100_c2538-r0/Force10-Z9100/qos.json.j2 +++ b/device/dell/x86_64-dell_z9100_c2538-r0/Force10-Z9100/qos.json.j2 @@ -137,7 +137,10 @@ "yellow_max_threshold":"312000", "yellow_min_threshold":"104000", "green_max_threshold": "312000", - "green_min_threshold": "104000" + "green_min_threshold": "104000", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { diff --git a/device/ingrasys/x86_64-ingrasys_s9130_32x-r0/INGRASYS-S9130-32X/qos.json.j2 b/device/ingrasys/x86_64-ingrasys_s9130_32x-r0/INGRASYS-S9130-32X/qos.json.j2 index 5c5fc6e4969b..ae0c1878100e 100644 --- a/device/ingrasys/x86_64-ingrasys_s9130_32x-r0/INGRASYS-S9130-32X/qos.json.j2 +++ b/device/ingrasys/x86_64-ingrasys_s9130_32x-r0/INGRASYS-S9130-32X/qos.json.j2 @@ -116,7 +116,10 @@ "yellow_max_threshold":"628320", "yellow_min_threshold":"78400", "green_max_threshold": "642656", - "green_min_threshold": "80192" + "green_min_threshold": "80192", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" }, "AZURE_LOSSLESS" : { "wred_green_enable":"true", @@ -128,7 +131,10 @@ "yellow_max_threshold":"628320", "yellow_min_threshold":"78400", "green_max_threshold": "642656", - "green_min_threshold": "80192" + "green_min_threshold": "80192", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { diff --git a/device/ingrasys/x86_64-ingrasys_s9230_64x-r0/INGRASYS-S9230-64X/qos.json.j2 b/device/ingrasys/x86_64-ingrasys_s9230_64x-r0/INGRASYS-S9230-64X/qos.json.j2 index 5c5fc6e4969b..ae0c1878100e 100644 --- a/device/ingrasys/x86_64-ingrasys_s9230_64x-r0/INGRASYS-S9230-64X/qos.json.j2 +++ b/device/ingrasys/x86_64-ingrasys_s9230_64x-r0/INGRASYS-S9230-64X/qos.json.j2 @@ -116,7 +116,10 @@ "yellow_max_threshold":"628320", "yellow_min_threshold":"78400", "green_max_threshold": "642656", - "green_min_threshold": "80192" + "green_min_threshold": "80192", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" }, "AZURE_LOSSLESS" : { "wred_green_enable":"true", @@ -128,7 +131,10 @@ "yellow_max_threshold":"628320", "yellow_min_threshold":"78400", "green_max_threshold": "642656", - "green_min_threshold": "80192" + "green_min_threshold": "80192", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { diff --git a/device/mellanox/x86_64-mlnx_lssn2700-r0/LS-SN2700/qos.json.j2 b/device/mellanox/x86_64-mlnx_lssn2700-r0/LS-SN2700/qos.json.j2 index 3e01af3f2c64..4d5b77901a06 100644 --- a/device/mellanox/x86_64-mlnx_lssn2700-r0/LS-SN2700/qos.json.j2 +++ b/device/mellanox/x86_64-mlnx_lssn2700-r0/LS-SN2700/qos.json.j2 @@ -133,7 +133,10 @@ "yellow_max_threshold":"516096", "yellow_min_threshold":"516096", "green_max_threshold": "184320", - "green_min_threshold": "184320" + "green_min_threshold": "184320", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" }, "AZURE_LOSSLESS": { "wred_green_enable":"true", @@ -144,7 +147,10 @@ "yellow_max_threshold":"516096", "yellow_min_threshold":"516096", "green_max_threshold": "184320", - "green_min_threshold": "184320" + "green_min_threshold": "184320", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { diff --git a/device/mellanox/x86_64-mlnx_msn2100-r0/ACS-MSN2100/qos.json.j2 b/device/mellanox/x86_64-mlnx_msn2100-r0/ACS-MSN2100/qos.json.j2 index 74045469dbfd..28e73de1bf5d 100644 --- a/device/mellanox/x86_64-mlnx_msn2100-r0/ACS-MSN2100/qos.json.j2 +++ b/device/mellanox/x86_64-mlnx_msn2100-r0/ACS-MSN2100/qos.json.j2 @@ -133,7 +133,10 @@ "yellow_max_threshold":"516096", "yellow_min_threshold":"516096", "green_max_threshold": "184320", - "green_min_threshold": "184320" + "green_min_threshold": "184320", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" }, "AZURE_LOSSLESS": { "wred_green_enable":"true", @@ -144,7 +147,10 @@ "yellow_max_threshold":"516096", "yellow_min_threshold":"516096", "green_max_threshold": "184320", - "green_min_threshold": "184320" + "green_min_threshold": "184320", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { diff --git a/device/mellanox/x86_64-mlnx_msn2410-r0/ACS-MSN2410/qos.json.j2 b/device/mellanox/x86_64-mlnx_msn2410-r0/ACS-MSN2410/qos.json.j2 index 95652cf96f4e..94aa552ad811 100644 --- a/device/mellanox/x86_64-mlnx_msn2410-r0/ACS-MSN2410/qos.json.j2 +++ b/device/mellanox/x86_64-mlnx_msn2410-r0/ACS-MSN2410/qos.json.j2 @@ -133,7 +133,10 @@ "yellow_max_threshold":"516096", "yellow_min_threshold":"516096", "green_max_threshold": "184320", - "green_min_threshold": "184320" + "green_min_threshold": "184320", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" }, "AZURE_LOSSLESS": { "wred_green_enable":"true", @@ -144,7 +147,10 @@ "yellow_max_threshold":"516096", "yellow_min_threshold":"516096", "green_max_threshold": "184320", - "green_min_threshold": "184320" + "green_min_threshold": "184320", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { diff --git a/device/mellanox/x86_64-mlnx_msn2700-r0/ACS-MSN2700/qos.json.j2 b/device/mellanox/x86_64-mlnx_msn2700-r0/ACS-MSN2700/qos.json.j2 index 3e01af3f2c64..4d5b77901a06 100644 --- a/device/mellanox/x86_64-mlnx_msn2700-r0/ACS-MSN2700/qos.json.j2 +++ b/device/mellanox/x86_64-mlnx_msn2700-r0/ACS-MSN2700/qos.json.j2 @@ -133,7 +133,10 @@ "yellow_max_threshold":"516096", "yellow_min_threshold":"516096", "green_max_threshold": "184320", - "green_min_threshold": "184320" + "green_min_threshold": "184320", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" }, "AZURE_LOSSLESS": { "wred_green_enable":"true", @@ -144,7 +147,10 @@ "yellow_max_threshold":"516096", "yellow_min_threshold":"516096", "green_max_threshold": "184320", - "green_min_threshold": "184320" + "green_min_threshold": "184320", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { diff --git a/device/mellanox/x86_64-mlnx_msn2700-r0/Mellanox-SN2700-D48C8/qos.json.j2 b/device/mellanox/x86_64-mlnx_msn2700-r0/Mellanox-SN2700-D48C8/qos.json.j2 index d35f614de635..e1f2f7b6181a 100644 --- a/device/mellanox/x86_64-mlnx_msn2700-r0/Mellanox-SN2700-D48C8/qos.json.j2 +++ b/device/mellanox/x86_64-mlnx_msn2700-r0/Mellanox-SN2700-D48C8/qos.json.j2 @@ -133,7 +133,10 @@ "yellow_max_threshold":"516096", "yellow_min_threshold":"516096", "green_max_threshold": "184320", - "green_min_threshold": "184320" + "green_min_threshold": "184320", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" }, "AZURE_LOSSLESS": { "wred_green_enable":"true", @@ -144,7 +147,10 @@ "yellow_max_threshold":"516096", "yellow_min_threshold":"516096", "green_max_threshold": "184320", - "green_min_threshold": "184320" + "green_min_threshold": "184320", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": { From f5031b06e7f4c2533290eb16a5f260e2e9ca2112 Mon Sep 17 00:00:00 2001 From: Wenda Date: Fri, 10 Aug 2018 02:20:34 +0000 Subject: [PATCH 2/2] update sample output for qos-dell6100.json Signed-off-by: Wenda --- .../tests/sample_output/qos-dell6100.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/sonic-config-engine/tests/sample_output/qos-dell6100.json b/src/sonic-config-engine/tests/sample_output/qos-dell6100.json index 0db51148bdc5..cc5b5e61b726 100644 --- a/src/sonic-config-engine/tests/sample_output/qos-dell6100.json +++ b/src/sonic-config-engine/tests/sample_output/qos-dell6100.json @@ -138,7 +138,10 @@ "yellow_max_threshold":"312000", "yellow_min_threshold":"104000", "green_max_threshold": "312000", - "green_min_threshold": "104000" + "green_min_threshold": "104000", + "green_drop_probability":"100", + "yellow_drop_probability":"100", + "red_drop_probability":"100" } }, "QUEUE": {