blob: f58101590e6b45b494de854c1f2240da4455610b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
parameters:
- name: testOS
type: string
values:
- ubuntu2004
- name: uhdSrcDir
type: string
- name: testLength
type: string
jobs:
- template: job-uhd-streaming-tests.yml
parameters:
suiteName: 'beauty'
testOS: '${{ parameters.testOS }}'
testLength: '${{ parameters.testLength }}'
toolset: 'make'
uhdSrcDir: '${{ parameters.uhdSrcDir }}'
dutMatrix:
# beauty-N320-0 XG:
# dutName: 'beauty-N320-0'
# dutType: 'N320'
# dutAddr: '192.168.10.2'
# dutSecondAddr: '192.168.20.2'
# dutMgmtAddr: '10.0.57.13'
beauty-X410-0 CG_400:
dutName: 'beauty-X410-0'
dutType: 'X410'
dutAddr: '192.168.10.2'
dutSecondAddr: '192.168.20.2'
dutMgmtAddr: '10.0.57.29'
|