aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/devtest/test_messages_test.py
Commit message (Collapse)AuthorAgeFilesLines
* devtest: Add test_messages_test to X310Martin Braun2019-11-261-10/+9
| | | | | | - Fixes issues with test_messages_test (it had inverted the pass/fail condition) - Improve Pylint scores in affected files
* 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.
* 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: Added first batch of device testsMartin Braun2015-10-071-0/+57
- Currently supported: B2xx, X3x0 - Runs some simple examples