From ce890574020076b656c11bf1514478f00afaf208 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 26 Nov 2020 17:31:58 +0100 Subject: Allow running cloudify without tenant network resources. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It fits the Airship deployment where there is neither tenant networks nor floating ips. It skips all VNF test cases as they ask for tenant resources. Change-Id: Ib5f2074314ff940595ce1387912055fa916a1f79 Signed-off-by: Cédric Ollivier (cherry picked from commit 09be8310be708661f2782e6af1d1d84ac0a52946) --- functest/ci/testcases.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'functest/ci/testcases.yaml') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 513b2318a..cb9bbade9 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -805,6 +805,8 @@ tiers: This test case deploys an OpenSource vIMS solution from Clearwater using the Cloudify orchestrator. It also runs some signaling traffic. + dependencies: + - NO_TENANT_NETWORK: '^(?![tT]rue$)' run: name: cloudify_ims @@ -817,6 +819,8 @@ tiers: This test case deploys an OpenSource vIMS solution from Clearwater using the OpenStack Heat orchestrator. It also runs some signaling traffic. + dependencies: + - NO_TENANT_NETWORK: '^(?![tT]rue$)' run: name: heat_ims @@ -827,6 +831,8 @@ tiers: blocking: false description: >- This test case is vRouter testing. + dependencies: + - NO_TENANT_NETWORK: '^(?![tT]rue$)' run: name: vyos_vrouter @@ -838,5 +844,7 @@ tiers: description: >- vEPC validation with Juju as VNF manager and ABoT as test executor. + dependencies: + - NO_TENANT_NETWORK: '^(?![tT]rue$)' run: name: juju_epc -- cgit 1.2.3-korg