blob: 3712d5397a4ba671765be958b12ec45af712a124 (
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
32
33
34
35
36
37
38
39
40
|
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'
# dutFPGA:'XG'
# beauty-X410-0 X4_200:
# dutName: 'beauty-X410-0'
# dutType: 'x4xx'
# dutAddr: '192.168.10.2'
# dutSecondAddr: '192.168.20.2'
# dutMgmtAddr: '10.0.57.29'
# dutFPGA:'X4_200'
beauty-X410-0 CG_400:
dutName: 'beauty-X410-0'
dutType: 'x4xx'
dutAddr: '192.168.10.2'
dutSecondAddr: '192.168.20.2'
dutMgmtAddr: '10.0.57.29'
dutFPGA: 'CG_400'
|