From 979161874ba837f55a53aba391966c52433123e6 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 18 Jun 2018 13:52:42 +0200 Subject: Publish tenantnetwork scenarios MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They ease creating all tenant network ressources. These scenarios should be reused by other more complex ones. Change-Id: I4ce1872065bde92408d34f2ca8823ce98275d8d5 Signed-off-by: Cédric Ollivier --- docker/healthcheck/testcases.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'docker/healthcheck/testcases.yaml') 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' -- cgit 1.2.3-korg