diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-10-26 18:14:47 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-14 21:51:06 +0100 |
commit | 55019af5be734bc48fdd21caa67d83c9c88ed1af (patch) | |
tree | f1ef068c824fe3dd3a88f811dad075d970cd48f2 /ansible | |
parent | 9b014796d26627074b33e0f772d691eebe60a429 (diff) |
Add keystone-tempest-plugin
It adds tempest_keystone which runs the tests proposed by
keystone-tempest-plugin [1].
[1] https://opendev.org/openstack/keystone-tempest-plugin
Change-Id: I83db584c37fe63a549ccf396b03e034778254b3a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 22ec0c1008b81f368476d8cea84117a93d15dab2)
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 63787fe2d..6f1d0506d 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -61,6 +61,7 @@ tests: - neutron-tempest-plugin-api - tempest_cinder + - tempest_keystone - rally_sanity - refstack_defcore - tempest_full |