aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/devtest/gpio_test.py
Commit message (Collapse)AuthorAgeFilesLines
* devtest: Make Python tests their own type of devtestMartin Braun2021-05-101-1/+0
| | | | | | | | | | | Like the example test, the Python-based test is now codified. The "special sauce" for Python tests revolves around the fact that they require the Python API, so we have to gracefully fail if the Python API was never enabled, but hard-fail when the Python API is enabled, but not working. This creates a new type of devtest (UHDPythonTestCase) and moves uhd_python_api_test over to the new type.
* test: Add output for gpio_testMichael West2020-04-301-0/+3
| | | | | | Print output from stdout and stderr upon error. Signed-off-by: Michael West <michael.west@ettus.com>
* 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
|
* tests: Added bitbang test, added to x3x0 devtestMartin Braun2016-12-091-1/+1
|
* tests: More devtests, works on E3XX nowMartin Braun2015-11-111-0/+0
| | | | | | | - devtest now gets installed - uhd_usrp_probe test - Added make test_e3xx - Minor fixes to previous devtests
* tests: Added first batch of device testsMartin Braun2015-10-071-0/+47
- Currently supported: B2xx, X3x0 - Runs some simple examples