diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-03-16 15:34:35 +0000 |
---|---|---|
committer | Linda Wang <wangwulin@huawei.com> | 2017-03-16 15:34:35 +0000 |
commit | 5f500e6a33c9b8ea904a46b2f84d734f26da4aaf (patch) | |
tree | aee3b7e4eacfcdd83145c66efbf60105cba73720 /functest | |
parent | b8403226b35dbd884906276e9b8fc5c21226b387 (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>
Diffstat (limited to 'functest')
-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 bc7ac84f..e3d5ffad 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: >- |