|
7 | 7 | (dscp_mode is not defined) |
8 | 8 |
|
9 | 9 | - fail: msg="Invalid testbed_type value '{{testbed_type}}'" |
10 | | - when: testbed_type not in [ 't1', 't0', 't1-lag'] |
| 10 | + when: testbed_type not in [ 't1', 't0', 't1-lag', 't1-64-lag'] |
11 | 11 |
|
12 | 12 | - fail: msg="Invalid testbed_type value '{{dscp_mode}}'" |
13 | 13 | when: dscp_mode not in [ 'pipe','uniform'] |
|
16 | 16 |
|
17 | 17 | - name: Expand properties into props |
18 | 18 | set_fact: props="{{configuration_properties['spine']}}" |
19 | | - when: testbed_type in ['t1', 't1-lag'] |
| 19 | + when: testbed_type in ['t1', 't1-lag', 't1-64-lag'] |
20 | 20 |
|
21 | 21 | - name: Expand properties into props |
22 | 22 | set_fact: props="{{configuration_properties['common']}}" |
23 | 23 | when: testbed_type in ['t0'] |
24 | 24 |
|
25 | 25 | - name: Expand properties into props |
26 | 26 | set_fact: props_tor="{{configuration_properties['tor']}}" |
27 | | - when: testbed_type in ['t1', 't1-lag'] |
| 27 | + when: testbed_type in ['t1', 't1-lag', 't1-64-lag'] |
28 | 28 |
|
29 | 29 | # Gather minigraph facts |
30 | 30 | - name: Gathering minigraph facts about the device |
|
70 | 70 | ptf_test_dir: ptftests |
71 | 71 | ptf_test_path: IP_decap_test.DecapPacketTest |
72 | 72 | ptf_platform: remote |
| 73 | + ptf_extra_options: --platform-dir ptftests |
73 | 74 | ptf_test_params: |
74 | 75 | - testbed_type='{{ testbed_type }}' |
75 | 76 | - fib_info='/root/fib_info.txt' |
|
0 commit comments