mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Call exec_test for the Syndic daemon in tests.unit.daemons_test.py
This commit is contained in:
parent
6724fe4871
commit
4e10f8e018
1 changed files with 2 additions and 0 deletions
|
@ -232,6 +232,8 @@ class DaemonsStarterTestCase(TestCase, integration.SaltClientTestCaseMixIn):
|
|||
child_pipe.send(ret)
|
||||
child_pipe.close()
|
||||
|
||||
self._multiproc_exec_test(exec_test)
|
||||
|
||||
if __name__ == '__main__':
|
||||
from integration import run_tests
|
||||
run_tests(DaemonsStarterTestCase, needs_daemon=False)
|
||||
|
|
Loading…
Add table
Reference in a new issue