diff options
author | Sridhar Rao <sridhar.rao@spirent.com> | 2018-11-11 03:01:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-11 03:01:49 +0000 |
commit | b9f14e08d2e6fd7c221a43eecf2dacba4a05b855 (patch) | |
tree | 47292d00698492c75461b73d729f53797a7631f1 /conf | |
parent | ac6f1684311e6311aa81c0135bf18ee57fbbff6d (diff) | |
parent | 6895bba12f952ef8925e14d404aa1ab2184ffd8f (diff) |
Merge "Results: Default latency-histrogram with Spirent TestCenter"
Diffstat (limited to 'conf')
-rw-r--r-- | conf/03_traffic.conf | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/conf/03_traffic.conf b/conf/03_traffic.conf index 597f2ceb..486ab2c8 100644 --- a/conf/03_traffic.conf +++ b/conf/03_traffic.conf @@ -204,6 +204,11 @@ LOG_FILE_TRAFFIC_GEN = 'traffic-gen.log' # 'Dot1Q(prio={Dot1Q_prio}, id={Dot1Q_id}, vlan={Dot1Q_vlan})/' # 'IP(proto={IP_proto}, src={IP_dst}, dst={IP_src})/' # '{IP_PROTO}(sport={IP_PROTO_dport}, dport={IP_PROTO_sport})', +# 'latency_histogram' +# - A dictionary with definition of a latency histogram provision in results. +# 'enabled' - Specifies if the histogram provisioning is enabled or not. +# 'type' - Defines how histogram is provided. Currenty only 'Default' is defined. +# 'Default' - Default histogram as provided by the Traffic-generator. TRAFFIC = { 'traffic_type' : 'rfc2544_throughput', 'frame_rate' : 100, @@ -254,7 +259,11 @@ TRAFFIC = { 'Dot1Q(prio={Dot1Q_prio}, id={Dot1Q_id}, vlan={Dot1Q_vlan})/' 'IP(proto={IP_proto}, src={IP_dst}, dst={IP_src})/' '{IP_PROTO}(sport={IP_PROTO_dport}, dport={IP_PROTO_sport})', - } + }, + 'latency_histogram': { + 'enabled': False, + 'type': 'Default', + }, } #path to traffic generators directory. |