summaryrefslogtreecommitdiff
path: root/gr-zeromq/python/zeromq/qa_zeromq_pushpull.py
Commit message (Collapse)AuthorAgeFilesLines
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-6/+10
| | | | | | find ./ -iname qa*.py | xargs autopep8 --in-place -a -a mostly formats whitespace and gets rid of trailing semicolons
* 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: updates to qa code to wait for completion and pass.Tom Rondeau2014-05-161-2/+6
|
* zeromq: fixing up QA code for vlenJohnathan Corgan2014-05-131-6/+6
|
* zeromq: temporarily removing QA test output to XMLJohnathan Corgan2014-05-131-1/+1
| | | | | | The QA tests are run twice, once for stdout, once for XML out, this causes problems because the network ports don't recycle fast enough and the blocks get 'address in use' errors.
* zeromq: Change string of test nameJohannes Schmitz2014-05-091-2/+2
|
* zeromq: Remove ZMQ_NOBLOCK as we are using pollingJohannes Schmitz2014-05-091-2/+2
|
* zeromq: Timeout needs to be in milliseconds for zmq 3.0, close socketsJohannes Schmitz2014-05-091-3/+4
| | | | correctly, cleanup
* zeromq: cleanup QA code, still needs have ZMQ_LINGER set to zeroJohnathan Corgan2014-05-071-9/+4
|
* zeromq: Add qa testsJohannes Schmitz2014-05-071-0/+50