dexter has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41264?usp=email )
Change subject: ES2Plus_Tests: improve error messages when setting verdict in f_init_es2plus
......................................................................
ES2Plus_Tests: improve error messages when setting verdict in f_init_es2plus
It is not enough to say something has failed, it is also important
to say what exactly and what for.
Related: SYS#7339
Change-Id: I1a4aa85e3b1950eae0f910a14a95afa8e16c9cf6
---
M smdpp/ES2Plus_Tests.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
dexter: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/smdpp/ES2Plus_Tests.ttcn b/smdpp/ES2Plus_Tests.ttcn
index fa3f376..ece4cc1 100644
--- a/smdpp/ES2Plus_Tests.ttcn
+++ b/smdpp/ES2Plus_Tests.ttcn
@@ -198,7 +198,7 @@
);
if (g_rsp_client_handle < 0) {
- setverdict(fail, "Failed to initialize RSP client");
+ setverdict(fail, "Failed to initialize RSP client for ES2+");
mtc.stop;
}
@@ -211,7 +211,7 @@
);
if (result != 0) {
- setverdict(fail, "Failed to set authentication parameters");
+ setverdict(fail, "Failed to set RSP client authentication parameters for ES2+");
mtc.stop;
}
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41264?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I1a4aa85e3b1950eae0f910a14a95afa8e16c9cf6
Gerrit-Change-Number: 41264
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
dexter has posted comments on this change by dexter. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41264?usp=email )
Change subject: ES2Plus_Tests: improve error messages when setting verdict in f_init_es2plus
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41264?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I1a4aa85e3b1950eae0f910a14a95afa8e16c9cf6
Gerrit-Change-Number: 41264
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 27 Oct 2025 14:29:02 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41264?usp=email )
Change subject: ES2Plus_Tests: improve error messages when setting verdict in f_init_es2plus
......................................................................
ES2Plus_Tests: improve error messages when setting verdict in f_init_es2plus
It is not enough to say something has failed, it is also important
to say what exactly and what for.
Related: SYS#7339
Change-Id: I1a4aa85e3b1950eae0f910a14a95afa8e16c9cf6
---
M smdpp/ES2Plus_Tests.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/64/41264/1
diff --git a/smdpp/ES2Plus_Tests.ttcn b/smdpp/ES2Plus_Tests.ttcn
index fa3f376..ece4cc1 100644
--- a/smdpp/ES2Plus_Tests.ttcn
+++ b/smdpp/ES2Plus_Tests.ttcn
@@ -198,7 +198,7 @@
);
if (g_rsp_client_handle < 0) {
- setverdict(fail, "Failed to initialize RSP client");
+ setverdict(fail, "Failed to initialize RSP client for ES2+");
mtc.stop;
}
@@ -211,7 +211,7 @@
);
if (result != 0) {
- setverdict(fail, "Failed to set authentication parameters");
+ setverdict(fail, "Failed to set RSP client authentication parameters for ES2+");
mtc.stop;
}
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41264?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: I1a4aa85e3b1950eae0f910a14a95afa8e16c9cf6
Gerrit-Change-Number: 41264
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
dexter has posted comments on this change by dexter. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41262?usp=email )
Change subject: ES2Plus_Tests: move [TESTPORT_PARAMETERS] up
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41262?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: If0d5ba0dc8d5b1f07215d6ac8c02a36253c200f6
Gerrit-Change-Number: 41262
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 27 Oct 2025 14:24:50 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes