Skip to content
Success

Changes

Summary

  1. smdpp_Tests: remove excess newline (details)
  2. smdpp_Tests/ES2Plus_Tests: move ES2+ code to smdpp_Tests.ttcn (details)
  3. smdpp_Tests: add comments to mp_es9plus_server_port_ module parameters (details)
  4. smdp_Tests: remove custom_tls_cert module parameters (details)
  5. smdpp_Tests: improve messages when setting verdict in f_init_es9plus (details)
  6. smdpp_Tests: rename f_rsp_client_init to f_init_es9plus (details)
  7. smdpp_Tests: fix typo (details)
  8. smdpp_Tests: fix sourcecode formatting (details)
Commit 0998996fdefb001b9e4d4de0d5e1a19a10fd452c by pmaier@sysmocom.de
smdpp_Tests: remove excess newline

Related: SYS#7339
Change-Id: Ice4d472eadf259204a4a849273bccbca8728f2ec
The file was modifiedsmdpp/smdpp_Tests.ttcn
Commit 1e4a93c690b11188564ca02bfa43af5118d232ed by pmaier@sysmocom.de
smdpp_Tests/ES2Plus_Tests: move ES2+ code to smdpp_Tests.ttcn

In smdp_Tests.ttcn, the ES9+ and ES2+ interface are intermingled. This
is a problem since ES2+ and ES9+ are two independed interfaces and they
may use different certificates and may even be reachable under a different
FQDN from a different network interface.

To untable ES2+ and ES9+ we can move the ES2+ code from ES2Plus_Tests.ttcn
to smdpp_Tests.ttcn. Since ES2Plus_Tests.ttcn inherits from smdpp_Tests.ttcn
the ES2+ code will still be available to ES2Plus_Tests.ttcn.

This change will add the flexibility of ES2Plus_Tests.ttcn to
smdpp_Tests.ttcn. This means we can now freely configure the FQDN and the
certificates used with ES2+.

Related: SYS#7339
Change-Id: Ib59568379a9d454ea99d66550d6da8fd203681db
The file was modifiedsmdpp/ES2Plus_Tests.ttcn
The file was modifiedsmdpp/ES2Plus_Tests.cfg
The file was modifiedsmdpp/smdpp_Tests.cfg
The file was modifiedsmdpp/smdpp_Tests.ttcn
Commit 8b7cb679f1e05dee8ebc810a0761632e6dae6191 by pmaier@sysmocom.de
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
The file was modifiedsmdpp/smdpp_Tests.ttcn
Commit d893c8d242af4939754f20efe1848d2460f49bc6 by pmaier@sysmocom.de
smdp_Tests: remove custom_tls_cert module parameters

The module parameters mp_use_custom_tls_cert and mp_custom_tls_cert_path
are no longer needed, so let's remove them.

Change-Id: Ie37da6986410b663378531f4f0d50d95b3068964
Related: SYS#7339
The file was modifiedsmdpp/smdpp_Tests.ttcn
Commit 402ef3fbb803971a3205c3345049ab6bac34dd7d by pmaier@sysmocom.de
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
The file was modifiedsmdpp/smdpp_Tests.ttcn
Commit 4b6eee5df92aec2f3df3b9d2461af22cc18b35b7 by pmaier@sysmocom.de
smdpp_Tests: rename f_rsp_client_init to f_init_es9plus

We already have an init function for ES2+ that is called f_init_es2plus,
let's rename f_rsp_client_init to maintain consistency.

Related: SYS#7339
Change-Id: I865b9dfc3597f9a962225880b7a5cda838b8377e
The file was modifiedsmdpp/smdpp_Tests.ttcn
Commit ec072b112ca38ea9f4d705b9ed3dc8e8b356d826 by pmaier@sysmocom.de
smdpp_Tests: fix typo

Related: SYS#7339
Change-Id: I8c2dc134f78b2780641a82baf0cebbb3ffbf9150
The file was modifiedsmdpp/smdpp_Tests.cfg
Commit 62885cc4e7a2c9ca92af6de5c83c996b0fa17281 by pmaier@sysmocom.de
smdpp_Tests: fix sourcecode formatting

Related: SYS#7339
Change-Id: Id7edf94858a952b22bd8b86957a05b18968e085e
The file was modifiedsmdpp/smdpp_Tests.ttcn