diff --git a/testing/tests/ikev2/rw-eap-ttls-only/description.txt b/testing/tests/ikev2/rw-eap-ttls-only/description.txt
index b3e0450a4..702598e72 100644
--- a/testing/tests/ikev2/rw-eap-ttls-only/description.txt
+++ b/testing/tests/ikev2/rw-eap-ttls-only/description.txt
@@ -1,4 +1,6 @@
-The roadwarrior carol sets up a connection to gateway moon.
-The strong mutual authentication of both peers is based on EAP-TLS only
-(without a separate IKEv2 authentication), using TLS client and server certificates,
-respectively.
+The roadwarriors carol and dave set up a connection each to gateway moon.
+The strong mutual authentication is based on EAP-TTLS only (without a separate IKEv2
+authentication) with the gateway being authenticated by a server certificate during the
+EAP-TLS tunnel setup (phase1 of EAP-TTLS). This tunnel protects the ensuing weak client
+authentication based on EAP-MD5 (phase2 of EAP-TTLS). carol presents the
+correct MD5 password and succeeds whereas dave chooses the wrong password and fails.