diff options
author | Steven Koo <steven.koo@ni.com> | 2022-06-14 09:27:41 -0500 |
---|---|---|
committer | skooNI <60897865+skooNI@users.noreply.github.com> | 2022-07-20 15:57:20 -0500 |
commit | 8d05b1cda1b26b4ba134f114b9424446b410ac76 (patch) | |
tree | ec80f93b3a5a478674d8032149d825f33eccfcd5 /.ci/templates/tests/rhombus-labgrid/exporter-conf | |
parent | ce000955aea05802a00a8c47b6b8d1819d6fa0bc (diff) | |
download | uhd-8d05b1cda1b26b4ba134f114b9424446b410ac76.tar.gz uhd-8d05b1cda1b26b4ba134f114b9424446b410ac76.tar.bz2 uhd-8d05b1cda1b26b4ba134f114b9424446b410ac76.zip |
ci: Add n310 into devtests
This commit adds support for reimaging n3xx devices and running
devtest against a n310. This uses Labgrid to control an sdmux,
which we then reimage the device. In the future, other devices can
use this support to run other tests.
Signed-off-by: Steven Koo <steven.koo@ni.com>
Diffstat (limited to '.ci/templates/tests/rhombus-labgrid/exporter-conf')
-rwxr-xr-x | .ci/templates/tests/rhombus-labgrid/exporter-conf/exporter.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.ci/templates/tests/rhombus-labgrid/exporter-conf/exporter.yaml b/.ci/templates/tests/rhombus-labgrid/exporter-conf/exporter.yaml new file mode 100755 index 000000000..c898b8dda --- /dev/null +++ b/.ci/templates/tests/rhombus-labgrid/exporter-conf/exporter.yaml @@ -0,0 +1,17 @@ +rhombus-n310-0-group: + console-scu: + cls: USBSerialPort + match: + ID_SERIAL: 'Silicon_Labs_CP2105_Dual_USB_to_UART_Bridge_Controller_0097D446' + ID_USB_INTERFACE_NUM: '01' + speed: 115200 + console-linux: + cls: USBSerialPort + match: + ID_SERIAL: 'Silicon_Labs_CP2105_Dual_USB_to_UART_Bridge_Controller_0097D446' + ID_USB_INTERFACE_NUM: '00' + speed: 115200 + USBSDMuxDevice: + match: + ID_SERIAL_SHORT: '000000001506' + |