diff options
author | Matthew Crymble <matthew.crymble@ni.com> | 2021-11-15 14:57:07 -0600 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-11-30 07:33:28 -0800 |
commit | f24d6561a842baffbce9ddcdc9802b98f5fa2af0 (patch) | |
tree | 977e76a8cb93844a0366612da8fae12cb693f0a9 /.ci/templates/job-uhd-streaming-tests-beauty.yml | |
parent | df7f65d858f723fa528f6375737e73d127fa9c1b (diff) | |
download | uhd-f24d6561a842baffbce9ddcdc9802b98f5fa2af0.tar.gz uhd-f24d6561a842baffbce9ddcdc9802b98f5fa2af0.tar.bz2 uhd-f24d6561a842baffbce9ddcdc9802b98f5fa2af0.zip |
tests: add automated streaming tests
Diffstat (limited to '.ci/templates/job-uhd-streaming-tests-beauty.yml')
-rw-r--r-- | .ci/templates/job-uhd-streaming-tests-beauty.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.ci/templates/job-uhd-streaming-tests-beauty.yml b/.ci/templates/job-uhd-streaming-tests-beauty.yml new file mode 100644 index 000000000..0f9065830 --- /dev/null +++ b/.ci/templates/job-uhd-streaming-tests-beauty.yml @@ -0,0 +1,25 @@ +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' |