Call exec_test for the Syndic daemon in tests.unit.daemons_test.py

This commit is contained in:
rallytime 2016-12-02 13:08:41 -07:00
parent 6724fe4871
commit 4e10f8e018

View file

@ -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)