aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/devtest/test_pps_test.py
Commit message (Collapse)AuthorAgeFilesLines
* tests: replace has_key by using 'in'Trung Tran2019-01-231-1/+1
| | | | | | | python3+ dropped has_key function on dictionary. In order to make it compatible, we need to use 'in' keyword. Signed-off-by: Trung.Tran<trung.tran@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: 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/+51
- Currently supported: B2xx, X3x0 - Runs some simple examples