Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qa: run autopep8 formatting on qa python files | mormj | 2020-10-30 | 1 | -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 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: updates to qa code to wait for completion and pass. | Tom Rondeau | 2014-05-16 | 1 | -2/+6 |
| | |||||
* | zeromq: fixing up QA code for vlen | Johnathan Corgan | 2014-05-13 | 1 | -6/+6 |
| | |||||
* | zeromq: temporarily removing QA test output to XML | Johnathan Corgan | 2014-05-13 | 1 | -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 name | Johannes Schmitz | 2014-05-09 | 1 | -2/+2 |
| | |||||
* | zeromq: Remove ZMQ_NOBLOCK as we are using polling | Johannes Schmitz | 2014-05-09 | 1 | -2/+2 |
| | |||||
* | zeromq: Timeout needs to be in milliseconds for zmq 3.0, close sockets | Johannes Schmitz | 2014-05-09 | 1 | -3/+4 |
| | | | | correctly, cleanup | ||||
* | zeromq: cleanup QA code, still needs have ZMQ_LINGER set to zero | Johnathan Corgan | 2014-05-07 | 1 | -9/+4 |
| | |||||
* | zeromq: Add qa tests | Johannes Schmitz | 2014-05-07 | 1 | -0/+50 |