diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-07-14 11:44:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-14 11:44:54 +0000 |
commit | f35edfc71ee92d67e6cb587b116b64c3a005ac71 (patch) | |
tree | 891b67fcada8e75a125d33394facb7d1b4d83dd1 /vswitches/ovs.py | |
parent | 8494dca647761592d7dd822849e56546f107dcb1 (diff) | |
parent | 9a17a244fde2a209f9a05310d628302447edd60f (diff) |
Merge "dpdk: Support of DPDK16.07"
Diffstat (limited to 'vswitches/ovs.py')
-rw-r--r-- | vswitches/ovs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vswitches/ovs.py b/vswitches/ovs.py index 115ab19b..659f7cfa 100644 --- a/vswitches/ovs.py +++ b/vswitches/ovs.py @@ -46,7 +46,7 @@ class IVSwitchOvs(IVSwitch, tasks.Process): """See IVswitch for general description """ self._logger = logging.getLogger(__name__) - self._expect = None + self._expect = r'bridge|INFO|ovs-vswitchd' self._timeout = 30 self._bridges = {} self._vswitchd_args = ['--pidfile=' + self._vswitchd_pidfile_path, |