mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update commented out version as well
This commit is contained in:
parent
e376b283ef
commit
064896d4d9
1 changed files with 3 additions and 3 deletions
|
@ -282,9 +282,9 @@ class TestDaemon(object):
|
|||
# Wait for the daemons to all spin up
|
||||
time.sleep(5)
|
||||
|
||||
#smaster = salt.daemons.flo.IofloMaster(self.syndic_master_opts)
|
||||
#self.smaster_process = multiprocessing.Process(target=smaster.start)
|
||||
#self.smaster_process.start()
|
||||
#self.smaster_process = self.start_daemon(salt.daemons.flo.IofloMaster,
|
||||
# self.syndic_master_opts,
|
||||
# 'start')
|
||||
|
||||
# no raet syndic daemon yet
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue