From ba4a7802dddca3ca7545e1febaa0a8fbf664a8b9 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 15 Jul 2018 12:22:06 +0200 Subject: Include neutron_tempest_plugin in tempest-[smoke,full] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I19f9a6ff2f76a4684bf341b2f22ffc4d09dca1cc Signed-off-by: Cédric Ollivier --- functest/ci/testcases.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'functest/ci/testcases.yaml') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 4549a8a7d..158b550dd 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -211,7 +211,8 @@ tiers: module: 'functest.opnfv_tests.openstack.tempest.tempest' class: 'TempestCommon' args: - mode: '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' + mode: + '^(tempest|neutron_tempest_plugin)\.(api|scenario).*\[.*\bsmoke\b.*\]$' - case_name: rally_sanity @@ -330,7 +331,7 @@ tiers: blocking: false description: >- It leverages on the tempest plugin containing tests used to - verify the functionality of a barbican installation + verify the functionality of a barbican installation. dependencies: - INSTALLER_TYPE: '^((?!fuel|apex|compass|daisy|osa).)*$' run: @@ -441,7 +442,7 @@ tiers: module: 'functest.opnfv_tests.openstack.tempest.tempest' class: 'TempestCommon' args: - mode: '^tempest\.' + mode: '^(tempest|neutron_tempest_plugin)\.' - case_name: rally_full -- cgit 1.2.3-korg