File tree 2 files changed +769
-7
lines changed
src/sonic-config-engine/tests/sample_output
2 files changed +769
-7
lines changed Original file line number Diff line number Diff line change 131
131
{{ defs.generate_pg_profils(port_names_active) }}
132
132
{% else %}
133
133
"BUFFER_PG": {
134
- "{{ port_names_active }}|0": {
134
+ {% for port in PORT_ALL %}
135
+ "{{ port }}|0": {
135
136
"profile" : "[BUFFER_PROFILE|ingress_lossy_profile]"
136
137
}
137
138
},
@@ -141,13 +142,18 @@ def
141
142
{{ defs.generate_queue_buffers(port_names_active) }}
142
143
{% else %}
143
144
"BUFFER_QUEUE": {
144
- "{{ port_names_active }}|3-4": {
145
+ {% for port in PORT_ALL %}
146
+ "{{ port }}|3-4": {
145
147
"profile" : "[BUFFER_PROFILE|egress_lossless_profile]"
146
148
},
147
- "{{ port_names_active }}|0-2": {
149
+ {% endfor %}
150
+ {% for port in PORT_ALL %}
151
+ "{{ port }}|0-2": {
148
152
"profile" : "[BUFFER_PROFILE|egress_lossy_profile]"
149
153
},
150
- "{{ port_names_active }}|5-6": {
154
+ {% endfor %}
155
+ {% for port in PORT_ALL %}
156
+ "{{ port }}|5-6": {
151
157
"profile" : "[BUFFER_PROFILE|egress_lossy_profile]"
152
158
}
153
159
}
You can’t perform that action at this time.
0 commit comments