blob: 1a5de83811b147b28d58d1a360aef17afee89fc3 (
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
parameters:
- name: testOS
type: string
values:
- ubuntu2004
- name: uhdSrcDir
type: string
- name: uhdArtifactSource
type: string
default: current
- 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 }}'
uhdArtifactSource: ${{ parameters.uhdArtifactSource }}
xilinxLocation: /opt/Xilinx/Vivado_Lab/2019.1
dutMatrix:
# beauty-N320-0 XG:
# dutName: 'beauty-N320-0'
# dutType: 'N320'
# dutAddr: '192.168.10.4'
# dutSecondAddr: '192.168.20.4'
# dutMgmtAddr: '10.0.57.13'
# dutFPGA: 'XG'
# dutNameId: ''
# dutNumRecvFrames: ''
# dutNumSendFrames: ''
beauty-X310-0:
dutName: 'beauty-X310-0'
dutType: 'X310'
dutAddr: '192.168.10.3'
dutSecondAddr: '192.168.20.3'
dutMgmtAddr: ''
dutFPGA: 'XG'
dutNameId: ''
dutNumRecvFrames: ''
dutNumSendFrames: ''
# 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'
# dutNameId: ''
# dutNumRecvFrames: ''
# dutNumSendFrames: ''
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'
dutNameId: ''
dutEmbeddedImagesArtifact: 'x4xx-images'
uartSerial: '2516351E2C9A'
dutNumRecvFrames: ''
dutNumSendFrames: ''
# beauty-E320-0:
# dutName: 'beauty-E320-0'
# dutType: 'E320'
# dutAddr: '192.168.10.5'
# dutSecondAddr: ''
# dutMgmtAddr: '10.0.57.38'
# dutFPGA: 'XG'
# dutNameId: ''
# dutNumRecvFrames: ''
# dutNumSendFrames: ''
# beauty-N310-0:
# dutName: 'beauty-N310-0'
# dutType: 'N310'
# dutAddr: '192.168.10.6'
# dutSecondAddr: '192.168.20.6'
# dutMgmtAddr: '10.0.57.31'
# dutFPGA: 'XG'
# dutNameId: ''
# dutNumRecvFrames: ''
# dutNumSendFrames: ''
# beauty-X310_TwinRx-0:
# dutName: 'beauty-X310_TwinRx-0'
# dutType: 'X310_TwinRx'
# dutAddr: '192.168.10.7'
# dutSecondAddr: '192.168.20.7'
# dutMgmtAddr: ''
# dutFPGA: 'XG'
# dutNameId: ''
# dutNumRecvFrames: ''
# dutNumSendFrames: ''
beauty-B210-0:
dutName: 'beauty-B210-0'
dutType: 'B210'
dutAddr: ''
dutSecondAddr: ''
dutMgmtAddr: ''
dutFPGA: ''
dutNameId: 'MyB210'
dutNumRecvFrames: '256'
dutNumSendFrames: '256'
|