summaryrefslogtreecommitdiffstats
path: root/tests/imfile-basic.sh
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-11 11:46:32 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-11 11:46:32 +0100
commitffa57b17b270be441c64161cd1a3c3123b58ee26 (patch)
treeeaec0a691437ffdb87795f4236a7e972b38ef746 /tests/imfile-basic.sh
parentfd26a42bdc04eaf497cafd9ef806a54f3de1a7e9 (diff)
parent9a53ec419e9d9e25a81b26a01ce5b035631e321a (diff)
downloadrsyslog-ffa57b17b270be441c64161cd1a3c3123b58ee26.tar.gz
rsyslog-ffa57b17b270be441c64161cd1a3c3123b58ee26.tar.xz
rsyslog-ffa57b17b270be441c64161cd1a3c3123b58ee26.zip
Merge branch 'v5-stable' into v5-beta
Conflicts: tests/Makefile.am
Diffstat (limited to 'tests/imfile-basic.sh')
-rwxr-xr-xtests/imfile-basic.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/imfile-basic.sh b/tests/imfile-basic.sh
new file mode 100755
index 00000000..ca6a5d3a
--- /dev/null
+++ b/tests/imfile-basic.sh
@@ -0,0 +1,14 @@
+# 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 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 # we need to wait until rsyslogd is finished!
+source $srcdir/diag.sh seq-check 0 49999
+source $srcdir/diag.sh exit