blob: f0409986b745517967d2e64f9e1f98d68e54a97d [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
24 }
25 }
26}
27NS_Tests.mp_dialect := NS2_DIALECT_STATIC_RESETBLOCK
28
29[TESTPORT_PARAMETERS]
30
31[MAIN_CONTROLLER]
32
33[EXECUTE]
34NS_Tests.control