dexter has uploaded this change for review.
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/68/41268/1
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
To view, visit change 41268. To unsubscribe, or for help writing mail filters, visit settings.