aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/templates/job-uhd-streaming-tests-x440.yml
blob: bdcc67f08808ea892e2db441d09debd2ed7bc321 (plain) (blame)
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
parameters:
- name: testOS
  type: string
  values:
    - ubuntu2204
- name: uhdSrcDir
  type: string
- name: uhdArtifactSource
  type: string
  default: current
- name: testLength
  type: string

jobs:
- template: job-uhd-streaming-tests.yml
  parameters:
    suiteName: 'streamingx440'
    testOS: '${{ parameters.testOS }}'
    testLength: '${{ parameters.testLength }}'
    toolset: 'make'
    nicType: '100gbe'
    uhdSrcDir: '${{ parameters.uhdSrcDir }}'
    uhdArtifactSource: ${{ parameters.uhdArtifactSource }}
    xilinxLocation: /opt/Xilinx/Vivado_Lab/2023.2
    dutMatrix:
      X440-0 CG_400:
        dutName: 'streaming-X440-0'
        dutFamily: 'x4xx'
        dutType: 'x440'
        dutAddr: '192.168.110.2'
        dutSecondAddr: '192.168.120.2'
        dutMgmtAddr: '10.0.57.38'
        dutFPGA: 'CG_400'
        dutNameId: ''
        dutEmbeddedImagesArtifact: 'x4xx-images'
        uartSerial: '251635271947'
        dutNumRecvFrames: ''
        dutNumSendFrames: ''
        sfpInt0: 'enp1s0f0np0'
        sfpInt1: 'enp1s0f1np1'
      X440-0 CG_1600:
        dutName: 'streaming-X440-0'
        dutFamily: 'x4xx'
        dutType: 'x440'
        dutAddr: '192.168.110.2'
        dutSecondAddr: '192.168.120.2'
        dutMgmtAddr: '10.0.57.38'
        dutFPGA: 'CG_1600'
        dutNameId: ''
        dutEmbeddedImagesArtifact: 'x4xx-images'
        uartSerial: '251635271947'
        dutNumRecvFrames: ''
        dutNumSendFrames: ''
        sfpInt0: 'enp1s0f0np0'
        sfpInt1: 'enp1s0f1np1'