mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 13:10:43 +01:00
11 lines
641 B
Bash
Executable File
11 lines
641 B
Bash
Executable File
# This file is part of the rsyslog project, released under GPLv3
|
|
echo ====================================================================================
|
|
echo TEST: \[imtcp_no_octet_counted.sh\]: test imtcp with octet counted framing disabled
|
|
source $srcdir/diag.sh init
|
|
source $srcdir/diag.sh startup imtcp_no_octet_counted.conf
|
|
source $srcdir/diag.sh tcpflood -B -I testsuites/no_octet_counted.testdata
|
|
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 19
|
|
source $srcdir/diag.sh exit
|