Skip to content

Commit

Permalink
Fix unit test failure caused by the latest community change
Browse files Browse the repository at this point in the history
- global DSCP_TO_TC_MAP

Signed-off-by: Stephen Sun <stephens@nvidia.com>
  • Loading branch information
stephenxs committed Jun 27, 2022
1 parent a56453d commit cd6f70a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@
}
},
{%- endmacro %}
{%- macro generate_global_dscp_to_tc_map() %}
{# This is an empty macro since the global DSCP_TO_TC map is not required #}
{%- endmacro %}

{% endif %}

{%- include 'qos_config.j2' %}

0 comments on commit cd6f70a

Please # to comment.