fuel-plugin-elasticsearch-k.../tox.ini
Simon Pasquier f89264be98 Add tests for the disk_management Puppet module
Change-Id: I2e4539650ac36265462e9778d88aa1c91f7bcce5
2015-08-17 11:00:06 +02:00

20 lines
451 B
INI

[tox]
envlist = lma_logging_analytics,disk_management
skipsdist = True
[testenv:lma_logging_analytics]
deps =
changedir = {toxinidir}/deployment_scripts/puppet/modules/{envname}
whitelist_externals = bundle
commands =
bundle install
bundle exec rake test
[testenv:disk_management]
deps =
changedir = {toxinidir}/deployment_scripts/puppet/modules/{envname}
whitelist_externals = bundle
commands =
bundle install
bundle exec rake test