aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/devtest/devtest_b2xx.py
diff options
context:
space:
mode:
Diffstat (limited to 'host/tests/devtest/devtest_b2xx.py')
-rwxr-xr-xhost/tests/devtest/devtest_b2xx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/tests/devtest/devtest_b2xx.py b/host/tests/devtest/devtest_b2xx.py
index 7f45f4f6d..4b81f0afe 100755
--- a/host/tests/devtest/devtest_b2xx.py
+++ b/host/tests/devtest/devtest_b2xx.py
@@ -22,7 +22,7 @@ from benchmark_rate_test import uhd_benchmark_rate_test
uhd_benchmark_rate_test.tests = {
'mimo': {
'duration': 1,
- 'directions': ['tx,rx',],
+ 'direction': 'tx,rx',
'channels': ['0,1',],
'sample-rates': [1e6],
'products': ['B210',],