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/l2zeroloss.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/l2zeroloss.test')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/rapid/l2zeroloss.test | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/l2zeroloss.test b/VNFs/DPPD-PROX/helper-scripts/rapid/l2zeroloss.test index af60c407..95b2d492 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/l2zeroloss.test +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/l2zeroloss.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=1 warmuptime=2 @@ -53,6 +53,5 @@ test=flowsizetest packetsizes=[64] # 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] + |