Skip to content

Commit cd6f70a

Browse files
committed
Fix unit test failure caused by the latest community change
- global DSCP_TO_TC_MAP Signed-off-by: Stephen Sun <[email protected]>
1 parent a56453d commit cd6f70a

File tree

1 file changed

+4
-0
lines changed
  • device/mellanox/x86_64-mlnx_msn4600c-r0/Mellanox-SN4600C-C64

1 file changed

+4
-0
lines changed

device/mellanox/x86_64-mlnx_msn4600c-r0/Mellanox-SN4600C-C64/qos.json.j2

+4
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@
9999
}
100100
},
101101
{%- endmacro %}
102+
{%- macro generate_global_dscp_to_tc_map() %}
103+
{# This is an empty macro since the global DSCP_TO_TC map is not required #}
104+
{%- endmacro %}
105+
102106
{% endif %}
103107

104108
{%- include 'qos_config.j2' %}

0 commit comments

Comments
 (0)