laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37478?usp=email )
Change subject: IPAd_Tests: move static test configuration to IPAd_Tests.default
......................................................................
IPAd_Tests: move static test configuration to IPAd_Tests.default
In IPAd_Tests.cfg we find some configuration parameters that never
change. Those can be moved to IPAd_Tests.default.
Change-Id: I14d6c7b617ed4c95a24e2ce96bf0d86c24288324
Related: SYS#6563
---
M ipad/IPAd_Tests.cfg
M ipad/IPAd_Tests.default
2 files changed, 16 insertions(+), 3 deletions(-)
Approvals:
osmith: Looks good to me, but someone else must approve
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/ipad/IPAd_Tests.cfg b/ipad/IPAd_Tests.cfg
index ae44ac5..2255611 100644
--- a/ipad/IPAd_Tests.cfg
+++ b/ipad/IPAd_Tests.cfg
@@ -9,11 +9,8 @@
[LOGGING]
[TESTPORT_PARAMETERS]
-system.HTTP_server_port.use_notification_ASPs := "no"
system.HTTP_server_port.KEYFILE := "./example_ca/pki/private/alttest.key"
system.HTTP_server_port.CERTIFICATEFILE :=
"./example_ca/pki/issued/alttest.crt"
-system.HTTP_server_port.PASSWORD := "katinka1"
-system.HTTP_server_port.http_debugging := "yes"
[MODULE_PARAMETERS]
diff --git a/ipad/IPAd_Tests.default b/ipad/IPAd_Tests.default
index 95b42e9..ddf5f4b 100644
--- a/ipad/IPAd_Tests.default
+++ b/ipad/IPAd_Tests.default
@@ -2,6 +2,9 @@
mtc.FileMask := LOG_ALL | TTCN_DEBUG | TTCN_MATCHING; // | DEBUG_ENCDEC;
[TESTPORT_PARAMETERS]
+system.HTTP_server_port.use_notification_ASPs := "no"
+system.HTTP_server_port.PASSWORD := "katinka1"
+system.HTTP_server_port.http_debugging := "yes"
[MODULE_PARAMETERS]
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37478?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I14d6c7b617ed4c95a24e2ce96bf0d86c24288324
Gerrit-Change-Number: 37478
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged