aboutsummaryrefslogtreecommitdiffstats
path: root/vswitches/ovs_vanilla.py
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2016-07-14 11:44:54 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-07-14 11:44:54 +0000
commitf35edfc71ee92d67e6cb587b116b64c3a005ac71 (patch)
tree891b67fcada8e75a125d33394facb7d1b4d83dd1 /vswitches/ovs_vanilla.py
parent8494dca647761592d7dd822849e56546f107dcb1 (diff)
parent9a17a244fde2a209f9a05310d628302447edd60f (diff)
Merge "dpdk: Support of DPDK16.07"
Diffstat (limited to 'vswitches/ovs_vanilla.py')
-rw-r--r--vswitches/ovs_vanilla.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/vswitches/ovs_vanilla.py b/vswitches/ovs_vanilla.py
index 89023a79..f880dfaf 100644
--- a/vswitches/ovs_vanilla.py
+++ b/vswitches/ovs_vanilla.py
@@ -41,7 +41,6 @@ class OvsVanilla(IVSwitchOvs):
self._logger = logging.getLogger(__name__)
self._vswitchd_args += ["unix:%s" % self.get_db_sock_path()]
self._vswitchd_args += settings.getValue('VSWITCHD_VANILLA_ARGS')
- self._expect = "db.sock: connected"
self._module_manager = ModuleManager()
def start(self):