blob: 85ded82c0b4b57379e9786ee3288f635585bc14f (
plain)
1
2
3
4
5
6
7
8
9
10
|
# added 2014-09-17 by Rgerhards
# This file is part of the rsyslog project, released under ASL 2.0
source $srcdir/diag.sh init
source $srcdir/diag.sh startup fac_news.conf
source $srcdir/diag.sh tcpflood -m1000 -P 57
source $srcdir/diag.sh shutdown-when-empty # shut down rsyslogd when done processing messages
source $srcdir/diag.sh wait-shutdown # and wait for it to terminate
source $srcdir/diag.sh seq-check 0 999
source $srcdir/diag.sh exit
|