dexter has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/78/37478/1
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]