diff options
author | mortenhillbom <mortenhillbom@gmail.com> | 2017-08-31 15:07:46 -0700 |
---|---|---|
committer | mortenhillbom <mortenhillbom@gmail.com> | 2017-08-31 15:07:46 -0700 |
commit | 3004e256a40f72885627a5a506b49dec51a927e8 (patch) | |
tree | 23241fdcd08cd12b499a3d6fac9c380b7b5d4bcd | |
parent | 00410ac4f2b167af4d6cd01072c791ac6804ce5a (diff) |
NFVBENCH-13 Change default flow count to 10k (from 2)
Change-Id: I678448e5840ff3468eeaf526d3e104ba4cee4f47
Signed-off-by: mortenhillbom <mortenhillbom@gmail.com>
-rw-r--r-- | nfvbench/cfg.default.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nfvbench/cfg.default.yaml b/nfvbench/cfg.default.yaml index 196e40a..534b3c7 100644 --- a/nfvbench/cfg.default.yaml +++ b/nfvbench/cfg.default.yaml @@ -115,7 +115,7 @@ service_chain_count: 1 # value was configured. Must be even. # Every flow has packets with different IPs in headers # Can be overriden by --flow-count -flow_count: 2 +flow_count: 10000 # Used by PVVP chain to spawn VMs on different compute nodes # Can be overriden by --inter-node |