summaryrefslogtreecommitdiff
path: root/gr-zeromq/python/zeromq/qa_zeromq_req_msg_source.py
Commit message (Collapse)AuthorAgeFilesLines
* zeromq: qa: Increase timeout for msg source testsMartin Braun2021-02-151-2/+4
| | | | | | | The chosen timeout of 100ms was too short for some cases. Increase to max 2000ms, but check every 200ms. Signed-off-by: Martin Braun <martin@gnuradio.org>
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-4/+12
| | | | | | find ./ -iname qa*.py | xargs autopep8 --in-place -a -a mostly formats whitespace and gets rid of trailing semicolons
* zmq: Add ZMQ PULL/REQ/SUB Message Source unit testsVasil Velichkov2020-03-101-0/+88
The plain zeromq sockets are used instead of the corresponding ZMQ sink block in order to expose the actual ZMQ interface and test errors like invalid PMT message that cannot be tested with the ZMQ sinks.