mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix boto test failures
This commit is contained in:
parent
cfb6588744
commit
fd571d23de
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ instance_parameters = {'instance_type': 't1.micro'}
|
|||
|
||||
opts = salt.config.DEFAULT_MASTER_OPTS
|
||||
utils = salt.loader.utils(opts, whitelist=['boto'])
|
||||
funcs = salt.loader.minion_mods(opts, utils=utils)
|
||||
boto_elb.__salt__ = funcs
|
||||
boto_elb.__utils__ = utils
|
||||
boto_elb.__virtual__()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue