Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qa: run autopep8 formatting on qa python files | mormj | 2020-10-30 | 1 | -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 filtering | Andriy Gelman | 2020-03-02 | 1 | -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 format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | gr-zeromq: Let OS pick free port for tests | Brennan Ashton | 2018-11-28 | 1 | -2/+3 |
| | |||||
* | gr-zeromq: Increase socket setup time so tests are more reliable | Brennan Ashton | 2018-11-03 | 1 | -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 python3 | Johnathan Corgan | 2017-04-06 | 1 | -7/+13 |
|\ | |||||
| * | gr-zeromq: resolve race condition in qa tests | Andrej Rode | 2017-04-02 | 1 | -7/+13 |
| | | |||||
* | | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -1/+2 |
|/ | |||||
* | zeromq: change addresses used in QA to allow parallel ctest | Johnathan Corgan | 2015-11-28 | 1 | -2/+2 |
| | |||||
* | zeromq: Add qa code for zeromq_pubsub | Camilo Solano | 2014-05-27 | 1 | -0/+52 |