diff options
author | Steven Koo <steven.koo@ni.com> | 2022-06-17 10:14:10 -0500 |
---|---|---|
committer | skooNI <60897865+skooNI@users.noreply.github.com> | 2022-07-20 15:57:20 -0500 |
commit | c0ac9f100eaa1d08d30c799a4c45365c7f5204ba (patch) | |
tree | dc5d70aa09c19d464c7838942a29925232425250 /.ci/templates/job-uhd-devtest-rhombus.yml | |
parent | b1bc6ec720692815ae443db099fcb19ca3b583f7 (diff) | |
download | uhd-c0ac9f100eaa1d08d30c799a4c45365c7f5204ba.tar.gz uhd-c0ac9f100eaa1d08d30c799a4c45365c7f5204ba.tar.bz2 uhd-c0ac9f100eaa1d08d30c799a4c45365c7f5204ba.zip |
ci: Add n321 to devtest
Signed-off-by: Steven Koo <steven.koo@ni.com>
Diffstat (limited to '.ci/templates/job-uhd-devtest-rhombus.yml')
-rw-r--r-- | .ci/templates/job-uhd-devtest-rhombus.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.ci/templates/job-uhd-devtest-rhombus.yml b/.ci/templates/job-uhd-devtest-rhombus.yml index 6fc1baa5c..c7db12f9c 100644 --- a/.ci/templates/job-uhd-devtest-rhombus.yml +++ b/.ci/templates/job-uhd-devtest-rhombus.yml @@ -114,3 +114,16 @@ jobs: devtestPattern: 'n3x0' devSDImage: gnuradio-image-ni-sulfur-rev11-mender.sdimg.bz2 devLabgridConfig: .ci/templates/tests/rhombus-labgrid/device-configs/rhombus-n310-0.yml + rhombus-n321-0: + devType: 'n3xx' + devModel: 'n320' + devName: rhombus-n321-0 + devSerial: '3166646' + devHostname: 'ni-n3xx-3166646' + devBus: 'ip' + devAddr: '192.168.20.8' + sfpAddrs: '192.168.10.8,192.168.20.8' + devFpga: 'HG,XG' + devtestPattern: 'n3x0' + devSDImage: gnuradio-image-ni-sulfur-rev11-mender.sdimg.bz2 + devLabgridConfig: .ci/templates/tests/rhombus-labgrid/device-configs/rhombus-n321-0.yml |