diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2016-03-07 09:52:22 +0000 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-03-11 10:31:19 +0000 |
commit | a81278b11de6393390816c8b3b675a313cd0ce9f (patch) | |
tree | a0a741f36a10f9373e49e1c25b51c467633143b0 /docs/userguide | |
parent | f7366919b9d985b2b3d267750ea16667b636cdac (diff) |
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>
Diffstat (limited to 'docs/userguide')
-rwxr-xr-x | docs/userguide/integration.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/userguide/integration.rst b/docs/userguide/integration.rst index dfbba14a..6f9621e1 100755 --- a/docs/userguide/integration.rst +++ b/docs/userguide/integration.rst @@ -233,8 +233,6 @@ To run GENEVE decapsulation tests: 'inner_srcip': '192.168.0.10', 'inner_dstip': '192.168.240.9', 'inner_proto': 'udp', - 'inner_srcport': 3000, - 'inner_dstport': 3001, } GENEVE_FRAME_L4 = {'srcport': 6081, 'dstport': 6081, |