diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-03-16 15:34:35 +0000 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2017-03-16 16:08:42 +0000 |
commit | 60d5b19c5fc2ba904164d7e346765eb37329e666 (patch) | |
tree | 86f073903e7e5529a080cc0401952872c5acc6dc | |
parent | d62c311372e556898bacf260eabbdc10f54ac323 (diff) |
Bugfix: fix the criteria of refstack_defcore
The criteria of refstack_defcore is supposed to be ">= 80%" rather
than "== 80%".
Change-Id: I9f9e38c84925c3725289e8b427e5735d131459f1
Signed-off-by: Linda Wang <wangwulin@huawei.com>
(cherry picked from commit 5f500e6a33c9b8ea904a46b2f84d734f26da4aaf)
-rwxr-xr-x | functest/ci/testcases.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index bc7ac84ff..e3d5ffad1 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -132,7 +132,7 @@ tiers: - name: refstack_defcore - criteria: 'success_rate == 80%' + criteria: 'success_rate >= 80%' blocking: false clean_flag: false description: >- |