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