aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/devtest/multi_usrp_test.py
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Remove deprecated objects and methodsMartin Braun2019-11-261-1/+0
| | | | | | | | | This removes the following symbols: - otw_type_t - clock_config_t - Any functions that use those symbols - Non-standard args from examples (e.g., --total-time is deprecated in favour of --duration)
* 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/+4
|
* tests: Add multi_usrp_test.pyVidush2018-07-241-0/+624
This is an API tester that uses the Python API to verify the correct behaviour of multi_usrp with respect to a hardware implementation.