summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/helper-scripts/openstackrapid/secgw.test
blob: 3f537e338235286055e19750af437535afd5fb4e (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
[DEFAULT]
name = GWTesting
number_of_tests = 2
total_number_of_vms = 3
init_code=init_test()
dest_vm = not_used
gw_vm = not_used
script_control = false


[VM1]
name = Generator
config_file = gen_gw.cfg
dest_vm = 3
gw_vm = 2
script_control = true

[VM2]
name = GW1
config_file = secgw1.cfg
dest_vm = 3

[VM3]
name = GW2
config_file = secgw2.cfg

[test1]
cmd=run_speedtest(sock[0],'none',sutstatcores,genstatcores,gencontrolcores)

[test2]
cmd=run_sizetest(sock[0],'none',sutstatcores,genstatcores,gencontrolcores)