Skip to content
Unstable

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)
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.cfg
The file was modifiedsmdpp/ES2Plus_Tests.ttcn
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