blob: 12a657d73f11c65b5545b7e4f018fe9b9eba7fb6 (
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
|
[DeployServer]
ip = 127.0.0.1
port = 50051
[TestServer]
ip = 127.0.0.1
port = 50052
[Mode]
#Deploy: To perform only for the vsperf-setup purpose
#Test: To perform only test
#Together: To perform as well as test.
#assign any value from the above option according to your requirement
mode = Together
[Host]
ip = 10.10.120.24
uname = opnfv
pwd = opnfv
[TGen]
ip = 10.10.120.25
uname = root
pwd = P@ssw0rd
params = -i --no-scapy-server --nc --no-watchdog
[HugepageConfig]
HpMax = 8192
HpRequested = 1024
#provide appropriate location for configuration files
[ConfFile]
path =
tgenpath =
collectdpath =
[Testcase]
test = phy2phy_tput
conffile = vsperf.conf
|