diff --git a/testing/tests/af-alg/alg-camellia/description.txt b/testing/tests/af-alg/alg-camellia/description.txt
index 87679788f..995ab4c65 100644
--- a/testing/tests/af-alg/alg-camellia/description.txt
+++ b/testing/tests/af-alg/alg-camellia/description.txt
@@ -1,3 +1,3 @@
-Roadwarrior carol proposes to gateway moon the IKE cipher suite CAMELLIA_CBC_256 /
-HMAC_SHA2_512_256 / PRF_HMAC_SHA2_512 / MODP_3072 well as the ESP cipher suite CAMELLIA_CBC_192 / HMAC_SHA384_192.
-A ping from carol to alice successfully checks the established tunnel.
+Roadwarrior carol proposes to gateway moon the IKE cipher suite camellia256-sha512-modp3072
+well as the ESP cipher suite camellia192-sha384. A ping from carol to alice successfully
+checks the established tunnel.
diff --git a/testing/tests/gcrypt-ikev1/alg-serpent/description.txt b/testing/tests/gcrypt-ikev1/alg-serpent/description.txt
index 982efa5ea..28c6adb4b 100644
--- a/testing/tests/gcrypt-ikev1/alg-serpent/description.txt
+++ b/testing/tests/gcrypt-ikev1/alg-serpent/description.txt
@@ -1,4 +1,4 @@
Roadwarrior carol proposes to gateway moon the strong cipher suite
-SERPENT_CBC_256 / HMAC_SHA2_512 / MODP_4096 for the IKE protocol and
-SERPENT_CBC_256 / HMAC_SHA2_512_256 for ESP packets. A ping from carol to
-alice successfully checks the established tunnel.
+serpent256-sha512-modp4096 for the IKE protocol and serpent256-sha512
+for ESP packets. A ping from carol to alice successfully checks the
+established tunnel.
diff --git a/testing/tests/gcrypt-ikev1/alg-twofish/description.txt b/testing/tests/gcrypt-ikev1/alg-twofish/description.txt
index e1a7403e3..bfef69b5c 100644
--- a/testing/tests/gcrypt-ikev1/alg-twofish/description.txt
+++ b/testing/tests/gcrypt-ikev1/alg-twofish/description.txt
@@ -1,4 +1,4 @@
Roadwarrior carol proposes to gateway moon the strong cipher suite
-TWOFISH_CBC_256 / HMAC_SHA2_512 / MODP_4096 for the IKE protocol and
-TWOFISH_CBC_256 / HMAC_SHA2_512_256 for ESP packets. A ping from carol to
-alice successfully checks the established tunnel.
+twofish256-sha512-modp4096 for the IKE protocol and twofish256-sha512
+for ESP packets. A ping from carol to alice successfully checks the
+established tunnel.