From d795e56f6effc2cc9637a0b823b303e453552ed5 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Mon, 10 Sep 2018 13:49:34 +0530 Subject: [PATCH] Fixed package name for manila-tempest-plugin for pike * The package name for manila-tempest-plugin for pike is python-manila-tests and from queens onward it is python2-manila-tests-tempest Change-Id: I285cbe7b3d17a395ed6b574ad5bcac71c219a71f Related-Bug: #1790857 --- config/general_config/featureset019.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/general_config/featureset019.yml b/config/general_config/featureset019.yml index e4676753e..9dbc9f20c 100644 --- a/config/general_config/featureset019.yml +++ b/config/general_config/featureset019.yml @@ -147,5 +147,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 -%}