rsyslog/tests/imtcp_no_octet_counted.sh
Andre Lorbach be940cf970 testbench: made work on FreeBSD
bash "source" extension is not supported in FreeBSD default shell"
2015-07-15 09:33:31 +00:00

11 lines
606 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
. $srcdir/diag.sh init
. $srcdir/diag.sh startup imtcp_no_octet_counted.conf
. $srcdir/diag.sh tcpflood -B -I testsuites/no_octet_counted.testdata
. $srcdir/diag.sh shutdown-when-empty # shut down rsyslogd when done processing messages
. $srcdir/diag.sh wait-shutdown # and wait for it to terminate
. $srcdir/diag.sh seq-check 0 19
. $srcdir/diag.sh exit