Merge "[OVN][FT] Check UNIX socket file before using it"
This commit is contained in:
commit
e2c9ac1902
@ -82,6 +82,7 @@ class OvnNorthd(DaemonProcessFixture):
|
||||
|
||||
def stop(self):
|
||||
try:
|
||||
if os.path.isfile(self.unixctl_path):
|
||||
stop_cmd = ['ovs-appctl', '-t', self.unixctl_path, 'exit']
|
||||
utils.execute(stop_cmd)
|
||||
except Exception:
|
||||
|
Loading…
Reference in New Issue
Block a user