diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-02 04:54:07 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-03 03:01:46 +0200 |
commit | ef44d1c12fcde4cb3cea4a23078e0a984f1a7336 (patch) | |
tree | 71ac732c8efd021e59c6de3e5db5288a2fd105ad | |
parent | aca4e83931aa48b633cbb399bd4e9f16d3acdb13 (diff) |
Remove NetVirt from installer dependencies
Change-Id: Idb937b3ed4896208048b90b705dc3e6db6104b60
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docker/components/testcases.yaml | 4 | ||||
-rw-r--r-- | docker/features/testcases.yaml | 2 | ||||
-rw-r--r-- | docker/healthcheck/testcases.yaml | 4 | ||||
-rw-r--r-- | docker/smoke/testcases.yaml | 4 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 14 |
5 files changed, 14 insertions, 14 deletions
diff --git a/docker/components/testcases.yaml b/docker/components/testcases.yaml index 27942a56d..ce55d85a8 100644 --- a/docker/components/testcases.yaml +++ b/docker/components/testcases.yaml @@ -17,7 +17,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' @@ -32,7 +32,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' diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index 2bdd54f6e..a0cf3f90b 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -32,7 +32,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' diff --git a/docker/healthcheck/testcases.yaml b/docker/healthcheck/testcases.yaml index 3f646f295..33bc8d1b7 100644 --- a/docker/healthcheck/testcases.yaml +++ b/docker/healthcheck/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' diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index daec0eae7..4f59828ef 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -50,7 +50,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' @@ -166,7 +166,7 @@ tiers: the cloud's private network. dependencies: - installer: '^((?!netvirt).)*$' + installer: '' scenario: '^((?!lxd).)*$' run: module: 'functest.opnfv_tests.openstack.snaps.smoke' diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 7b866e7dd..f948c5660 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' |