Merge "Fixed package name for manila-tempest-plugin for pike"

This commit is contained in:
Zuul 2018-09-10 17:03:35 +00:00 committed by Gerrit Code Review
commit 13d1976e0d
1 changed files with 6 additions and 2 deletions

View File

@ -159,5 +159,9 @@ tempest_extra_config: >
'share.capability_create_share_from_snapshot_support': 'False',
}
tempest_plugins:
- python2-manila-tests-tempest
tempest_plugins: >-
{%- if release in ['newton', 'ocata', 'pike'] -%}
["python-manila-tests"]
{%- else -%}
["python2-manila-tests-tempest"]
{%- endif -%}