ovs: Configurable arguments of ovs-*ctl 95/54595/1
authorMartin Klozik <martinx.klozik@intel.com>
Thu, 29 Mar 2018 06:29:34 +0000 (07:29 +0100)
committerMartin Klozik <martinx.klozik@intel.com>
Thu, 29 Mar 2018 06:29:34 +0000 (07:29 +0100)
commitf765c92fe25c6c3cf035f633367c50ed4f96dda8
tree10782f067c10c1ae2339f3f4c1a53075adbe817f
parenta9655607f7618fd392cf719e8d9ea2dbf6c8dd1c
ovs: Configurable arguments of ovs-*ctl

This patch introduces new configuration parameters OVS_OFCTL_ARGS,
OVS_VSCTL_ARGS and OVS_APPCTL_ARGS, which specify default arguments
passed to respective ovs-*ctl tools. So user can specify default
arguments passed to these tools inside configuration file, testcase
parameters or by --test-params option. For example OVS_OFCTL_ARGS
can be modified to use different OpenFlow version by default.

JIRA: VSPERF-567

Change-Id: Ie7448ea94a54b8044af12d0246d66514e057b7dc
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Richard Elias <richardx.elias@intel.com>
conf/02_vswitch.conf
src/ovs/ofctl.py