From 6106ac743b1bf1b45580fddd81586d88ca296364 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 8 Dec 2020 18:00:42 +0100 Subject: Skip Restack compute and platform if NO_TENANT_NETWORK MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icdfd3ed23b6a5a47d95ae50aea88a46cd77be2ea Signed-off-by: Cédric Ollivier (cherry picked from commit 8351a852c23fd68b04b037ff4d53980a85e896ab) --- docker/smoke/testcases.yaml | 4 ++++ functest/ci/testcases.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index c2c790252..8e4c46d9a 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -113,6 +113,8 @@ tiers: description: >- This test case runs a sub group of tests of the OpenStack Compute testcases. + dependencies: + - NO_TENANT_NETWORK: '^(?![tT]rue$)' run: name: refstack args: @@ -147,6 +149,8 @@ tiers: description: >- This test case runs a sub group of tests of the OpenStack Platform testcases. + dependencies: + - NO_TENANT_NETWORK: '^(?![tT]rue$)' run: name: refstack args: diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 2d94dd659..d5d3a1bde 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -294,6 +294,8 @@ tiers: description: >- This test case runs a sub group of tests of the OpenStack Compute testcases. + dependencies: + - NO_TENANT_NETWORK: '^(?![tT]rue$)' run: name: refstack args: @@ -328,6 +330,8 @@ tiers: description: >- This test case runs a sub group of tests of the OpenStack Platform testcases. + dependencies: + - NO_TENANT_NETWORK: '^(?![tT]rue$)' run: name: refstack args: -- cgit 1.2.3-korg