mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 07:30:42 +01:00
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.
14 lines
441 B
Bash
Executable File
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
|