rsyslog/tests/imptcp_conndrop-vg.sh
Rainer Gerhards b53c39ea53
testbench: harden long-running tests against slow CI environment
while doing so, alos modernize tests
2019-02-22 16:01:00 +01:00

7 lines
290 B
Bash
Executable File

#!/bin/bash
export USE_VALGRIND="YES"
export TB_TEST_MAX_RUNTIME=1200 # connection drops are very slow...
export NUMMESSAGES=10000 # even if it is slow, we use a large number to be
# sure to have sufficient connection drops - but as low as possible!
source ${srcdir:-.}/imptcp_conndrop.sh