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/rscript_hash32-vg.sh | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 tests/rscript_hash32-vg.sh (limited to 'tests/rscript_hash32-vg.sh') diff --git a/tests/rscript_hash32-vg.sh b/tests/rscript_hash32-vg.sh new file mode 100755 index 0000000..2114682 --- /dev/null +++ b/tests/rscript_hash32-vg.sh @@ -0,0 +1,28 @@ +#!/bin/bash +# added 2018-02-07 by Harshvardhan Shrivastava +# This file is part of the rsyslog project, released under ASL 2.0 +echo =============================================================================== +echo \rscript_hash32.sh\]: test for hash32 and hash64mod script-function +. ${srcdir:=.}/diag.sh init +generate_conf +add_conf ' +template(name="outfmt" type="string" string="%$.hash_no_1% - %$.hash_no_2%\n") + +module(load="../plugins/imtcp/.libs/imtcp") +module(load="../contrib/fmhash/.libs/fmhash") +input(type="imtcp" port="0" listenPortFileName="'$RSYSLOG_DYNNAME'.tcpflood_port") + +set $.hash_no_1 = hash32("0f9a1d07-a8c9-43a7-a6f7-198dca3d932e"); +set $.hash_no_2 = hash32mod("0f9a1d07-a8c9-43a7-a6f7-198dca3d932e", 100); + +action(type="omfile" file=`echo $RSYSLOG_OUT_LOG` template="outfmt") +' +startup_vg +tcpflood -m 20 +echo doing shutdown +shutdown_when_empty +echo wait on shutdown +wait_shutdown_vg +check_exit_vg +. $srcdir/diag.sh content-pattern-check "^\(746581550 - 50\|3889673532 - 32\)$" +exit_test -- cgit v1.2.3