mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Don't trigger state events on pydsl unit tests.
This commit is contained in:
parent
56bf3e4471
commit
cf7a0b6205
@ -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'])
|
||||
|
Loading…
Reference in New Issue
Block a user