diff options
author | Andrej Rode <andrej.rode@ettus.com> | 2016-11-21 11:06:58 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-12-09 11:25:23 -0800 |
commit | 992b31d23414e019735b87a0ed5e458711dffb6b (patch) | |
tree | ad64861401eddc4b62a5f2e4d4cec10da9cb81bd /host/tests/devtest/uhd_test_base.py | |
parent | bb65a50ce5668288111289b6611035d3f5883172 (diff) | |
download | uhd-992b31d23414e019735b87a0ed5e458711dffb6b.tar.gz uhd-992b31d23414e019735b87a0ed5e458711dffb6b.tar.bz2 uhd-992b31d23414e019735b87a0ed5e458711dffb6b.zip |
devtest: dont check number of samples in benchmark rate test and accept
10 underruns in SISO
Diffstat (limited to 'host/tests/devtest/uhd_test_base.py')
-rwxr-xr-x | host/tests/devtest/uhd_test_base.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/tests/devtest/uhd_test_base.py b/host/tests/devtest/uhd_test_base.py index ae094c94b..62a11c0ef 100755 --- a/host/tests/devtest/uhd_test_base.py +++ b/host/tests/devtest/uhd_test_base.py @@ -209,6 +209,7 @@ class uhd_example_test_case(uhd_test_case): Calls run_test(). """ for test_name, test_args in self.test_params.iteritems(): + time.sleep(15) # Wait for X300 devices to reclaim them if not test_args.has_key('products') or (self.usrp_info['product'] in test_args.get('products', [])): run_results = self.run_test(test_name, test_args) passed = bool(run_results) |