Add test for small client packet
Enable testing with ECDHE-ECDSA with DTLS
diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh
index d0fcfeb..4d39041 100755
--- a/tests/ssl-opt.sh
+++ b/tests/ssl-opt.sh
@@ -5657,6 +5657,13 @@
0 \
-s "Read from client: 1 bytes read"
+run_test "Small client packet DTLS, ECDHE-ECDSA" \
+ "$P_SRV dtls=1" \
+ "$P_CLI dtls=1 request_size=1 \
+ force_ciphersuite=TLS-ECDHE-ECDSA-WITH-AES-128-CCM-8" \
+ 0 \
+ -s "Read from client: 1 bytes read"
+
# Tests for small server packets
requires_config_enabled MBEDTLS_SSL_PROTO_SSL3