14 Commits

Author SHA1 Message Date
PascalWithopf
e485c5c5bc codestyle: shorten lines to max 130 chars 2017-11-15 09:04:42 +01:00
Rainer Gerhards
0017262e2c testbench: add test for DATAFAIL handling in action object 2017-10-12 13:26:10 +02:00
Rainer Gerhards
7466ec1d81 testbench: add test to check omfile handling of unwritable files 2016-06-21 08:45:34 +02:00
Rainer Gerhards
ea7d276007 testbench: fix compiler warnings in test tool 2016-02-15 15:40:53 +01:00
Janmejay Singh
8fa036a914 fixed an incorrect error message 2016-01-28 20:18:20 +05:30
Janmejay Singh
6c52f29d59 optimized payload-copy in processDataRcvd for octate-counted frames (as length is pre-known, it is possible to avoid coping char by char, as opposed to octate-stuffed frames) 2015-10-28 14:41:35 +05:30
Rainer Gerhards
f81cdc257e testbench: add -m option to chkseq
This permits to check files with a limited number of missing messages
2014-07-14 11:21:58 +02:00
Rainer Gerhards
3cdb796bad testbench: enable test tools to support RFC5424 natively 2013-11-22 10:52:05 +01:00
Rainer Gerhards
6356763f8e bugfix: testbench tool chkseq did improperly report invalid file
This happened when permitted duplicate values existed in the very
last lines, right before end-of-file.
Thanks to Radu Gheorghe for reporting this bug.
2013-07-19 16:04:45 +02:00
Rainer Gerhards
83c15bb0a0 added more tests to testbench and improved testing tools 2010-03-11 12:36:21 +01:00
Rainer Gerhards
5106cbe466 added ability to work with larger message sizes to testbench tools 2010-03-10 12:19:51 +01:00
Rainer Gerhards
6a99be4696 added pipe action test to testbench & testbench bugfix 2009-11-05 14:31:37 +01:00
Rainer Gerhards
58e707b441 backported some of the v5 testbench
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.
2009-06-04 09:57:45 +02:00
Rainer Gerhards
7cc7166cb2 added new test case for many tcp connections
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.
2009-04-08 17:48:02 +02:00