summaryrefslogtreecommitdiff
path: root/test/monkeyfarmer.py
Commit message (Collapse)AuthorAgeFilesLines
* ensure monkey farmer copes with recv returnint EAGAINVincent Sanders2019-07-061-11/+18
|
* make monkey driver and farmer python files pylint and pep8 cleanVincent Sanders2019-07-041-50/+99
|
* fix monkey testing setting of options to add necessary prefixVincent Sanders2019-07-021-1/+1
|
* attempt to make monkeyfarmer process exit detection more reliableVincent Sanders2019-06-271-5/+5
|
* Monkey: Support a -w argument to the monkey_driver.pyDaniel Silverstone2019-06-151-4/+15
| | | | | | | | | In order to better support valgrind and friends, add -w to the monkey driver. You can use it as: monkey_driver.py ...normalargs... -w 'valgrind -v --track-origins=yes' Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* allow monkey tests to stop navigationVincent Sanders2019-06-061-0/+3
|
* detect monkey exit rather than waiting forever for a defunct processVincent Sanders2019-06-061-0/+14
|
* extend the monkey test tooling to cope with ssl certificate windowsVincent Sanders2019-06-051-1/+45
|
* Add js-exec to monkey_driver, add a test, etc.Daniel Silverstone2019-05-061-1/+4
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Monkeyfarmer: Support loggingDaniel Silverstone2019-05-061-1/+42
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Add plot commands output for auth testDaniel Silverstone2019-02-161-1/+1
|
* Final tweaks, support LOGIN in monkeyfarmerDaniel Silverstone2018-11-041-1/+88
|
* More monkey stuffDaniel Silverstone2018-11-031-0/+390