|
117 | 117 | - name: Init PTF base test parameters
|
118 | 118 | set_fact:
|
119 | 119 | ptf_base_params:
|
120 |
| - - router_mac={% if testbed_type not in ['t0', 't0-64', 't0-116'] %}'{{ansible_Ethernet0['macaddress']}}'{% else %}''{% endif %} |
| 120 | + - router_mac={% if testbed_type not in ['t0', 't0-64', 't0-116', 't0-118'] %}'{{ansible_Ethernet0['macaddress']}}'{% else %}''{% endif %} |
121 | 121 | - server='{{ansible_host}}'
|
122 | 122 | - port_map_file='/root/{{ptf_portmap | basename}}'
|
123 | 123 | - sonic_asic_type='{{sonic_asic_type}}'
|
|
151 | 151 | - dst_port_3_ip='{{dst_port_3_ip}}'
|
152 | 152 | - src_port_id='{{src_port_id}}'
|
153 | 153 | - src_port_ip='{{src_port_ip}}'
|
154 |
| - when: testbed_type in ['t0', 't0-64', 't0-116'] or arp_entries.stdout.find('incomplete') == -1 |
| 154 | + when: testbed_type in ['t0', 't0-64', 't0-116', 't0-118'] or arp_entries.stdout.find('incomplete') == -1 |
155 | 155 |
|
156 | 156 | - include_tasks: qos_sai_ptf.yml
|
157 | 157 | vars:
|
|
268 | 268 | - pkts_num_hdrm_full={{qp_sc.hdrm_pool_size.pkts_num_hdrm_full}}
|
269 | 269 | - pkts_num_hdrm_partial={{qp_sc.hdrm_pool_size.pkts_num_hdrm_partial}}
|
270 | 270 | when: minigraph_hwsku is defined and
|
271 |
| - minigraph_hwsku in ['Arista-7060CX-32S-C32', 'Celestica-DX010-C32', 'Arista-7260CX3-D108C8', 'Force10-S6100', 'Arista-7260CX3-Q64'] |
| 271 | + minigraph_hwsku in ['Arista-7060CX-32S-C32', 'Celestica-DX010-C32', 'Arista-7260CX3-D108C8', 'Arista-7260CX3-D108C10', 'Force10-S6100', 'Arista-7260CX3-Q64'] |
272 | 272 |
|
273 | 273 | # Lossy queue
|
274 | 274 | - include_tasks: qos_sai_ptf.yml
|
|
348 | 348 | - packet_size='{{qp.wm_pg_shared_lossless.packet_size}}'
|
349 | 349 | - cell_size='{{qp.wm_pg_shared_lossless.cell_size}}'
|
350 | 350 | when: minigraph_hwsku is defined and
|
351 |
| - (minigraph_hwsku not in ['Arista-7260CX3-Q64', 'Arista-7260CX3-D108C8']) |
| 351 | + (minigraph_hwsku not in ['Arista-7260CX3-Q64', 'Arista-7260CX3-D108C8', 'Arista-7260CX3-D108C10']) |
352 | 352 | - debug:
|
353 | 353 | var: out.stdout_lines
|
354 | 354 | when: minigraph_hwsku is defined and
|
355 |
| - (minigraph_hwsku not in ['Arista-7260CX3-Q64', 'Arista-7260CX3-D108C8']) |
| 355 | + (minigraph_hwsku not in ['Arista-7260CX3-Q64', 'Arista-7260CX3-D108C8', 'Arista-7260CX3-D108C10']) |
356 | 356 |
|
357 | 357 | # Clear all watermarks before each watermark test
|
358 | 358 | # because of the clear on read polling mode
|
|
378 | 378 | - packet_size='{{qp.wm_pg_shared_lossy.packet_size}}'
|
379 | 379 | - cell_size='{{qp.wm_pg_shared_lossy.cell_size}}'
|
380 | 380 | when: minigraph_hwsku is defined and
|
381 |
| - minigraph_hwsku not in ['Arista-7260CX3-Q64', 'Arista-7260CX3-D108C8'] |
| 381 | + minigraph_hwsku not in ['Arista-7260CX3-Q64', 'Arista-7260CX3-D108C8', 'Arista-7260CX3-D108C10'] |
382 | 382 | - debug:
|
383 | 383 | var: out.stdout_lines
|
384 | 384 | when: minigraph_hwsku is defined and
|
385 |
| - minigraph_hwsku not in ['Arista-7260CX3-Q64', 'Arista-7260CX3-D108C8'] |
| 385 | + minigraph_hwsku not in ['Arista-7260CX3-Q64', 'Arista-7260CX3-D108C8', 'Arista-7260CX3-D108C10'] |
386 | 386 |
|
387 | 387 | # Clear all watermarks before each watermark test
|
388 | 388 | # because of the clear on read polling mode
|
|
0 commit comments