Merge "Add nodepool config-validation environment"
This commit is contained in:
commit
253fc421b6
@ -2,3 +2,4 @@ hacking>=0.5.6,<0.8
|
|||||||
Sphinx>=1.1.2,<1.2
|
Sphinx>=1.1.2,<1.2
|
||||||
oslosphinx
|
oslosphinx
|
||||||
bashate>=0.2
|
bashate>=0.2
|
||||||
|
-e git://git.openstack.org/openstack-infra/nodepool#egg=nodepool
|
||||||
|
3
tox.ini
3
tox.ini
@ -25,3 +25,6 @@ select = H231
|
|||||||
|
|
||||||
[testenv:bashate]
|
[testenv:bashate]
|
||||||
commands = {toxinidir}/tools/run-bashate.sh
|
commands = {toxinidir}/tools/run-bashate.sh
|
||||||
|
|
||||||
|
[testenv:nodepool]
|
||||||
|
commands = nodepool -c {toxinidir}/modules/openstack_project/templates/nodepool/nodepool.yaml.erb config-validate
|
Loading…
Reference in New Issue
Block a user