summaryrefslogtreecommitdiff
path: root/gr-blocks/python/blocks/qa_ctrlport_probes.py
Commit message (Collapse)AuthorAgeFilesLines
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-25/+34
| | | | | | 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 warningsmormj2020-10-301-1/+1
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* ctrlport: qa use new apiBastian Bloessl2019-08-281-10/+5
|
* Fix invalid escape sequences.Clayton Smith2018-11-011-10/+10
|
* python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-10/+11
|
* controlport: QA needs to get host and port out of the endpoint.Tom Rondeau2015-04-021-6/+22
| | | | Probably need a better parsing strategy.
* controlport: more cleaning up.Tom Rondeau2015-04-021-3/+2
|
* controlport: cleaning up; trying to handle shutdown better.Tom Rondeau2015-04-021-7/+184
| | | | 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 Rondeau2014-08-081-181/+6
| | | | 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.
* blocks: Added QA code for all ControlPort probe types.Tom Rondeau2013-07-161-0/+229