1
0
Fork 0
mirror of https://github.com/yuzu-emu/mbedtls.git synced 2025-04-01 23:07:00 +00:00

Merge pull request from AndrzejKurek/baremetal-ci-spurious-resend

Fix spurious resend in one of the ssl-opt.sh tests.
This commit is contained in:
Andrzej Kurek 2021-01-18 10:59:56 +01:00 committed by GitHub
commit a4ffa3c474
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7414,8 +7414,8 @@ not_with_valgrind # spurious resend
requires_config_disabled MBEDTLS_SSL_CONF_READ_TIMEOUT
requires_config_enabled MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE
run_test "DTLS client reconnect from same port: reference" \
"$P_SRV dtls=1 exchanges=2 read_timeout=20000 hs_timeout=10000-20000" \
"$P_CLI dtls=1 exchanges=2 debug_level=2 hs_timeout=10000-20000" \
"$P_SRV dtls=1 exchanges=2 read_timeout=20000 hs_timeout=15000-25000" \
"$P_CLI dtls=1 exchanges=2 debug_level=2 hs_timeout=15000-25000" \
0 \
-C "resend" \
-S "The operation timed out" \
@ -7425,7 +7425,7 @@ not_with_valgrind # spurious resend
requires_config_disabled MBEDTLS_SSL_CONF_READ_TIMEOUT
requires_config_enabled MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE
run_test "DTLS client reconnect from same port: reconnect" \
"$P_SRV dtls=1 exchanges=2 read_timeout=20000 hs_timeout=10000-20000" \
"$P_SRV dtls=1 exchanges=2 read_timeout=20000 hs_timeout=15000-25000" \
"$P_CLI dtls=1 exchanges=2 debug_level=2 hs_timeout=15000-25000 reconnect_hard=1" \
0 \
-C "resend" \