summaryrefslogtreecommitdiff
path: root/gr-zeromq/python/zeromq/qa_zeromq_pubsub.py
Commit message (Collapse)AuthorAgeFilesLines
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-12/+26
| | | | | | find ./ -iname qa*.py | xargs autopep8 --in-place -a -a mostly formats whitespace and gets rid of trailing semicolons
* gr-zeromq: Add optional key filteringAndriy Gelman2020-03-021-0/+49
| | | | | | | | | Fixes #2236 Allows to filter a multi-part message by key/topic on a sub source and insert key/topic on a pub sink. Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* gr-zeromq: Let OS pick free port for testsBrennan Ashton2018-11-281-2/+3
|
* gr-zeromq: Increase socket setup time so tests are more reliableBrennan Ashton2018-11-031-2/+2
| | | | | | The 250ms delay between starting a send and terminating a recv was very boarderline when run on my machine. Increasing this time slightly produces much more reliable results.
* Merge branch 'next' into python3Johnathan Corgan2017-04-061-7/+13
|\
| * gr-zeromq: resolve race condition in qa testsAndrej Rode2017-04-021-7/+13
| |
* | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-1/+2
|/
* zeromq: change addresses used in QA to allow parallel ctestJohnathan Corgan2015-11-281-2/+2
|
* zeromq: Add qa code for zeromq_pubsubCamilo Solano2014-05-271-0/+52