diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-05 10:43:52 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-05 10:45:39 +0100 |
commit | 3009b15820e4eede5d52090146581c8aaf1eb0bc (patch) | |
tree | 6ab60484fcff6f5882a8f26d63bedbf563585a18 | |
parent | 6461bda58e34626a2d36cb8e3480a0bf0390a96f (diff) |
Increase Rally full criteria
Even if several tests are currently under investigation, it seems
relevant to expect a full success here.
Change-Id: I6a8c5fb5a7dd4bfb5c3a2e7a93de1c0bec77c878
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docker/components/testcases.yaml | 2 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/components/testcases.yaml b/docker/components/testcases.yaml index e9cea842..27942a56 100644 --- a/docker/components/testcases.yaml +++ b/docker/components/testcases.yaml @@ -26,7 +26,7 @@ tiers: - case_name: rally_full project_name: functest - criteria: 90 + criteria: 100 blocking: false description: >- This test case runs the full suite of scenarios of the diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 2e1a282c..2b8977fd 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -328,7 +328,7 @@ tiers: - case_name: rally_full project_name: functest - criteria: 90 + criteria: 100 blocking: false description: >- This test case runs the full suite of scenarios of the |