Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | devtest: Improve error handling for shell_application | Martin Braun | 2018-08-22 | 1 | -11/+17 |
| | |||||
* | devtest: Remove parsing for DD.. and SS.. | Martin Braun | 2018-08-22 | 1 | -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 1 | Martin Braun | 2018-08-22 | 1 | -1/+11 |
| | |||||
* | devtest: Clean up & refactor | Martin Braun | 2018-08-22 | 1 | -33/+44 |
| | | | | | - Move filter_* functions out of uhd_test_case - Reduced some line lengths | ||||
* | devtest: Minor Python fixes | Martin Braun | 2018-07-17 | 1 | -18/+30 |
| | | | | | - Fix some Pylint warnings - Improve output | ||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -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 test | Trung N Tran | 2017-06-02 | 1 | -1/+1 |
| | |||||
* | tests: devtest:remove wait for claimer | Andrej Rode | 2017-02-08 | 1 | -1/+0 |
| | |||||
* | devtest: dont check number of samples in benchmark rate test and accept | Andrej Rode | 2016-12-01 | 1 | -0/+1 |
| | | | | 10 underruns in SISO | ||||
* | devtest: test_base add wait time between uhd_usrp_probe calls | Andrej Rode | 2016-11-09 | 1 | -0/+1 |
| | |||||
* | devtest: fixed check for specific product | Nicholas Corgan | 2016-03-25 | 1 | -1/+1 |
| | |||||
* | tests: Added first batch of device tests | Martin Braun | 2015-10-07 | 1 | -0/+222 |
- Currently supported: B2xx, X3x0 - Runs some simple examples |