mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Fix integration.reactor.test_reactor
under PyTest
This commit is contained in:
parent
d14889eb1d
commit
bf6b61a0e5
1 changed files with 3 additions and 0 deletions
|
@ -978,6 +978,9 @@ def salt_master_config(request, salt_factories, salt_syndic_master_config):
|
|||
config_defaults["known_hosts_file"] = tests_known_hosts_file
|
||||
config_defaults["syndic_master"] = "localhost"
|
||||
config_defaults["transport"] = request.config.getoption("--transport")
|
||||
config_defaults["reactor"] = [
|
||||
{"salt/test/reactor": [os.path.join(RUNTIME_VARS.FILES, "reactor-test.sls")]}
|
||||
]
|
||||
|
||||
config_overrides = {}
|
||||
ext_pillar = []
|
||||
|
|
Loading…
Add table
Reference in a new issue