Add additional missing modules to whitelist

This commit is contained in:
Erik Johnson 2018-05-18 08:50:53 -05:00
parent 7192c38f66
commit 6192391b7b
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -45,7 +45,7 @@ class DockerTestCase(TestCase, LoaderModuleMockMixin):
def setup_loader_modules(self):
utils = salt.loader.utils(
salt.config.DEFAULT_MINION_OPTS,
whitelist=['args']
whitelist=['args', 'docker', 'json', 'state', 'thin']
)
return {docker_mod: {'__context__': {'docker.docker_version': ''},
'__utils__': utils}}