aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/devtest/tx_waveforms_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: Add new test for tx_waveformsMartin Braun2019-05-221-0/+53
This will run tx_waveforms with a few settings.