aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/devtest/uhd_test_base.py
Commit message (Collapse)AuthorAgeFilesLines
* 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