Don't trigger state events on pydsl unit tests.

This commit is contained in:
Pedro Algarvio 2013-10-03 00:57:24 +01:00
parent 56bf3e4471
commit cf7a0b6205

View File

@ -21,6 +21,7 @@ from salt.utils.pydsl import PyDslError
REQUISITES = ['require', 'require_in', 'use', 'use_in', 'watch', 'watch_in']
OPTS = salt.config.minion_config(None)
OPTS['state_events'] = False
OPTS['id'] = 'whatever'
OPTS['file_client'] = 'local'
OPTS['file_roots'] = dict(base=['/tmp'])