summaryrefslogtreecommitdiffstats
path: root/tests/imfile-basic-vg.sh
blob: 92cfc7f61d8b06797d4e025c8f7db8801e9ca515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This is part of the rsyslog testbench, licensed under GPLv3
echo [imfile-basic.sh]
source $srcdir/diag.sh init
# generate input file first. Note that rsyslog processes it as
# soon as it start up (so the file should exist at that point).
./inputfilegen 50000 > rsyslog.input
ls -l rsyslog.input
source $srcdir/diag.sh startup-vg imfile-basic.conf
# sleep a little to give rsyslog a chance to begin processing
sleep 1
source $srcdir/diag.sh shutdown-when-empty # shut down rsyslogd when done processing messages
source $srcdir/diag.sh wait-shutdown-vg
source $srcdir/diag.sh check-exit-vg
source $srcdir/diag.sh seq-check 0 49999
source $srcdir/diag.sh exit