From 718e9a52e17181d3823b75358d09fcc97734ba4d Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Wed, 14 Dec 2016 14:40:35 +0000 Subject: conf: traffic type naming step2 Update of the rest of old traffic type names. JIRA: VSPERF-420 Change-Id: Icf4bab7afad09f9b48ee25b9ff020c83cf2e02bd Signed-off-by: Martin Klozik Reviewed-by: Al Morton Reviewed-by: Christian Trautman Reviewed-by: Bill Michalowski Reviewed-by: Antonio Fischetti Reviewed-by: --- tools/pkt_gen/trafficgen/trafficgenhelper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/pkt_gen/trafficgen/trafficgenhelper.py b/tools/pkt_gen/trafficgen/trafficgenhelper.py index 90c77b09..47f8b262 100644 --- a/tools/pkt_gen/trafficgen/trafficgenhelper.py +++ b/tools/pkt_gen/trafficgen/trafficgenhelper.py @@ -21,7 +21,7 @@ from collections import namedtuple CMD_PREFIX = 'gencmd : ' TRAFFIC_DEFAULTS = { - 'traffic_type' : 'rfc2544', + 'traffic_type' : 'rfc2544_throughput', 'frame_rate' : 100, 'bidir' : 'False', # will be passed as string in title format to tgen 'multistream' : 0, -- cgit 1.2.3-korg