aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2018-08-21 11:20:57 -0700
committerBrent Stapleton <bstapleton@g.hmc.edu>2018-08-22 18:37:12 -0700
commit35a74c8c80719d47d0e1c987a21799274a7f7b63 (patch)
tree7b172a27fea4b03df1d45673420b36f8d336b728 /host/tests
parent2b15ecde2b2810bdb64c2244db9de3133f1763b0 (diff)
downloaduhd-35a74c8c80719d47d0e1c987a21799274a7f7b63.tar.gz
uhd-35a74c8c80719d47d0e1c987a21799274a7f7b63.tar.bz2
uhd-35a74c8c80719d47d0e1c987a21799274a7f7b63.zip
devtest: b2xx: Fix some arguments for MIMO test
Diffstat (limited to 'host/tests')
-rwxr-xr-xhost/tests/devtest/devtest_b2xx.py19
1 files changed, 14 insertions, 5 deletions
diff --git a/host/tests/devtest/devtest_b2xx.py b/host/tests/devtest/devtest_b2xx.py
index 16c6eb3ec..b5a9915c5 100755
--- a/host/tests/devtest/devtest_b2xx.py
+++ b/host/tests/devtest/devtest_b2xx.py
@@ -14,17 +14,23 @@ uhd_benchmark_rate_test.tests = {
'mimo': {
'duration': 1,
'direction': 'tx,rx',
- 'channels': ['0,1',],
- 'sample-rates': [1e6],
+ 'chan': '0,1',
+ 'rate': 1e6,
'products': ['B210',],
- 'acceptable-underruns': 500,
+ 'acceptable-underruns': 20,
+ 'acceptable-overruns': 20,
+ 'acceptable-D': 0,
+ 'acceptable-S': 0,
},
'siso_chan0_slow': {
'duration': 1,
'direction': 'tx,rx',
'chan': '0',
'rate': 1e6,
- 'acceptable-underruns': 50,
+ 'acceptable-underruns': 20,
+ 'acceptable-overruns': 20,
+ 'acceptable-D': 0,
+ 'acceptable-S': 0,
},
#'siso_chan0_fast': {
#'duration': 1,
@@ -38,7 +44,10 @@ uhd_benchmark_rate_test.tests = {
'direction': 'tx,rx',
'chan': '1',
'rate': 1e6,
- 'acceptable-underruns': 50,
+ 'acceptable-underruns': 20,
+ 'acceptable-overruns': 20,
+ 'acceptable-D': 0,
+ 'acceptable-S': 0,
'products': ['B210',],
},
#'siso_chan1_fast': {