| Commit message (Expand) | Author | Age | Files | Lines |
* | devtest: Clarify data type in multi_usrp_test::send_waveform() | Martin Braun | 2021-10-06 | 1 | -1/+1 |
* | devtest: Add receive stability test to B2xx devtest | Martin Braun | 2021-09-28 | 2 | -0/+52 |
* | devtest: Add receive stability test | Martin Braun | 2021-09-28 | 1 | -0/+174 |
* | cmake: Replace CMAKE_{SOURCE,BINARY}_DIR with UHD_*_DIR | Martin Braun | 2021-09-10 | 1 | -1/+1 |
* | uhd: Add support for the USRP X410 | Lars Amsel | 2021-06-10 | 3 | -0/+97 |
* | devtest: benchmark_rate: Add support for rx and tx only tests | mattprost | 2021-06-10 | 1 | -19/+27 |
* | tests: Make python_api_test.py always explicitly call Python | Martin Braun | 2021-06-02 | 2 | -9/+5 |
* | tests: Update multi_usrp_test.py | Martin Braun | 2021-05-10 | 1 | -115/+259 |
* | devtest: Make Python tests their own type of devtest | Martin Braun | 2021-05-10 | 3 | -41/+68 |
* | devtest: reapply allow extra device arguments when running devtests | Steven Koo | 2021-02-12 | 2 | -2/+5 |
* | Revert "devtest: allow extra device arguments when running devtests" | Matthew Crymble | 2021-02-08 | 2 | -5/+2 |
* | devtest: lower rate for rx_all_chans_fast test | Matthew Crymble | 2021-02-01 | 1 | -4/+4 |
* | devtest: allow extra device arguments when running devtests | Matthew Crymble | 2021-01-21 | 2 | -2/+5 |
* | devtest: optionally generate XML report when running devtests | Joerg Hofrichter | 2021-01-08 | 1 | -1/+13 |
* | multi_usrp: Add get_mb_controller() API call | Cristina Fuentes | 2020-09-24 | 1 | -0/+1 |
* | devtest: Support multi_usrp_test on Windows | Steven Koo | 2020-08-10 | 1 | -1/+6 |
* | devtest: Update filter for e31x devices | Steven Koo | 2020-08-04 | 1 | -1/+1 |
* | multi_usrp: Add get_radio_control() API call | Martin Braun | 2020-07-16 | 1 | -0/+1 |
* | devtest: Assert result of python_api_test correctly | Martin Braun | 2020-06-10 | 1 | -0/+15 |
* | devtest: Don't skip Python API tests if Python API is enabled | Martin Braun | 2020-06-10 | 1 | -0/+5 |
* | b200: tests: Fix PyLint issues in B200 devtest | Martin Braun | 2020-06-10 | 1 | -1/+4 |
* | tests: Fix multi_usrp_test | Martin Braun | 2020-06-10 | 1 | -16/+28 |
* | tests: updated devtest runner to use standard device args | Matthew Crymble | 2020-05-27 | 2 | -3/+3 |
* | tests: Remove 'six' dependency from devtest | Martin Braun | 2020-05-12 | 1 | -2/+1 |
* | Remove remaining Python 2 references | Martin Braun | 2020-05-07 | 5 | -5/+0 |
* | test: Add output for gpio_test | Michael West | 2020-04-30 | 1 | -0/+3 |
* | devtest: Add support for TwinRX to x3x0 | Michael West | 2020-04-30 | 1 | -52/+92 |
* | devtest: Add method to get number of channels | Michael West | 2020-04-30 | 1 | -0/+36 |
* | devtest: Fix benchmark_rate_test success criteria | Michael West | 2020-04-30 | 1 | -2/+2 |
* | devtest: add missing devtest to n3xx | Ciro Nishiguchi | 2020-04-03 | 1 | -0/+1 |
* | devtest: Add test_messages_test to X310 | Martin Braun | 2019-11-26 | 3 | -12/+14 |
* | devtest: Use with() statement to open files | Martin Braun | 2019-11-26 | 1 | -5/+9 |
* | tests: Change Python YAML module | Brent Stapleton | 2019-11-26 | 1 | -1/+6 |
* | x300/mpmd: Port all RFNoC devices to the new RFNoC framework | Martin Braun | 2019-11-26 | 1 | -5/+13 |
* | uhd: Remove deprecated objects and methods | Martin Braun | 2019-11-26 | 1 | -1/+0 |
* | devtese: Change default Python interpreter to 3 | Martin Braun | 2019-11-08 | 12 | -12/+12 |
* | e3xx: corrected frontend name in devtest | erickshepherdNI | 2019-10-28 | 1 | -1/+1 |
* | devtest: Add new test for tx_waveforms | Martin Braun | 2019-05-22 | 6 | -0/+121 |
* | tests: Make the Python interpreter for devtests a parameter | Martin Braun | 2019-04-25 | 2 | -6/+8 |
* | uhd: mpm: update all license header w/ "-or-later" | Brent Stapleton | 2019-03-08 | 1 | -1/+1 |
* | devtest: add universal_newlines to subprocess call | Trung Tran | 2019-01-23 | 3 | -2/+4 |
* | tests: replace has_key by using 'in' | Trung Tran | 2019-01-23 | 5 | -8/+8 |
* | devtest: Fix CMake `endif` warning | Brent Stapleton | 2019-01-03 | 1 | -1/+1 |
* | devtest: x3x0: Enable rx_samples_to_file in devtest | Sugandha Gupta | 2018-12-17 | 1 | -1/+1 |
* | cmake: Properly register devtest | Martin Braun | 2018-11-29 | 1 | -1/+3 |
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 1 | -15/+15 |
* | e320: devtest: Reduce sample rate for 1G devtest | Sugandha Gupta | 2018-09-26 | 1 | -1/+1 |
* | devtest: n3x0: Enable rx_samples_to_file test | Sugandha Gupta | 2018-09-14 | 1 | -1/+1 |
* | devtest: e320: Re-enable rx_samples_to_file test | Sugandha Gupta | 2018-09-12 | 1 | -1/+1 |
* | e320: gpio: Fix front panel GPIO readback | Sugandha Gupta | 2018-09-12 | 1 | -1/+1 |