Run roles data validation in CI
The roles data validation added in 2eb1476b6e93279d4ee4988c856dba50ab168bc5 was never run due to a typo in tox.ini. Change-Id: I0a151c9863086e4447cedf0790a9e4a18f433cfe Closes-Bug: #1718391
This commit is contained in:
parent
ab682ed638
commit
987412621f
4
tox.ini
4
tox.ini
@ -14,7 +14,7 @@ commands = python setup.py testr --slowest --testr-args='{posargs}'
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:pep8]
|
||||
whielist_externals =
|
||||
whitelist_externals =
|
||||
bash
|
||||
commands =
|
||||
python ./tools/process-templates.py
|
||||
@ -37,7 +37,7 @@ commands =
|
||||
python ./tripleo_heat_templates/environment_generator.py sample-env-generator/
|
||||
|
||||
[testenv:genroledata]
|
||||
whielist_externals =
|
||||
whitelist_externals =
|
||||
bash
|
||||
commands =
|
||||
bash -c tools/roles-data-generate-samples.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user