aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/devtest/run_testsuite.py
Commit message (Collapse)AuthorAgeFilesLines
* devtest: add universal_newlines to subprocess callTrung Tran2019-01-231-0/+1
| | | | | | | | | subprocess call in python3+ return stderr and stdout object is byte object instead of text. This caused many issue with parsing the ouput in devtest. These are not an issue in python2. This change will make devtest more python3 compatible. Signed-off-by: Trung.Tran<trung.tran@ettus.com>
* devtest: Add more env vars, make Py3k compatibleMartin Braun2018-08-101-6/+15
| | | | | The testsuite now includes more environment variables for source dir, build dir, and PYTHONPATH.
* 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: flush stdout after print statementsAndrej Rode2016-12-091-0/+2
|
* devtest: Fix $PATH-setting codeMartin Braun2016-05-091-20/+16
| | | | | | | | | PATH was only set for the examples, but not for the initial call to uhd_find_devices. This reverts commit b7c296f58399f0ef1fee7b3ef3d7da957f551558, which tried to fix this but did so badly, and also amends it with the correct fix.
* tests: More devtests, works on E3XX nowMartin Braun2015-11-111-2/+8
| | | | | | | - 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/+132
- Currently supported: B2xx, X3x0 - Runs some simple examples