laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24397 )

Change subject: ns: add test configuration for SNS
......................................................................

ns: add test configuration for SNS

Change-Id: Idda139c7adda3fb1fec0643a98cd6cf8b436a89e
---
A ns/NS_Tests.sns.cfg
1 file changed, 34 insertions(+), 0 deletions(-)

Approvals:
  daniel: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/ns/NS_Tests.sns.cfg b/ns/NS_Tests.sns.cfg
new file mode 100644
index 0000000..23b616b
--- /dev/null
+++ b/ns/NS_Tests.sns.cfg
@@ -0,0 +1,34 @@
+[ORDERED_INCLUDE]
+# Common configuration, shared between test suites
+"../Common.cfg"
+# testsuite specific configuration, not expected to change
+"./NS_Tests.default"
+
+[LOGGING]
+
+[MODULE_PARAMETERS]
+NS_Tests.mp_nsconfig := {
+       nsei := 1234,
+       nsvc := {
+               {
+                       provider := {
+                               ip := {
+                                       address_family := AF_INET,
+                                       local_ip := "127.0.0.1",
+                                       local_udp_port := 22000,
+                                       remote_ip := "127.0.0.1",
+                                       remote_udp_port := 23000
+                               }
+                       },
+                       nsvci := 1234
+               }
+       }
+}
+NS_Tests.mp_dialect := NS2_DIALECT_SNS
+
+[TESTPORT_PARAMETERS]
+
+[MAIN_CONTROLLER]
+
+[EXECUTE]
+NS_Tests.control

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24397
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: Idda139c7adda3fb1fec0643a98cd6cf8b436a89e
Gerrit-Change-Number: 24397
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lyn...@fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillm...@sysmocom.de>
Gerrit-Reviewer: laforge <lafo...@osmocom.org>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to