From: Samuli Seppänen <sam...@openvpn.net>

This can be useful, for example, in preventing fping failures caused by external
network issues.

Signed-off-by: Samuli Seppänen <sam...@openvpn.net>
---
 tests/t_client.rc-sample | 1 +
 tests/t_client.sh.in     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/tests/t_client.rc-sample b/tests/t_client.rc-sample
index 31dfafa..4fdea48 100644
--- a/tests/t_client.rc-sample
+++ b/tests/t_client.rc-sample
@@ -11,6 +11,7 @@ top_srcdir="${top_srcdir:-..}"
 CA_CERT="${top_srcdir}/sample/sample-keys/ca.crt"
 CLIENT_KEY="${top_srcdir}/sample/sample-keys/client.key"
 CLIENT_CERT="${top_srcdir}/sample/sample-keys/client.crt"
+#FPING_EXTRA_ARGS="-t 1000"
 
 # Load EXPECT_IFCONFIG* parameters from cache
 if [ -r "${top_builddir}/t_client_ips.rc" ]; then
diff --git a/tests/t_client.sh.in b/tests/t_client.sh.in
index 408703e..9b980cf 100755
--- a/tests/t_client.sh.in
+++ b/tests/t_client.sh.in
@@ -231,8 +231,8 @@ run_ping_tests()
     do
        echo "run IPv$proto ping tests ($want), $bytes byte packets..."
 
-       echo "$cmd -b $bytes -C 20 -p 250 -q $targetlist" 
>>$LOGDIR/$SUF:fping.out
-       $cmd -b $bytes -C 20 -p 250 -q $targetlist >>$LOGDIR/$SUF:fping.out 2>&1
+       echo "$cmd $FPING_EXTRA_ARGS -b $bytes -C 20 -p 250 -q $targetlist" 
>>$LOGDIR/$SUF:fping.out
+       $cmd $FPING_EXTRA_ARGS -b $bytes -C 20 -p 250 -q $targetlist 
>>$LOGDIR/$SUF:fping.out 2>&1
 
        # while OpenVPN is running, pings must succeed (want='want_ok')
        # before OpenVPN is up, pings must NOT succeed (want='want_fail')
-- 
2.1.4


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to