mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 00:20:42 +01:00
16 lines
660 B
Bash
Executable File
16 lines
660 B
Bash
Executable File
#!/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_hash64.sh\]: test for hash64 and hash64mod script-function
|
|
. $srcdir/diag.sh init
|
|
. $srcdir/diag.sh startup-vg rscript_hash64.conf
|
|
. $srcdir/diag.sh tcpflood -m 20
|
|
echo doing shutdown
|
|
. $srcdir/diag.sh shutdown-when-empty
|
|
echo wait on shutdown
|
|
. $srcdir/diag.sh wait-shutdown-vg
|
|
. $srcdir/diag.sh check-exit-vg
|
|
. $srcdir/diag.sh content-pattern-check "^\(-2574714428477944902 - 14\|-50452361579464591 - 25\)$"
|
|
. $srcdir/diag.sh exit
|