diff options
author | Vidush <vidush.vishwanath@ettus.com> | 2018-07-25 14:30:25 -0700 |
---|---|---|
committer | Brent Stapleton <bstapleton@g.hmc.edu> | 2018-08-10 11:42:47 -0700 |
commit | 5b55a32c922c56848bdf6fc023828f3c6a3a07f1 (patch) | |
tree | 89a91ec9a61e930950b95f80e71c2771ba688f8f /host/tests/devtest/devtest_b2xx.py | |
parent | 318e406b6ffd963900998a2a393b0d4289eb36be (diff) | |
download | uhd-5b55a32c922c56848bdf6fc023828f3c6a3a07f1.tar.gz uhd-5b55a32c922c56848bdf6fc023828f3c6a3a07f1.tar.bz2 uhd-5b55a32c922c56848bdf6fc023828f3c6a3a07f1.zip |
devtest: Integrate Python API Tester into Devtest
Diffstat (limited to 'host/tests/devtest/devtest_b2xx.py')
-rwxr-xr-x | host/tests/devtest/devtest_b2xx.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/tests/devtest/devtest_b2xx.py b/host/tests/devtest/devtest_b2xx.py index 7c5fe3752..16c6eb3ec 100755 --- a/host/tests/devtest/devtest_b2xx.py +++ b/host/tests/devtest/devtest_b2xx.py @@ -8,6 +8,7 @@ Run device tests for the B2xx series. """ from usrp_probe_test import uhd_usrp_probe_test +from python_api_test import uhd_python_api_test from benchmark_rate_test import uhd_benchmark_rate_test uhd_benchmark_rate_test.tests = { 'mimo': { |