Skip to content
Success

Changes

Summary

  1. ES2Plus_Tests: fix typo (details)
  2. smdpp_Tests: move module parameter up (details)
  3. ES2Plus_Tests: remove unused module parameter (details)
  4. ES2Plus_Tests: remove obvious comment (details)
  5. ES2Plus_Tests: move [TESTPORT_PARAMETERS] up (details)
  6. smdpp_Tests.cfg: remove unused testport parameters (details)
  7. ES2Plus_Tests: improve error messages when setting verdict in (details)
Commit 69b97580ad341325c7fc9b7f56e021716e85b4bc by pmaier@sysmocom.de
ES2Plus_Tests: fix typo

Related: SYS#7339
Change-Id: I510a879042977b6ef1cd19e5a66fceeefa42e0c1
The file was modifiedsmdpp/ES2Plus_Tests.ttcn
Commit 69436b686e2b44b32a123b7e178a6cfbf5d810b0 by pmaier@sysmocom.de
smdpp_Tests: move module parameter up

The module parameters are somewhere in the middle of the module
code. Let's put them to the top to make it easier to find them.

Change-Id: I8d0fae934e48eb55d78bfa904be064c2613930a8
Related: SYS#7339
The file was modifiedsmdpp/smdpp_Tests.ttcn
Commit ee64f2b2e9a992d9abb815a4b33ffbbd2b53689b by pmaier@sysmocom.de
ES2Plus_Tests: remove unused module parameter

Change-Id: I98921155d74209ffe97d6981a1d65a4424ef918c
Related: SYS#7339
The file was modifiedsmdpp/ES2Plus_Tests.ttcn
Commit f51ac6c9bf722e27c441874ceb3f412662eb4f9d by pmaier@sysmocom.de
ES2Plus_Tests: remove obvious comment

Change-Id: I30564ecd89f32ea1830ef1f3bbfcddc4b3f585c4
Related: SYS#7339
The file was modifiedsmdpp/ES2Plus_Tests.cfg
Commit 0d18b1474cd9035c51311a27555d7e35b6c1c5eb by pmaier@sysmocom.de
ES2Plus_Tests: move [TESTPORT_PARAMETERS] up

We normally have the [TESTPORT_PARAMETERS] right below [LOGGING]

Change-Id: If0d5ba0dc8d5b1f07215d6ac8c02a36253c200f6
Related: SYS#7339
The file was modifiedsmdpp/ES2Plus_Tests.cfg
Commit 2192ca5739b12f3c4ab8706879c365384a7b64c1 by pmaier@sysmocom.de
smdpp_Tests.cfg: remove unused testport parameters

The testsuite uses a custom libcurl based sublayer that handles all
the HTTP related tasks. Let's remove the HTTP_server_port related
testport parameters.

Change-Id: If58675f4243250381d407722c52e8e2384aa4f22
Related: SYS#7339
The file was modifiedsmdpp/smdpp_Tests.cfg
Commit 306b3fe83db32cb39d05b5705ea87425738d76a0 by pmaier@sysmocom.de
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
The file was modifiedsmdpp/ES2Plus_Tests.ttcn