rsyslog/tests/rfc5424parser.sh
Rainer Gerhards 2ba3c8ddde
testbench: modernize testbench plumbing
changes some of the test commands to use bash functions
includes some small bug fixes to tests where bugs were
previously not seen due to different plumbing.
2018-07-23 17:26:34 +02:00

14 lines
441 B
Bash
Executable File

#!/bin/bash
# This file is part of the rsyslog project, released under ASL 2.0
# rgerhards, 2013-11-22
echo ===============================================================================
echo \[rfc5424parser.sh\]: testing mmpstrucdata
. $srcdir/diag.sh init
startup rfc5424parser.conf
sleep 1
. $srcdir/diag.sh tcpflood -m100 -y
shutdown_when_empty # shut down rsyslogd when done processing messages
wait_shutdown
seq_check 0 99
exit_test