summaryrefslogtreecommitdiffstats
path: root/tests/chkseq.c
Commit message (Collapse)AuthorAgeFilesLines
* added more tests to testbench and improved testing toolsRainer Gerhards2010-03-111-0/+5
|
* added ability to work with larger message sizes to testbench toolsRainer Gerhards2010-03-101-4/+22
|
* added pipe action test to testbench & testbench bugfixRainer Gerhards2009-11-051-1/+9
|
* backported some of the v5 testbenchRainer Gerhards2009-06-041-15/+51
| | | | | | | | this permits us to keep a persistent test environment between v4 and v5, most importantly using the same tools. As far as the actual tests are concerned, some had issues. I had no time to check if that was an issue with the test or an actual issue with the v3/4 engine. Will do that at some later stage.
* added new test case for many tcp connectionsRainer Gerhards2009-04-081-0/+76
It is checked that many tcp connections are properly handled. While adding this test, I noticed that there is a bug in imtcp that prevents creation of more than 200 connections. This bug still exists, so the test suite currently fails (what is correct). Will be addressed soon.