blob: 5ee5e1a0a210703c5c747f81e644c95222ea5248 [file] [log] [blame]
Alexander Couzens6576b002021-04-19 01:29:15 +02001[ORDERED_INCLUDE]
2# Common configuration, shared between test suites
3"../Common.cfg"
4# testsuite specific configuration, not expected to change
5"./NS_Tests.default"
6
7[LOGGING]
8
9[MODULE_PARAMETERS]
10NS_Tests.mp_nsconfig := {
11 nsei := 1234,
12 nsvc := {
13 {
14 provider := {
15 ip := {
16 address_family := AF_INET,
17 local_ip := "127.0.0.1",
18 local_udp_port := 22000,
19 remote_ip := "127.0.0.1",
20 remote_udp_port := 23000
21 }
22 },
23 nsvci := 1234
Alexander Couzens6f17ecc2021-05-25 13:43:57 +020024 },
25 {
26 provider := {
27 ip := {
28 address_family := AF_INET,
29 local_ip := "127.0.0.1",
30 local_udp_port := 22000,
31 remote_ip := "127.0.0.1",
32 remote_udp_port := 23001
33 }
34 },
35 nsvci := 1235
Alexander Couzens6576b002021-04-19 01:29:15 +020036 }
37 }
38}
39NS_Tests.mp_dialect := NS2_DIALECT_SNS
40
41[TESTPORT_PARAMETERS]
42
43[MAIN_CONTROLLER]
44
45[EXECUTE]
46NS_Tests.control