diff options
author | Luc Provoost <luc.provoost@intel.com> | 2019-07-05 06:05:20 -0400 |
---|---|---|
committer | Luc Provoost <luc.provoost@intel.com> | 2019-07-05 10:10:18 -0400 |
commit | d55e457cfc09e84c0a3fb8c32a21517c4388a131 (patch) | |
tree | 9c57d66c6e2c5438a1b9cd0e5c7c1edd0d04f4fb /VNFs/DPPD-PROX/helper-scripts/rapid/bare.test | |
parent | 1b650efa968fa10a5fed1ecd8bd5ca5a7cb46660 (diff) |
Some fixes after code review
Taking into account comments from Patrice and Xavier
Change-Id: Ifdabd1945e074c9ee97b059956f107901392c020
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/bare.test')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/rapid/bare.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/bare.test b/VNFs/DPPD-PROX/helper-scripts/rapid/bare.test index e686e15e..c3f4965f 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/bare.test +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/bare.test @@ -1,5 +1,5 @@ ## -## Copyright (c) 2010-2018 Intel Corporation +## Copyright (c) 2010-2019 Intel Corporation ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. @@ -43,7 +43,7 @@ startspeed = 10 [test1] test=warmuptest -flowsize=1024 +flowsize=512 packetsize=64 warmupspeed=10 warmuptime=2 @@ -53,4 +53,4 @@ test=flowsizetest packetsizes=[64,128] # the number of flows in the list need to be powers of 2, max 2^20 # # Select from following numbers: 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65535, 131072, 262144, 524280, 1048576 -flows=[1,512] +flows=[512,1] |