aboutsummaryrefslogtreecommitdiffstats
path: root/docker/features/testcases.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-04-15 10:55:33 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-04-15 10:59:37 +0200
commit38c67396839738cb319c797aa35fb50ec892b053 (patch)
tree31900ce82150ad36cd5fe455a435387435abb8ab /docker/features/testcases.yaml
parent7c8d58fbe548f94c6cecfef7afc66270b395d6e9 (diff)
Filter only on scenarios if possible
If a scenario is defined, setting installers as dependencies makes the maintenance more difficult. Change-Id: I3d0dc51ec3b9ccf3270ad1ec8253d6ee7e4a99a0 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/features/testcases.yaml')
-rw-r--r--docker/features/testcases.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml
index 5da40c17a..6cccf02f6 100644
--- a/docker/features/testcases.yaml
+++ b/docker/features/testcases.yaml
@@ -33,7 +33,7 @@ tiers:
description: >-
Test suite from SDNVPN project.
dependencies:
- installer: '(fuel)|(apex)'
+ installer: ''
scenario: 'bgpvpn'
run:
module: 'sdnvpn.test.functest.run_sdnvpn_tests'
@@ -64,7 +64,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'
@@ -80,7 +80,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'