aboutsummaryrefslogtreecommitdiffstats
path: root/docker/healthcheck/testcases.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-12-04 20:01:22 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2017-12-04 20:04:51 +0100
commit90b8e7922a42defb3e571a0a8e81306e9abc0fe3 (patch)
tree44dade18355e5420c0d2a98e47a206c069e980aa /docker/healthcheck/testcases.yaml
parent462b1f77176092d2ea075f32bf60d06920c87240 (diff)
Create a tox env to check yaml files
It also fixes all testcases config files. Change-Id: I81a6ffb8b7acf4239c79129dc842e283d3d32b35 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/healthcheck/testcases.yaml')
-rw-r--r--docker/healthcheck/testcases.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/docker/healthcheck/testcases.yaml b/docker/healthcheck/testcases.yaml
index ea2053f2f..b631e84fe 100644
--- a/docker/healthcheck/testcases.yaml
+++ b/docker/healthcheck/testcases.yaml
@@ -1,9 +1,10 @@
+---
tiers:
-
name: healthcheck
order: 0
ci_loop: '(daily)|(weekly)'
- description : >-
+ description: >-
First tier to be executed to verify the basic
operations in the VIM.
testcases:
@@ -22,7 +23,8 @@ tiers:
installer: '^((?!netvirt).)*$'
scenario: ''
run:
- module: 'functest.opnfv_tests.openstack.snaps.connection_check'
+ module:
+ 'functest.opnfv_tests.openstack.snaps.connection_check'
class: 'ConnectionCheck'
-