summaryrefslogtreecommitdiffstats
path: root/tests/omod-if-array.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-2/+4
| | | | | | | | | | | 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.
* fixed some portability issuesRainer Gerhards2009-03-161-1/+8
| | | | | first noticed on FreeBSD Also, some cosmetic improvements.
* improved testbench, added tests for tcp-based receptionRainer Gerhards2009-04-081-1/+5
|
* improved test suite and added test for new output module interfaceRainer Gerhards2009-04-031-0/+1
The testbench has now a generic driver that can run a whole class of test suites just by providing a config file and test cases. This does not cover all testing needs, but a lot. We have now added one test for the new array-passing output plugin interface.