aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/devtest/usrp_probe_test.py
Commit message (Collapse)AuthorAgeFilesLines
* devtese: Change default Python interpreter to 3Martin Braun2019-11-081-1/+1
| | | | | | | | | | | Usually, devtest is run via make (or ninja), and will use the correct Python interpreter. When running directly on the command line, it is important to pick the right Python interpreter so it will work with the Python API. Here, we change the default interpreter from Python 2 to 3, because that's the more common version, and will be the only option for upcoming UHD 4.0 anyway.
* devtest: Integrate Python API Tester into DevtestVidush2018-08-101-1/+1
|
* 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: More devtests, works on E3XX nowMartin Braun2015-11-111-0/+53
- devtest now gets installed - uhd_usrp_probe test - Added make test_e3xx - Minor fixes to previous devtests