summaryrefslogtreecommitdiffstats
path: root/tests/sndrcv_drvr.sh
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v5-stable' into betaRainer Gerhards2011-06-211-41/+1
|\ | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/diag.sh tests/sndrcv_drvr.sh
| * testbench: added new tests for failover casesRainer Gerhards2011-06-201-49/+1
| |
* | added one more testcase for sending TCP/TLS syslogRainer Gerhards2011-04-041-1/+2
| |
* | activated TLS send/receive test in testbenchRainer Gerhards2011-04-041-10/+0
|/ | | | | This was possible because in v6 we do no longer have the TLS startup delay.
* testbench: new calling interface for tcpfloodRainer Gerhards2010-03-101-1/+1
| | | | | this is a perquisite to support more flexible testing modes, which could not intelligently be implemented with the old interface
* preparing for 4.5.7v4.5.7Rainer Gerhards2009-11-181-0/+1
|
* somewhat enhanced test suiteRainer Gerhards2009-11-111-0/+49
also prepared test case for TLS testing, but not activated it inside the build itself. A note on TLS testing: the current testsuite (in git!) already contains TLS test cases. However, getting these test cases correct is not simple. That's not a problem with the code itself, but rater a problem with synchronization in the test environment. So I have deciced to keep the TLS tests in, but not yet actually utilize them. This is most probably left as an excercise for future (devel) releases.