diff options
author | Virendra Kakade <virendra.kakade@ni.com> | 2022-04-04 15:49:38 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-04-06 09:52:36 -0700 |
commit | 03070de5541299d419bf5e42b7118d91fed40433 (patch) | |
tree | a1f485ac730b5c0199a65f617a3bd432643be16e /.ci/templates/job-uhd-streaming-tests-beauty.yml | |
parent | 483b10fe54c489d438d456180deaf2291a0da88d (diff) | |
download | uhd-03070de5541299d419bf5e42b7118d91fed40433.tar.gz uhd-03070de5541299d419bf5e42b7118d91fed40433.tar.bz2 uhd-03070de5541299d419bf5e42b7118d91fed40433.zip |
tests: streaming tests setup
Add auto DUT bitfile configuration.
Add special network configuration commands for X410.
Signed-off-by: Virendra Kakade <virendra.kakade@ni.com>
Diffstat (limited to '.ci/templates/job-uhd-streaming-tests-beauty.yml')
-rw-r--r-- | .ci/templates/job-uhd-streaming-tests-beauty.yml | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/.ci/templates/job-uhd-streaming-tests-beauty.yml b/.ci/templates/job-uhd-streaming-tests-beauty.yml index f58101590..3712d5397 100644 --- a/.ci/templates/job-uhd-streaming-tests-beauty.yml +++ b/.ci/templates/job-uhd-streaming-tests-beauty.yml @@ -17,15 +17,24 @@ jobs: 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' + # 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: 'X410' + dutType: 'x4xx' dutAddr: '192.168.10.2' dutSecondAddr: '192.168.20.2' dutMgmtAddr: '10.0.57.29' + dutFPGA: 'CG_400' |