vswitches: Remove datapath after stopping OVS 77/6177/3
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>
Tue, 12 Jan 2016 12:38:59 +0000 (12:38 +0000)
commit76aba6f4fcb5e2a030893c01a3103bf8e94aa288
tree4819464b0f3bc26b42d309f0860541f782fac399
parentb2b11bf301bbe37befdda23e2a0f1501c079405f
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>
src/ovs/__init__.py
src/ovs/dpctl.py [new file with mode: 0644]
vswitches/ovs_vanilla.py