diff options
Diffstat (limited to '.ci/templates/job-uhd-streaming-tests-beauty.yml')
-rw-r--r-- | .ci/templates/job-uhd-streaming-tests-beauty.yml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/.ci/templates/job-uhd-streaming-tests-beauty.yml b/.ci/templates/job-uhd-streaming-tests-beauty.yml index 0f9065830..f58101590 100644 --- a/.ci/templates/job-uhd-streaming-tests-beauty.yml +++ b/.ci/templates/job-uhd-streaming-tests-beauty.yml @@ -17,9 +17,15 @@ jobs: toolset: 'make' uhdSrcDir: '${{ parameters.uhdSrcDir }}' dutMatrix: - beauty-N320-0 XG: - dutName: 'beauty-N320-0' - dutType: 'N320' + # 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-X410-0 CG_400: + dutName: 'beauty-X410-0' + dutType: 'X410' dutAddr: '192.168.10.2' dutSecondAddr: '192.168.20.2' - dutMgmtAddr: '10.0.57.13' + dutMgmtAddr: '10.0.57.29' |