summaryrefslogtreecommitdiffstats
path: root/tests/fieldtest.sh
Commit message (Collapse)AuthorAgeFilesLines
* improved testbenchRainer Gerhards2009-10-211-1/+1
| | | | | - added a test to check handling of damaged .qi files on startup - made sure each test identifies itself on startup
* added new testing module imdiagRainer Gerhards2009-05-251-1/+1
| | | | | which enables to talk to the rsyslog core at runtime. The current implementation is only a beginning, but can be expanded over time
* added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-0/+13
Well, actually this and a lot of related things. I improved the testbench so that the new capabilities are automatically tested and also did some general cleanup. The current multiple tcp listener solution will probably receive some further cleanup, too, but looks quite OK so far. I also reviewed the way tcpsrv et all work, in preparation of using this code for imdiag. I need to document the findings, especially as the code is rather complicated "thanks" to the combination of plain tcp and gssapi transport modes.