dexter has uploaded this change for review.
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 change 41264. To unsubscribe, or for help writing mail filters, visit settings.