diff options
-rw-r--r-- | docker/features/testcases.yaml | 6 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index a0cf3f90b..2187b0059 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)' + installer: '' scenario: 'bgpvpn' run: module: 'sdnvpn.test.functest.run_sdnvpn_tests' @@ -63,7 +63,7 @@ tiers: the proper configuration and basic functionality of all the collectd plugins as described in the Project Release Plan dependencies: - installer: '(apex)|(compass)' + installer: '' scenario: 'bar' run: module: 'baro_tests.barometer' @@ -79,7 +79,7 @@ tiers: features are installed. It integrates some test suites from upstream using Robot as the test framework. dependencies: - installer: 'apex' + installer: '' scenario: 'odl.*-fdio' run: module: 'functest.opnfv_tests.sdn.odl.odl' diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index be0da60de..fd70c8811 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -283,7 +283,7 @@ tiers: description: >- Test suite from SDNVPN project. dependencies: - installer: '(fuel)|(apex)' + installer: '' scenario: 'bgpvpn' run: module: 'sdnvpn.test.functest.run_sdnvpn_tests' @@ -314,7 +314,7 @@ tiers: the proper configuration and basic functionality of all the collectd plugins as described in the Project Release Plan dependencies: - installer: '(apex)|(compass)' + installer: '' scenario: 'bar' run: module: 'baro_tests.barometer' @@ -330,7 +330,7 @@ tiers: features are installed. It integrates some test suites from upstream using Robot as the test framework. dependencies: - installer: 'apex' + installer: '' scenario: 'odl.*-fdio' run: module: 'functest.opnfv_tests.sdn.odl.odl' |