dexter has uploaded this change for review.
ES2Plus_Tests: move [TESTPORT_PARAMETERS] up
We normally have the [TESTPORT_PARAMETERS] right below [LOGGING]
Change-Id: If0d5ba0dc8d5b1f07215d6ac8c02a36253c200f6
Related: SYS#7339
---
M smdpp/ES2Plus_Tests.cfg
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/62/41262/1
diff --git a/smdpp/ES2Plus_Tests.cfg b/smdpp/ES2Plus_Tests.cfg
index 1b46c47..591b75b 100644
--- a/smdpp/ES2Plus_Tests.cfg
+++ b/smdpp/ES2Plus_Tests.cfg
@@ -4,13 +4,13 @@
LogFile := "ES2Plus_Tests.%e.%h.%r.%s"
LogSourceInfo := Stack
+[TESTPORT_PARAMETERS]
+
[MODULE_PARAMETERS]
# ES2+ specific parameters
ES2Plus_Tests.mp_es2plus_server_host := "127.0.0.1"
ES2Plus_Tests.mp_es2plus_server_port := 8000 # NIST tests use port 8000
ES2Plus_Tests.mp_operator_id := "test.operator.com"
-[TESTPORT_PARAMETERS]
-
[EXECUTE]
ES2Plus_Tests.control
\ No newline at end of file
To view, visit change 41262. To unsubscribe, or for help writing mail filters, visit settings.