aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/devtest/devtest_b2xx.py
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2019-05-02 16:46:39 -0700
committerMartin Braun <martin.braun@ettus.com>2019-05-22 14:27:02 -0700
commit8081105e24506bea347fceb417dae606808316c4 (patch)
tree9eafb9eb5c5afc4fa6e7b7311a9d8358f0723810 /host/tests/devtest/devtest_b2xx.py
parentcea82b422f45557012b657c46b4b3c27bc44545d (diff)
downloaduhd-8081105e24506bea347fceb417dae606808316c4.tar.gz
uhd-8081105e24506bea347fceb417dae606808316c4.tar.bz2
uhd-8081105e24506bea347fceb417dae606808316c4.zip
devtest: Add new test for tx_waveforms
This will run tx_waveforms with a few settings.
Diffstat (limited to 'host/tests/devtest/devtest_b2xx.py')
-rwxr-xr-xhost/tests/devtest/devtest_b2xx.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/host/tests/devtest/devtest_b2xx.py b/host/tests/devtest/devtest_b2xx.py
index b5a9915c5..49ffeea37 100755
--- a/host/tests/devtest/devtest_b2xx.py
+++ b/host/tests/devtest/devtest_b2xx.py
@@ -1,6 +1,7 @@
#
# Copyright 2015-2016 Ettus Research LLC
# Copyright 2018 Ettus Research, a National Instruments Company
+# Copyright 2019 Ettus Research, a National Instruments Brand
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
@@ -70,6 +71,21 @@ rx_samples_to_file_test.tests = {
},
}
+from tx_waveforms_test import uhd_tx_waveforms_test
+uhd_tx_waveforms_test.tests = {
+ 'chan0': {
+ 'chan': '0',
+ },
+ 'chan1': {
+ 'chan': '1',
+ 'products': ['B210',],
+ },
+ 'both_chans': {
+ 'chan': '0,1',
+ 'products': ['B210',],
+ },
+}
+
from tx_bursts_test import uhd_tx_bursts_test
from test_pps_test import uhd_test_pps_test
from gpio_test import gpio_test