From: Cédric Ollivier Date: Tue, 26 Jun 2018 14:28:27 +0000 (+0200) Subject: Disable all new testcases for MS3.1 X-Git-Tag: opnfv-7.0.0~232^2~1 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=0ff1a51fa53cb74f7a671edc3f1502838294d5c9;p=functest.git Disable all new testcases for MS3.1 It has been decided in TSC release meeting. Change-Id: I0a62f18c5b11fe31ac72fc301c5444e8d89b6fff Signed-off-by: Cédric Ollivier --- diff --git a/docker/healthcheck/testcases.yaml b/docker/healthcheck/testcases.yaml index dd26e7695..ff3933b48 100644 --- a/docker/healthcheck/testcases.yaml +++ b/docker/healthcheck/testcases.yaml @@ -35,7 +35,7 @@ tiers: required by advanced testcases (subnet, network and router). dependencies: - installer: '' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: '' run: module: 'functest.core.tenantnetwork' @@ -51,7 +51,7 @@ tiers: all tenant network ressources required by a testcase (subnet, network and router). dependencies: - installer: '' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: '' run: module: 'functest.core.tenantnetwork' @@ -67,7 +67,7 @@ tiers: resources and prepares a future VM attached to that network. dependencies: - installer: '' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: '' run: module: 'functest.core.singlevm' @@ -83,7 +83,7 @@ tiers: all tenant network ressources, flavors, images, etc. required by advanced testcases. dependencies: - installer: '' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: '' run: module: 'functest.core.singlevm' @@ -99,7 +99,7 @@ tiers: resources and completes it by booting a VM attached to that network. dependencies: - installer: '' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: '' run: module: 'functest.core.singlevm' @@ -115,7 +115,7 @@ tiers: all tenant network ressources and vms required by advanced testcases. dependencies: - installer: '' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: '' run: module: 'functest.core.singlevm' @@ -131,7 +131,7 @@ tiers: floating IPs over the public network. 2) Connectivity between 2 instances over a private network. dependencies: - installer: '' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: '^((?!lxd).)*$' run: module: 'functest.opnfv_tests.openstack.vping.vping_ssh' @@ -146,7 +146,7 @@ tiers: This test case verifies: 1) Boot a VM with given userdata. 2) Connectivity between 2 instances over a private network. dependencies: - installer: '' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: '^((?!lxd).)*$' run: module: @@ -164,7 +164,7 @@ tiers: from instance 1, attach it on instance 2 3) Read volume data dependencies: - installer: '' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: '^((?!lxd).)*$' run: module: 'functest.opnfv_tests.openstack.cinder.cinder_test' @@ -180,7 +180,7 @@ tiers: integrates some test suites from upstream using Robot as the test framework. dependencies: - installer: '' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: 'odl' run: module: 'functest.opnfv_tests.sdn.odl.odl' diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 23bab4368..5a93a1d7c 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -142,7 +142,7 @@ tiers: It leverages on the tempest plugin containing tests used to verify the functionality of a barbican installation dependencies: - installer: '^((?!fuel|apex|compass|daisy).)*$' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: '' run: module: 'functest.opnfv_tests.openstack.tempest.tempest' diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index dbce55282..166646b77 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -35,7 +35,7 @@ tiers: required by advanced testcases (subnet, network and router). dependencies: - installer: '' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: '' run: module: 'functest.core.tenantnetwork' @@ -51,7 +51,7 @@ tiers: all tenant network ressources required by a testcase (subnet, network and router). dependencies: - installer: '' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: '' run: module: 'functest.core.tenantnetwork' @@ -67,7 +67,7 @@ tiers: resources and prepares a future VM attached to that network. dependencies: - installer: '' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: '' run: module: 'functest.core.singlevm' @@ -83,7 +83,7 @@ tiers: all tenant network ressources, flavors, images, etc. required by advanced testcases. dependencies: - installer: '' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: '' run: module: 'functest.core.singlevm' @@ -99,7 +99,7 @@ tiers: resources and completes it by booting a VM attached to that network. dependencies: - installer: '' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: '' run: module: 'functest.core.singlevm' @@ -115,7 +115,7 @@ tiers: all tenant network ressources and vms required by advanced testcases. dependencies: - installer: '' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: '' run: module: 'functest.core.singlevm' @@ -131,7 +131,7 @@ tiers: floating IPs over the public network. 2) Connectivity between 2 instances over a private network. dependencies: - installer: '' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: '^((?!lxd).)*$' run: module: 'functest.opnfv_tests.openstack.vping.vping_ssh' @@ -146,7 +146,7 @@ tiers: This test case verifies: 1) Boot a VM with given userdata. 2) Connectivity between 2 instances over a private network. dependencies: - installer: '' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: '^((?!lxd).)*$' run: module: @@ -164,7 +164,7 @@ tiers: from instance 1, attach it on instance 2 3) Read volume data dependencies: - installer: '' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: '^((?!lxd).)*$' run: module: 'functest.opnfv_tests.openstack.cinder.cinder_test' @@ -180,7 +180,7 @@ tiers: integrates some test suites from upstream using Robot as the test framework. dependencies: - installer: '' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: 'odl' run: module: 'functest.opnfv_tests.sdn.odl.odl' @@ -367,7 +367,7 @@ tiers: It leverages on the tempest plugin containing tests used to verify the functionality of a barbican installation dependencies: - installer: '^((?!fuel|apex|compass|daisy).)*$' + installer: '^((?!fuel|apex|compass|daisy|osa).)*$' scenario: '' run: module: 'functest.opnfv_tests.openstack.tempest.tempest'