aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/devtest/uhd_test_base.py
Commit message (Collapse)AuthorAgeFilesLines
* devtest: add universal_newlines to subprocess callTrung Tran2019-01-231-1/+2
| | | | | | | | | subprocess call in python3+ return stderr and stdout object is byte object instead of text. This caused many issue with parsing the ouput in devtest. These are not an issue in python2. This change will make devtest more python3 compatible. Signed-off-by: Trung.Tran<trung.tran@ettus.com>
* tests: replace has_key by using 'in'Trung Tran2019-01-231-4/+4
| | | | | | | python3+ dropped has_key function on dictionary. In order to make it compatible, we need to use 'in' keyword. Signed-off-by: Trung.Tran<trung.tran@ettus.com>
* devtest: Improve error handling for shell_applicationMartin Braun2018-08-221-11/+17
|
* devtest: Remove parsing for DD.. and SS..Martin Braun2018-08-221-12/+0
| | | | | | | Detecting drops by parsing for DD and SS was a flawed method. Tools should find those programmatically. Plus, the string 'DDC' would interfere with the regex. Also, we're now using UHD_LOG_FASTPATH_DISABLE.
* devtest: Default UHD_LOG_FASTPATH_DISABLE to 1Martin Braun2018-08-221-1/+11
|
* devtest: Clean up & refactorMartin Braun2018-08-221-33/+44
| | | | | - Move filter_* functions out of uhd_test_case - Reduced some line lengths
* devtest: Minor Python fixesMartin Braun2018-07-171-18/+30
| | | | | - Fix some Pylint warnings - Improve output
* uhd: Update license headersMartin Braun2018-02-191-0/+6
| | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0.
* RTS: DevTest failure work around by increasing time between testTrung N Tran2017-06-021-1/+1
|
* tests: devtest:remove wait for claimerAndrej Rode2017-02-081-1/+0
|
* devtest: dont check number of samples in benchmark rate test and acceptAndrej Rode2016-12-011-0/+1
| | | | 10 underruns in SISO
* devtest: test_base add wait time between uhd_usrp_probe callsAndrej Rode2016-11-091-0/+1
|
* devtest: fixed check for specific productNicholas Corgan2016-03-251-1/+1
|
* tests: Added first batch of device testsMartin Braun2015-10-071-0/+222
- Currently supported: B2xx, X3x0 - Runs some simple examples