diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2016-12-01 14:21:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-01 14:21:29 +0000 |
commit | 964d1bffc8ac4c85ba05f4c5a2cb1fa9b10f6b6b (patch) | |
tree | db9637906c7dece208fa9b9e6db31e077ef29278 /conf | |
parent | 501943ab19621a71efa1782cb4ac905e2c1db4df (diff) | |
parent | 32a2593e6b7735bcbd0e6e28cd57e93fb7dccb34 (diff) |
Merge "yardstick: CLI params support for yardstick TCs"
Diffstat (limited to 'conf')
-rw-r--r-- | conf/03_traffic.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/03_traffic.conf b/conf/03_traffic.conf index d7327629..87210b8d 100644 --- a/conf/03_traffic.conf +++ b/conf/03_traffic.conf @@ -40,6 +40,29 @@ TRAFFICGEN_RFC2544_TESTS = 1 TRAFFICGEN_RFC2889_TRIALS = 1 TRAFFICGEN_LOSSRATE = 0.0 +############################## +# DUMMY Configuration -- BEGIN + +# By default, dummy traffic generator asks for "measured" values. +# Following dictionary allows to preconfigure these values and +# to avoid user interaction. It can be useful for automated +# integration tests. +# Example of values for continuous traffic type: +# TRAFFICGEN_DUMMY_RESULTS{'frames rx': 500000, +# 'frames tx': 500000, +# 'rx rate %': 100, +# 'tx rate %': 100, +# 'frameloss %': 0, +# 'min latency': 1, +# 'max latency': 15, +# 'avg latency': 2.5, +# } +# +TRAFFICGEN_DUMMY_RESULTS = {} + +# DUMMY Configuration -- END +############################ + ############################# # IXIA Configuration -- BEGIN |