aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/templates/tests/job-uhd-x4xx-hardware-tests-pebbles.yml
diff options
context:
space:
mode:
Diffstat (limited to '.ci/templates/tests/job-uhd-x4xx-hardware-tests-pebbles.yml')
-rw-r--r--.ci/templates/tests/job-uhd-x4xx-hardware-tests-pebbles.yml31
1 files changed, 31 insertions, 0 deletions
diff --git a/.ci/templates/tests/job-uhd-x4xx-hardware-tests-pebbles.yml b/.ci/templates/tests/job-uhd-x4xx-hardware-tests-pebbles.yml
new file mode 100644
index 000000000..d4624a043
--- /dev/null
+++ b/.ci/templates/tests/job-uhd-x4xx-hardware-tests-pebbles.yml
@@ -0,0 +1,31 @@
+parameters:
+- name: testOS
+ type: string
+ values:
+ - ubuntu1804
+- name: uhdArtifactSource
+ type: string
+ default: current
+
+jobs:
+- template: templates/job-uhd-x4xx-hardware-tests.yml
+ parameters:
+ suiteName: 'ettus_pebbles'
+ testOS: '${{ parameters.testOS }}'
+ toolset: 'make'
+ runPyTest: true
+ runDevTest: false
+ runSystemImageTest: false
+ uhdArtifactSource: ${{ parameters.uhdArtifactSource }}
+ xilinxLocation: /opt/Xilinx/Vivado/2019.1
+ dutMatrix:
+ pebbles-x410-0:
+ dutName: 'pebbles-x410-0'
+ dutType: 'x4xx'
+ devtestPattern: 'x4x0'
+ dutEmbeddedImagesArtifact: 'x4xx-images'
+ uartSerial: '2516351DDCC0'
+ pipelineAgent: pebbles-agent-1
+ pytestAtsConfig: uhd_oss_ats
+ pytestDUT: 'x410'
+ sfp0ip: '192.168.30.62'