Mock test key in __opts__ dict

This commit is contained in:
rallytime 2015-08-12 14:29:33 -06:00
parent 298685bbb2
commit 86b8161d22

View file

@ -22,7 +22,7 @@ ensure_in_syspath('../../')
from salt.states import openstack_config
openstack_config.__salt__ = {}
openstack_config.__opts__ = {}
openstack_config.__opts__ = {'test': False}
@skipIf(NO_MOCK, NO_MOCK_REASON)