Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qa: run autopep8 formatting on qa python files | mormj | 2020-10-30 | 1 | -19/+46 |
| | | | | | | find ./ -iname qa*.py | xargs autopep8 --in-place -a -a mostly formats whitespace and gets rid of trailing semicolons | ||||
* | qa: remove xml file parameter causing deprecation warnings | mormj | 2020-10-30 | 1 | -1/+1 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | ctrlport: qa use new api | Bastian Bloessl | 2019-08-28 | 1 | -2/+1 |
| | |||||
* | Fix invalid escape sequences. | Clayton Smith | 2018-11-01 | 1 | -2/+2 |
| | |||||
* | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -3/+4 |
| | |||||
* | controlport: QA needs to get host and port out of the endpoint. | Tom Rondeau | 2015-04-02 | 1 | -2/+5 |
| | | | | Probably need a better parsing strategy. | ||||
* | controlport: cleaning up; trying to handle shutdown better. | Tom Rondeau | 2015-04-02 | 1 | -0/+170 |
| | | | | Added QA code in for testing probes and other basic connection features. Requires nthreads >= 10. | ||||
* | controlport: removing use of ice for a controlport rpc. | Tom Rondeau | 2014-08-08 | 1 | -172/+0 |
| | | | | This effectively disables the use of ControlPort for now until we build in a new middleware layer. The ControlPort API and interfaces exist but will function as nops for now. | ||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -2/+2 |
| | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | ||||
* | uninstalled import: Updatings blocks, fec, uhd, and filter so that ↵ | Ben Reynwar | 2013-06-04 | 1 | -0/+172 |
uninstalled import works with recent changes. |