dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41275?usp=email )
Change subject: smdpp_Tests: improve messages when setting verdict in f_init_es9plus
......................................................................
smdpp_Tests: improve messages when setting verdict in f_init_es9plus
It is important to tell that the failure happend in the context of the
ES9+ initialization.
Related: SYS#7339
Change-Id: I6b55d0bb6d5bd698241a990cf8388adc68a99543
---
M smdpp/smdpp_Tests.ttcn
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/75/41275/1
diff --git a/smdpp/smdpp_Tests.ttcn b/smdpp/smdpp_Tests.ttcn
index 17ed4e1..c49187a 100644
--- a/smdpp/smdpp_Tests.ttcn
+++ b/smdpp/smdpp_Tests.ttcn
@@ -534,18 +534,18 @@
);
if (g_rsp_client_handle_es9p < 0) {
- ext_logError("Failed to create RSP client");
+ setverdict(fail, "Failed to initialize RSP client for ES9+");
return false;
}
if (ext_RSPClient_loadEUICCCertificate(g_rsp_client_handle_es9p, g_pars_smdpp.euicc_cert_path) != 0) {
- ext_logError("Failed to load eUICC certificate");
+ ext_logError("Failed to load eUICC certificate for ES9+");
f_rsp_client_cleanup();
return false;
}
if (ext_RSPClient_loadEUICCKeyPair(g_rsp_client_handle_es9p, g_pars_smdpp.euicc_key_path) != 0) {
- ext_logError("Failed to load eUICC private key");
+ ext_logError("Failed to load eUICC private key for ES9+");
f_rsp_client_cleanup();
return false;
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41275?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: I6b55d0bb6d5bd698241a990cf8388adc68a99543
Gerrit-Change-Number: 41275
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Attention is currently required from: dexter, osmith.
Hello Jenkins Builder, osmith,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41272?usp=email
to look at the new patch set (#3).
The following approvals got outdated and were removed:
Code-Review+2 by osmith, Verified+1 by Jenkins Builder
The change is no longer submittable: Code-Review and Verified are unsatisfied now.
Change subject: smdpp_Tests: add comments to mp_es9plus_server_port_ module parameters
......................................................................
smdpp_Tests: add comments to mp_es9plus_server_port_ module parameters
Let's add an explanatory comment to mp_es9plus_server_port_nist and
mp_es9plus_server_port_brp
Related: SYS#7339
Change-Id: I7e3f0292256b21a75da5b756ee9af6ec58318de1
---
M smdpp/smdpp_Tests.ttcn
1 file changed, 6 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/72/41272/3
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41272?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I7e3f0292256b21a75da5b756ee9af6ec58318de1
Gerrit-Change-Number: 41272
Gerrit-PatchSet: 3
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: dexter <pmaier(a)sysmocom.de>