Skip to content
Snippets Groups Projects
Commit fdc35699 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Migrate Zaza tests to independant OpenStack Charms specific library"

parents 765fb671 665ef98b
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,5 @@ mock>=1.2
flake8>=2.2.4,<=2.4.1
stestr>=2.2.0
python-keystoneclient>=1.7.1
git+https://github.com/openstack-charmers/zaza.git#egg=zaza;python_version>='3.0'
git+https://github.com/openstack-charmers/zaza.git@namespace-tests#egg=zaza;python_version>='3.0'
coverage>=4.5.2
......@@ -17,9 +17,9 @@ comment: |
disable ``disco-stein`` test pending LP: #1823718
the glance configure job validates operation of identity-service relation
configure:
- zaza.charm_tests.glance.setup.add_lts_image
- zaza.charm_tests.keystone.setup.add_demo_user
- zaza.openstack.charm_tests.glance.setup.add_lts_image
- zaza.openstack.charm_tests.keystone.setup.add_demo_user
tests:
- zaza.charm_tests.keystone.tests.AuthenticationAuthorizationTest
- zaza.charm_tests.keystone.tests.CharmOperationTest
- zaza.charm_tests.keystone.tests.SecurityTests
- zaza.openstack.charm_tests.keystone.tests.AuthenticationAuthorizationTest
- zaza.openstack.charm_tests.keystone.tests.CharmOperationTest
- zaza.openstack.charm_tests.keystone.tests.SecurityTests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment