bugfix: Parameter duration does not work 77/10477/4
authorMartin Klozik <martinx.klozik@intel.com>
Thu, 18 Feb 2016 12:00:12 +0000 (12:00 +0000)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Tue, 23 Feb 2016 14:46:59 +0000 (14:46 +0000)
commitff1634c7e034dc9ef8ef779c1b3aa74019af1ac7
tree457e064c8aecaf2034be714f5de80ca3304f24b1
parent1f5f146b1007e61fcaa98cd8be0f3961216b1318
bugfix: Parameter duration does not work

Vswitchperf help describes two different options, which will
set lenght of the test or duration of its iteration. It can be set
either by parameter --duration or by --test-params CLI option
duration. However only the second option is implemented. It is
enough to support only one option and thus --duration parameter
has been removed.

Change-Id: Icfa40ec25f50bd090229b0761fa968567d8d3553
JIRA: VSPERF-196
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
core/traffic_controller_rfc2544.py
vsperf