vswitches: Remove datapath after stopping OVS 75/6875/1
authorDino Simeon Madarang <dino.simeonx.madarang@intel.com>
Fri, 8 Jan 2016 15:31:36 +0000 (15:31 +0000)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Fri, 15 Jan 2016 15:33:00 +0000 (15:33 +0000)
commit9e850ed8caaa62b8e6bef58edf41c2b32baac87c
tree4819464b0f3bc26b42d309f0860541f782fac399
parentf9151087699b72fea457b6c8ea6d3b1c69d70c36
vswitches: Remove datapath after stopping OVS

Remove the datapath that OVS creates, ovs-system, (can be viewed by ip link)
after running OVS vanilla tests.

Change-Id: I087c7b3f5afa546258227939ffcb38f0192f0d98
JIRA: VSPERF-175
Signed-off-by: Dino Simeon Madarang <dino.simeonx.madarang@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Brian Castelli <brian.castelli@spirent.com>
(cherry picked from commit 76aba6f4fcb5e2a030893c01a3103bf8e94aa288)
src/ovs/__init__.py
src/ovs/dpctl.py [new file with mode: 0644]
vswitches/ovs_vanilla.py