blob: cdb071df3b935772c3ecb3053a3d155fc151c0f2 [file] [log] [blame]
Alexander Couzens20cd41e2021-01-11 02:56:03 +01001[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 Couzens6d916912021-09-23 15:16:08 +020024 },
25 {
26 provider := {
27 ip := {
28 address_family := AF_INET,
29 local_ip := "127.0.0.1",
30 local_udp_port := 22001,
31 remote_ip := "127.0.0.1",
32 remote_udp_port := 23001
33 }
34 },
35 nsvci := 1235
Alexander Couzens20cd41e2021-01-11 02:56:03 +010036 }
37 }
38}
39NS_Tests.mp_dialect := NS2_DIALECT_STATIC_RESETBLOCK
40
41[TESTPORT_PARAMETERS]
42
43[MAIN_CONTROLLER]
44
45[EXECUTE]
46NS_Tests.control