Merge "Fix "TestMonitorDaemon" keepalived-state-change input parameters"

This commit is contained in:
Zuul 2020-04-22 02:09:39 +00:00 committed by Gerrit Code Review
commit 7f8b6933be
1 changed files with 4 additions and 3 deletions

View File

@ -54,9 +54,10 @@ class TestMonitorDaemon(base.BaseLoggingTestCase):
self._generate_cmd_opts()
self.ext_process = external_process.ProcessManager(
None, '%s.monitor' % self.pid_file, None, service='test_ip_mon',
pids_path=self.conf_dir, default_cmd_callback=self._callback,
run_as_root=True)
conf=None, uuid=self.router_id, namespace=self.router.namespace,
service='test_ip_mon', pids_path=self.conf_dir,
default_cmd_callback=self._callback, run_as_root=True,
pid_file=self.pid_file)
server = linux_utils.UnixDomainWSGIServer(
'neutron-keepalived-state-change', num_threads=1)