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.yaml20
1 files changed, 10 insertions, 10 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index ef00b34e7..f4631f094 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -20,7 +20,7 @@ tiers:
snaps.use_keystone is True, functest must have access to
the cloud's private network.
dependencies:
- installer: '^((?!netvirt).)*$'
+ installer: ''
scenario: ''
run:
module:
@@ -39,7 +39,7 @@ tiers:
snaps.use_keystone is True, functest must have access to
the cloud's private network.
dependencies:
- installer: '^((?!netvirt).)*$'
+ installer: ''
scenario: '^((?!lxd).)*$'
run:
module: 'functest.opnfv_tests.openstack.snaps.api_check'
@@ -112,7 +112,7 @@ tiers:
Tempest automatically and depends on the parameters of
the OpenStack deplopyment.
dependencies:
- installer: '^((?!netvirt).)*$'
+ installer: ''
scenario: ''
run:
module: 'functest.opnfv_tests.openstack.tempest.tempest'
@@ -228,7 +228,7 @@ tiers:
the cloud's private network.
dependencies:
- installer: '^((?!netvirt).)*$'
+ installer: ''
scenario: '^((?!lxd).)*$'
run:
module: 'functest.opnfv_tests.openstack.snaps.smoke'
@@ -283,7 +283,7 @@ tiers:
description: >-
Test suite from SDNVPN project.
dependencies:
- installer: '(fuel)|(apex)|(netvirt)'
+ installer: '(fuel)|(apex)'
scenario: 'bgpvpn'
run:
module: 'sdnvpn.test.functest.run_sdnvpn_tests'
@@ -356,7 +356,7 @@ tiers:
Tempest automatically and depends on the parameters of
the OpenStack deplopyment.
dependencies:
- installer: '^((?!netvirt).)*$'
+ installer: ''
scenario: ''
run:
module: 'functest.opnfv_tests.openstack.tempest.tempest'
@@ -371,7 +371,7 @@ tiers:
This test case runs the full suite of scenarios of the
OpenStack Rally suite using several threads and iterations.
dependencies:
- installer: '^((?!netvirt).)*$'
+ installer: ''
scenario: ''
run:
module: 'functest.opnfv_tests.openstack.rally.rally'
@@ -395,7 +395,7 @@ tiers:
some signaling traffic.
dependencies:
installer: ''
- scenario: 'os-nosdn-nofeature-.*ha'
+ scenario: 'os-.*-nofeature-.*ha'
run:
module: 'functest.opnfv_tests.vnf.ims.cloudify_ims'
class: 'CloudifyIms'
@@ -409,7 +409,7 @@ tiers:
This test case is vRouter testing.
dependencies:
installer: ''
- scenario: 'os-nosdn-nofeature-.*ha'
+ scenario: 'os-.*-nofeature-.*ha'
run:
module: 'functest.opnfv_tests.vnf.router.cloudify_vrouter'
class: 'CloudifyVrouter'
@@ -424,7 +424,7 @@ tiers:
executor.
dependencies:
installer: ''
- scenario: 'os-nosdn-nofeature-.*ha'
+ scenario: 'os-.*-nofeature-.*ha'
run:
module: 'functest.opnfv_tests.vnf.epc.juju_epc'
class: 'JujuEpc'