summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen_gw.cfg
diff options
context:
space:
mode:
authorLuc Provoost <luc.provoost@intel.com>2018-02-21 21:03:38 +0100
committerLuc Provoost <luc.provoost@intel.com>2018-02-21 21:14:38 +0100
commit8060c5ed6076886869f7616e0fbbe67ad2724d08 (patch)
treeda3a043b9eeab08dd98edffa90f8162fc510e864 /VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen_gw.cfg
parent485bc363a8709459b560c3446c707765d58d6aef (diff)
Fixed the calculation of dropped packets and other changes
* Calculation of aboslute and relative dropped packets was wrong and is now fixed. * ./createrapid.py has now an extra option to select custom availability zones for the different VMs. * Fixed a typo to create the flavor: hw:cpu_thread_policy * The generator config files have now the packet id & signature fields. See PROX for more details on this. * ./runrapid has now a new option --configonly. Default is False. If set to True, all configuration files will be copied to the VMS, but the tests are not started. This allows you to go to the VMs and manually start PROX. * In addition to the average latency, maximum latency is now also displayed. Change-Id: I3bbd7897deb6e452068c07ef68d3959ffa4a4b50 Signed-off-by: Luc Provoost <luc.provoost@intel.com>
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen_gw.cfg')
-rw-r--r--VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen_gw.cfg12
1 files changed, 8 insertions, 4 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen_gw.cfg b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen_gw.cfg
index 2e900dcf..7feaa7fd 100644
--- a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen_gw.cfg
+++ b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen_gw.cfg
@@ -43,8 +43,8 @@ mode=gen
sub mode=l3
tx port=p0
bps=1250000000
-pkt inline=00 00 00 00 00 00 00 00 00 00 00 00 08 00 45 00 00 24 00 01 00 00 40 11 f7 7d ${local_hex_ip} ${dest_hex_ip} 0b b8 0b b9 00 10 55 7b
-pkt size=50
+pkt inline=00 00 00 00 00 00 00 00 00 00 00 00 08 00 45 00 00 2e 00 01 00 00 40 11 f7 7d ${local_hex_ip} ${dest_hex_ip} 0b b8 0b b9 00 1a 55 7b
+pkt size=60
gateway ipv4=${gw_ip}
local ipv4=${local_ip}
min bulk size=$mbs
@@ -52,6 +52,9 @@ max bulk size=16
drop=no
lat pos=42
accuracy pos=46
+packet id pos=50
+signature=0x6789abcd
+signature pos=56
[core ${group2}]
name=lat
@@ -61,5 +64,6 @@ sub mode=l3
rx port=p0
lat pos=42
accuracy pos=46
-
-
+packet id pos=50
+signature=0x6789abcd
+signature pos=56