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:01:51 +0100 |
commit | ad73a42c5b6e680a8e73e3dd0e47214071d01c29 (patch) | |
tree | b5f659fc2b4ac4c81bf491de712f17fa78a51b64 | |
parent | 8bde731caec22c1ec12055214611cd3144bfea33 (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 9b61b003a..4e2f32405 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -115,6 +115,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: @@ -149,6 +151,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 bc100b293..d3bad99b5 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -296,6 +296,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: @@ -330,6 +332,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: |