bugfix: Cleanup of traffic gen api and default traffic values 89/10989/4
authorMartin Klozik <martinx.klozik@intel.com>
Mon, 7 Mar 2016 09:52:22 +0000 (09:52 +0000)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Fri, 11 Mar 2016 10:31:19 +0000 (10:31 +0000)
commita81278b11de6393390816c8b3b675a313cd0ce9f
treea0a741f36a10f9373e49e1c25b51c467633143b0
parentf7366919b9d985b2b3d267750ea16667b636cdac
bugfix: Cleanup of traffic gen api and default traffic values

Both documentation and traffic generator API are updated
to match current code logic. Additional default values
are added into TRAFFIC_DEFAULTS dictionary. Constructor
of TestCase class uses default values from TRAFFIC_DEFAULTS
instead of magic numbers.

Change-Id: Id2f4983945e4b123adddbc9a2a832f4a735b27f6
JIRA: VSPERF-253
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
conf/01_testcases.conf
docs/configguide/trafficgen.rst
docs/design/trafficgen_integration_guide.rst
docs/userguide/integration.rst
testcases/testcase.py
tools/pkt_gen/dummy/dummy.py
tools/pkt_gen/ixia/ixia.py
tools/pkt_gen/ixnet/ixnet.py
tools/pkt_gen/trafficgen/trafficgen.py
tools/pkt_gen/trafficgen/trafficgenhelper.py