aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci/testcases.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'functest/ci/testcases.yaml')
-rw-r--r--functest/ci/testcases.yaml13
1 files changed, 7 insertions, 6 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index 79190091c..a9e023e4c 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -316,13 +316,14 @@ tiers:
OpenStack Tempest suite. The list of test cases is
generated by Tempest having as input the relevant
testcase list file.
- dependencies:
- - INSTALLER_TYPE: '(fuel)|(apex)|(compass)'
run:
- module: 'functest.opnfv_tests.openstack.trunk.trunk'
- class: 'TempestNeutronTrunk'
+ module: 'functest.opnfv_tests.openstack.tempest.tempest'
+ class: 'TempestCommon'
args:
mode: 'neutron_tempest_plugin.(api|scenario).test_trunk'
+ neutron_extensions:
+ - trunk
+ - trunk_details
-
case_name: barbican
@@ -332,13 +333,13 @@ tiers:
description: >-
It leverages on the tempest plugin containing tests used to
verify the functionality of a barbican installation.
- dependencies:
- - INSTALLER_TYPE: '^((?!fuel|apex|compass|daisy|osa).)*$'
run:
module: 'functest.opnfv_tests.openstack.tempest.tempest'
class: 'TempestCommon'
args:
mode: 'barbican_tempest_plugin.tests.(api|scenario)'
+ services:
+ - barbican
-
name: features