aboutsummaryrefslogtreecommitdiffstats
path: root/ns/NS_Tests.udp.cfg
blob: cdb071df3b935772c3ecb3053a3d155fc151c0f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[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
		},
		{
			provider := {
				ip := {
					address_family := AF_INET,
					local_ip := "127.0.0.1",
					local_udp_port := 22001,
					remote_ip := "127.0.0.1",
					remote_udp_port := 23001
				}
			},
			nsvci := 1235
		}
	}
}
NS_Tests.mp_dialect := NS2_DIALECT_STATIC_RESETBLOCK

[TESTPORT_PARAMETERS]

[MAIN_CONTROLLER]

[EXECUTE]
NS_Tests.control