dexter has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41258?usp=email )
Change subject: ES2Plus_Tests: fix typo ......................................................................
ES2Plus_Tests: fix typo
Related: SYS#7339 Change-Id: I510a879042977b6ef1cd19e5a66fceeefa42e0c1 --- M smdpp/ES2Plus_Tests.ttcn 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: dexter: Looks good to me, approved Jenkins Builder: Verified
diff --git a/smdpp/ES2Plus_Tests.ttcn b/smdpp/ES2Plus_Tests.ttcn index 3303d7d..1f962cf 100644 --- a/smdpp/ES2Plus_Tests.ttcn +++ b/smdpp/ES2Plus_Tests.ttcn @@ -35,7 +35,7 @@ const charstring c_wrong_key_path := "./sgp26/eUICC/SK_EUICC_ECDSA_NIST.pem";
// The external function ext_RSPClient_create requires a path and a name filter as input to load test certificates. -// While those certfiicates are required for the ES9+ interface related tests (smdpp_Tests.ttcn), for the ES2+ +// While those certificates are required for the ES9+ interface related tests (smdpp_Tests.ttcn), for the ES2+ // interface tests those certificates have no relevance. const charstring c_es2plus_cert_path := "./sgp26/"; const charstring c_es2plus_cert_name_filter := "NIST";