Merge pull request #7299 from valeriosetti/issue7280

Driver only EC JPAKE: enable ssl-opt.sh and get test parity
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index 2e9b9b3..7ba99ec 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -2399,8 +2399,8 @@
     msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated JPAKE + USE_PSA"
     make test
 
-    # ssl-opt will be added later. Please check issue 7255 for a list of
-    # follow up activities
+    msg "test: ssl-opt.sh"
+    tests/ssl-opt.sh
 }
 
 # Keep in sync with component_test_psa_crypto_config_accel_ecjpake_use_psa.
@@ -2419,8 +2419,8 @@
     msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with reference ECJPAKE + USE_PSA"
     make test
 
-    # ssl-opt will be added later. Please check issue 7255 for a list of
-    # follow up activities
+    msg "test: ssl-opt.sh"
+    tests/ssl-opt.sh
 }
 
 component_test_psa_crypto_config_accel_ecc () {