diff options
author | 2021-10-15 14:50:24 +0200 | |
---|---|---|
committer | 2021-10-15 14:50:24 +0200 | |
commit | 147165bf985bfa2a47981d851ac5e7bd7de6ba99 (patch) | |
tree | 88507feca60699175a965ac136e604e198661f47 | |
parent | 1a747bdd11c4a75a1f3ef5eb56828aad3f75ebb6 (diff) |
Update RefStack test case descriptions
RefStack now allows skip tests.
Change-Id: I32f57388be81e3ace326c76320a33ca16c01bdba
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docker/smoke/testcases.yaml | 4 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 6 |
2 files changed, 0 insertions, 10 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 14d5dc6a1..c81f9ceb2 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -111,8 +111,6 @@ tiers: enabled: false criteria: 100 blocking: false - deny_skipping: true - tests_count: 222 description: >- This test case runs a sub group of tests of the OpenStack Compute testcases. @@ -148,8 +146,6 @@ tiers: enabled: false criteria: 100 blocking: false - deny_skipping: true - tests_count: 278 description: >- This test case runs a sub group of tests of the OpenStack Platform testcases. diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 91399bafb..99b3ba22a 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -289,11 +289,8 @@ tiers: - case_name: refstack_compute project_name: functest - enabled: false criteria: 100 blocking: false - deny_skipping: true - tests_count: 222 description: >- This test case runs a sub group of tests of the OpenStack Compute testcases. @@ -326,11 +323,8 @@ tiers: - case_name: refstack_platform project_name: functest - enabled: false criteria: 100 blocking: false - deny_skipping: true - tests_count: 278 description: >- This test case runs a sub group of tests of the OpenStack Platform testcases. |