aboutsummaryrefslogtreecommitdiffstats
path: root/docker/healthcheck/testcases.yaml
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-09-15 09:52:52 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2017-09-15 09:52:52 +0200
commit7bce5bfa9852c7e5fbc904a590119ea89148d9a4 (patch)
tree03a21389e85b752e75547f725190eee9b104ebb5 /docker/healthcheck/testcases.yaml
parent3945146d7448ba57b79dd4c350ce7f8881661a8e (diff)
Bug fix: wrong dependency filter for lxd scenarios
lxd scenario cannot run all the api_check tests, a regex has been set but on the wrong dependency (installer instead of scenario) Change-Id: I313e8d1ed3fa30488c100549f574a0cded08768f Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'docker/healthcheck/testcases.yaml')
-rw-r--r--docker/healthcheck/testcases.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/healthcheck/testcases.yaml b/docker/healthcheck/testcases.yaml
index 9e40db774..ea2053f2f 100644
--- a/docker/healthcheck/testcases.yaml
+++ b/docker/healthcheck/testcases.yaml
@@ -37,8 +37,8 @@ tiers:
snaps.use_keystone is True, functest must have access to
the cloud's private network.
dependencies:
- installer: '^((?!netvirt|lxd).)*$'
- scenario: ''
+ installer: '^((?!netvirt).)*$'
+ scenario: '^((?!lxd).)*$'
run:
module: 'functest.opnfv_tests.openstack.snaps.api_check'
class: 'ApiCheck'