From: Cédric Ollivier Date: Sun, 15 Jul 2018 10:22:06 +0000 (+0200) Subject: Include neutron_tempest_plugin in tempest-[smoke,full] X-Git-Tag: opnfv-7.0.0~195 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F29%2F59829%2F1;p=functest.git Include neutron_tempest_plugin in tempest-[smoke,full] Change-Id: I19f9a6ff2f76a4684bf341b2f22ffc4d09dca1cc Signed-off-by: Cédric Ollivier --- diff --git a/docker/components/testcases.yaml b/docker/components/testcases.yaml index 5471dd8c1..babe3e687 100644 --- a/docker/components/testcases.yaml +++ b/docker/components/testcases.yaml @@ -19,7 +19,7 @@ tiers: module: 'functest.opnfv_tests.openstack.tempest.tempest' class: 'TempestCommon' args: - mode: '^tempest\.' + mode: '^(tempest|neutron_tempest_plugin)\.' - case_name: rally_full 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: 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