dexter has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41269?usp=email )
Change subject: smdpp_Tests.cfg: comment out parameters in config file. ...................................................................... smdpp_Tests.cfg: comment out parameters in config file. The code in smdpp_Tests.ttcn already provides safe defaults, so we do not have to repeat those defaults again in smdpp_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: I981b683da0312799c2e5b24ac57cd838b071f955 --- M smdpp/smdpp_Tests.cfg 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Jenkins Builder: Verified dexter: Looks good to me, approved diff --git a/smdpp/smdpp_Tests.cfg b/smdpp/smdpp_Tests.cfg index 2171d44..60ad49e 100644 --- a/smdpp/smdpp_Tests.cfg +++ b/smdpp/smdpp_Tests.cfg @@ -18,9 +18,9 @@ [TESTPORT_PARAMETERS] [MODULE_PARAMETERS] -smdpp_Tests.mp_es9plus_server_port_nist := 8000 -smdpp_Tests.mp_es9plus_server_port_brp := 8001 -smdpp_Tests.mp_es2plus_server_port := 8000 +# smdpp_Tests.mp_es9plus_server_port_nist := 8000 +# smdpp_Tests.mp_es9plus_server_port_brp := 8001 +# smdpp_Tests.mp_es2plus_server_port := 8000 [MAIN_CONTROLLER] -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41269?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: I981b683da0312799c2e5b24ac57cd838b071f955 Gerrit-Change-Number: 41269 Gerrit-PatchSet: 1 Gerrit-Owner: dexter <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: dexter <[email protected]>
