diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-12-08 18:00:42 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-12-08 18:02:07 +0100 |
commit | 12caca490243a2fee746565485d277e1908b2498 (patch) | |
tree | 0b092d9f046d0123c478ef5ce2eb84646f5beb94 | |
parent | 30510224821297a45a936de2f4ab9535f947c271 (diff) |
Skip Restack compute and platform if NO_TENANT_NETWORK
Change-Id: Icdfd3ed23b6a5a47d95ae50aea88a46cd77be2ea
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 8351a852c23fd68b04b037ff4d53980a85e896ab)
-rw-r--r-- | docker/smoke/testcases.yaml | 4 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index dd650c08b..a2f55d050 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 8e2a5580d..061716a95 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: |