dexter has uploaded this change for review. ( 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(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/58/41258/1 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"; -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41258?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: I510a879042977b6ef1cd19e5a66fceeefa42e0c1 Gerrit-Change-Number: 41258 Gerrit-PatchSet: 1 Gerrit-Owner: dexter <[email protected]>
