From dcc721a95bef6f0d8e6d8775b8efe33e5aecd562 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 18:28:20 +0200 Subject: Adding upstream version 8.2402.0. Signed-off-by: Daniel Baumann --- tests/no-parser-vg.sh | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 tests/no-parser-vg.sh (limited to 'tests/no-parser-vg.sh') diff --git a/tests/no-parser-vg.sh b/tests/no-parser-vg.sh new file mode 100755 index 0000000..a52aced --- /dev/null +++ b/tests/no-parser-vg.sh @@ -0,0 +1,26 @@ +#!/bin/bash +# add 2017-03-06 by Rainer Gerhards, released under ASL 2.0 + +uname +if [ $(uname) = "FreeBSD" ] ; then + echo "This test currently does not work on FreeBSD." + exit 77 +fi + +. ${srcdir:=.}/diag.sh init +generate_conf +add_conf ' +module(load="../plugins/imtcp/.libs/imtcp") +input(type="imtcp" port="0" listenPortFileName="'$RSYSLOG_DYNNAME'.tcpflood_port" ruleset="ruleset") +ruleset(name="ruleset" parser="rsyslog.rfc5424") { + action(type="omfile" file=`echo $RSYSLOG2_OUT_LOG`) +} +' +startup_vg +tcpflood -m10 +shutdown_when_empty +wait_shutdown_vg +# note: we just check the valgrind output, the log file itself does not +# interest us + +exit_test -- cgit v1.2.3