Avoid issue with OpenSSl in interop test

This commit is contained in:
Manuel Pégourié-Gonnard 2015-03-09 16:09:53 +00:00
parent ed99d70309
commit 8fe411e9c1

View File

@ -3064,7 +3064,7 @@ needs_more_time 6
run_test "DTLS proxy: 3d, openssl server" \
-p "$P_PXY drop=5 delay=5 duplicate=5 protect_hvr=1" \
"$O_SRV -dtls1 -mtu 2048" \
"$P_CLI dtls=1 hs_timeout=250-60000" \
"$P_CLI dtls=1 hs_timeout=250-60000 tickets=0" \
0 \
-s "Extra-header:" \
-c "HTTP/1.0 200 OK"
@ -3073,7 +3073,7 @@ needs_more_time 6
run_test "DTLS proxy: 3d, openssl server, fragmentation" \
-p "$P_PXY drop=5 delay=5 duplicate=5 protect_hvr=1" \
"$O_SRV -dtls1 -mtu 768" \
"$P_CLI dtls=1 hs_timeout=250-60000" \
"$P_CLI dtls=1 hs_timeout=250-60000 tickets=0" \
0 \
-s "Extra-header:" \
-c "HTTP/1.0 200 OK"
@ -3082,7 +3082,7 @@ needs_more_time 6
run_test "DTLS proxy: 3d, openssl server, fragmentation, nbio" \
-p "$P_PXY drop=5 delay=5 duplicate=5 protect_hvr=1" \
"$O_SRV -dtls1 -mtu 768" \
"$P_CLI dtls=1 hs_timeout=250-60000 nbio=2" \
"$P_CLI dtls=1 hs_timeout=250-60000 nbio=2 tickets=0" \
0 \
-s "Extra-header:" \
-c "HTTP/1.0 200 OK"