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 --- docker/smoke/testcases.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docker/smoke') diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index aed2a64ec..207bfc96b 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -20,7 +20,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 @@ -139,7 +140,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: -- cgit 1.2.3-korg