diff options
author | mattprost <matt.prost@ni.com> | 2021-05-05 13:46:25 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-05-05 16:30:42 -0500 |
commit | 04ddba298cbce051547e1a3587b1107ca02a2a34 (patch) | |
tree | 95f21f6a65915b39b6ee66888b524839cd089e16 /.ci | |
parent | 3f7f0489fa3a2f46852511c5e1207b155d2cc12b (diff) | |
download | uhd-04ddba298cbce051547e1a3587b1107ca02a2a34.tar.gz uhd-04ddba298cbce051547e1a3587b1107ca02a2a34.tar.bz2 uhd-04ddba298cbce051547e1a3587b1107ca02a2a34.zip |
tests: Update device identifiers for N310
New hardware is now being used for N310 testing.
Signed-off-by: mattprost <matt.prost@ni.com>
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/uhd-python-hardware-tests.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/uhd-python-hardware-tests.yml b/.ci/uhd-python-hardware-tests.yml index 33e9f712f..1aed2048a 100644 --- a/.ci/uhd-python-hardware-tests.yml +++ b/.ci/uhd-python-hardware-tests.yml @@ -32,10 +32,10 @@ jobs: devType: 'n3xx' devModel: 'n310' devName: 'pebbles-n310-0' - devSerial: '311FE02' + devSerial: '3176DDF' devBus: ip devAddr: '192.168.40.17' - devMgmtAddr: 'ni-n3xx-311FE02' + devMgmtAddr: 'ni-n3xx-3176DDF' devtestPattern: 'n3x0' pytestDUT: 'n310-0' pytestAtsConfig: 'uhd_oss_ats' |