dexter has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41268?usp=email )
Change subject: ES2Plus_Tests.cfg: comment out parameters in config file. ......................................................................
ES2Plus_Tests.cfg: comment out parameters in config file.
The code in ES2Plus_Tests.ttcn already provides safe defaults, so we do not have to repeat those defaults again in ES2Plus_Tests.cfg.
So let's comment out the parameters. This way we kenn keep them for illustrative purposes, so that users can use the config file as a helpful template for the most basic settings.
Related: SYS#7339 Change-Id: I5677222305d847ba3ac1cdafecdc942ece80aa8c --- M smdpp/ES2Plus_Tests.cfg 1 file changed, 5 insertions(+), 3 deletions(-)
Approvals: Jenkins Builder: Verified dexter: Looks good to me, approved
diff --git a/smdpp/ES2Plus_Tests.cfg b/smdpp/ES2Plus_Tests.cfg index b2ad3d8..91463c6 100644 --- a/smdpp/ES2Plus_Tests.cfg +++ b/smdpp/ES2Plus_Tests.cfg @@ -8,9 +8,11 @@
[MODULE_PARAMETERS] # ES2+ specific parameters -ES2Plus_Tests.mp_es2plus_server_fqdn := "127.0.0.1" # Must match the hostname of the server SSL certificate! -ES2Plus_Tests.mp_es2plus_server_port := 8000 -ES2Plus_Tests.mp_es2plus_operator_id := "test.operator.com" +# ES2Plus_Tests.mp_es2plus_server_fqdn := "testsmdpplus1.example.com" # Must match the hostname of the server SSL certificate! +# ES2Plus_Tests.mp_es2plus_server_port := 8000 +# ES2Plus_Tests.mp_es2plus_operator_id := "test.operator.com" +# ES2Plus_Tests.mp_es2plus_client_cert_path := "/path/to/my/client/cert" +# ES2Plus_Tests.mp_es2plus_client_key_path := "/path/to/my/client/cert_key"
[EXECUTE] ES2Plus_Tests.control \ No newline at end of file