Migrate to split zaza - zaza.openstack

This change adds in zaza.openstack, as well as changing the
branch target of zaza to a branch with zaza.openstack
removed, allowing us to validate the new library

Change-Id: I2b5e3d946c7f9387b39c0c27143f68280c9c99c6
This commit is contained in:
Chris MacNaughton 2019-05-09 12:30:18 +02:00
parent 013201b370
commit feee35c2ce
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,3 @@
# zaza
git+https://github.com/openstack-charmers/zaza.git@namespace-tests#egg=zaza
git+https://github.com/openstack-charmers/zaza.git@remove-namespaced-tests#egg=zaza
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack

View File

@ -26,6 +26,7 @@ commands =
[testenv:py27]
basepython = python2.7
deps =
# Reactive source charms are Python3-only, but a py27 unit test target
# is required by OpenStack Governance. Remove this shim as soon as
# permitted. http://governance.openstack.org/reference/cti/python_cti.html