Merge "Update virtual_environment for genconfig and genpolicy"

This commit is contained in:
Zuul 2018-02-12 17:31:51 +00:00 committed by Gerrit Code Review
commit 5b525f6b0a
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ commands =
[testenv:genconfig]
whitelist_externals = bash
envdir = {toxworkdir}/pep8
commands =
oslo-config-generator --config-file etc/oslo-config-generator/barbican.conf
@ -123,6 +124,7 @@ deps = bindep
commands = bindep test
[testenv:genpolicy]
envdir = {toxworkdir}/pep8
commands = oslopolicy-sample-generator --config-file=etc/oslo-config-generator/policy.conf
[hacking]