aboutsummaryrefslogtreecommitdiffstats
path: root/functest
diff options
context:
space:
mode:
authorLinda Wang <wangwulin@huawei.com>2017-03-16 15:34:35 +0000
committerLinda Wang <wangwulin@huawei.com>2017-03-16 15:34:35 +0000
commit5f500e6a33c9b8ea904a46b2f84d734f26da4aaf (patch)
treeaee3b7e4eacfcdd83145c66efbf60105cba73720 /functest
parentb8403226b35dbd884906276e9b8fc5c21226b387 (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-xfunctest/ci/testcases.yaml2
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: >-