aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/devtest/benchmark_rate_test.py
Commit message (Collapse)AuthorAgeFilesLines
* devtest: Fix counting of underruns/overrunsMartin Braun2018-08-221-2/+2
| | | | Our regex was borked.
* devtest: Remove parsing for DD.. and SS..Martin Braun2018-08-221-0/+13
| | | | | | | 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: Clean up & refactorMartin Braun2018-08-221-2/+11
| | | | | - Move filter_* functions out of uhd_test_case - Reduced some line lengths
* examples: Update benchmark_rate (more stats, timestamps)Martin Braun2018-03-141-4/+4
| | | | | | | | - Messages are all timestamped, enables better understanding of the output log - Less usage of Boost - More stats (differentiate between RX and TX timeouts and sequence errors)
* uhd: Update license headersMartin Braun2018-02-191-1/+2
| | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0.
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* devtest: dont check number of samples in benchmark rate test and acceptAndrej Rode2016-12-091-6/+6
| | | | 10 underruns in SISO
* devtest: Fixed case where B200 test could fail due to bad paramsMartin Braun2016-03-251-2/+2
|
* tests: devtests now check for timeouts and the sample countsMartin Braun2016-03-211-7/+30
|
* tests: Added first batch of device testsMartin Braun2015-10-071-0/+75
- Currently supported: B2xx, X3x0 - Runs some simple examples