diff options
author | Moritz Fischer <moritz.fischer@ettus.com> | 2018-02-22 16:17:54 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-02-26 15:39:33 -0800 |
commit | d52905703af61cfd9854249af7d24cfcd4505c68 (patch) | |
tree | 04c79e7052a3106815ef327eb2518fd96f30233f | |
parent | 076dd81984164b9e6a8e38ce2fa68fabf1db3b47 (diff) | |
download | uhd-d52905703af61cfd9854249af7d24cfcd4505c68.tar.gz uhd-d52905703af61cfd9854249af7d24cfcd4505c68.tar.bz2 uhd-d52905703af61cfd9854249af7d24cfcd4505c68.zip |
test: devtest: devtest_e3xx.py: Fix copy & paste error
Fix copy & paste error where "B210" type made it's way into the E3XX
test.
Fixes 88b0baeaf ("tests: More devtests, works on E3XX now")
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: Martin Braun <martin.braun@ettus.com>
-rwxr-xr-x | host/tests/devtest/devtest_e3xx.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/tests/devtest/devtest_e3xx.py b/host/tests/devtest/devtest_e3xx.py index 501a7c833..312bba9b6 100755 --- a/host/tests/devtest/devtest_e3xx.py +++ b/host/tests/devtest/devtest_e3xx.py @@ -30,7 +30,6 @@ uhd_benchmark_rate_test.tests = { 'chan': '1', 'rate': 1e6, 'acceptable-underruns': 50, - 'products': ['B210',], }, } |