diff --git a/test-requirements.txt b/test-requirements.txt index aa4399af39..5b4c2a6207 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1 @@ --e git+https://git.openstack.org/openstack-infra/nodepool@feature/zuulv3#egg=nodepool +-e git+https://git.openstack.org/openstack-infra/nodepool#egg=nodepool diff --git a/tox.ini b/tox.ini index db6bf1f4f3..08d040c813 100644 --- a/tox.ini +++ b/tox.ini @@ -101,7 +101,10 @@ changedir = {toxinidir}/nodepool commands = env ELEMENTS_DIR=elements dib-lint [testenv:nodepool] -commands = nodepool -c {toxinidir}/nodepool/nodepool.yaml config-validate +commands = + nodepool -c {toxinidir}/nodepool/nodepool.yaml config-validate + nodepool -c {toxinidir}/nodepool/nl01.openstack.org.yaml config-validate + nodepool -c {toxinidir}/nodepool/nl02.openstack.org.yaml config-validate [testenv:add-projects-to-main] basepython = python3