aboutsummaryrefslogtreecommitdiffstats
path: root/docker/healthcheck/testcases.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker/healthcheck/testcases.yaml')
-rw-r--r--docker/healthcheck/testcases.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/docker/healthcheck/testcases.yaml b/docker/healthcheck/testcases.yaml
index 33bc8d1b7..14d353dc1 100644
--- a/docker/healthcheck/testcases.yaml
+++ b/docker/healthcheck/testcases.yaml
@@ -61,3 +61,35 @@ tiers:
run:
module: 'functest.opnfv_tests.openstack.snaps.health_check'
class: 'HealthCheck'
+
+ -
+ case_name: tenantnetwork1
+ project_name: functest
+ criteria: 100
+ blocking: false
+ description: >-
+ It creates and configures all tenant network ressources
+ required by advanced testcases (subnet, network and
+ router).
+ dependencies:
+ installer: ''
+ scenario: ''
+ run:
+ module: 'functest.core.tenantnetwork'
+ class: 'TenantNetwork1'
+
+ -
+ case_name: tenantnetwork2
+ project_name: functest
+ criteria: 100
+ blocking: false
+ description: >-
+ It creates new user/project before creating and configuring
+ all tenant network ressources required by a testcase
+ (subnet, network and router).
+ dependencies:
+ installer: ''
+ scenario: ''
+ run:
+ module: 'functest.core.tenantnetwork'
+ class: 'TenantNetwork2'