Bugfix: fix the criteria of refstack_defcore 05/30705/1
authorLinda Wang <wangwulin@huawei.com>
Thu, 16 Mar 2017 15:34:35 +0000 (15:34 +0000)
committerLinda Wang <wangwulin@huawei.com>
Thu, 16 Mar 2017 15:34:35 +0000 (15:34 +0000)
The criteria of refstack_defcore is supposed to be ">= 80%" rather
than "== 80%".

Change-Id: I9f9e38c84925c3725289e8b427e5735d131459f1
Signed-off-by: Linda Wang <wangwulin@huawei.com>
functest/ci/testcases.yaml

index bc7ac84..e3d5ffa 100755 (executable)
@@ -132,7 +132,7 @@ tiers:
 
             -
                 name: refstack_defcore
-                criteria: 'success_rate == 80%'
+                criteria: 'success_rate >= 80%'
                 blocking: false
                 clean_flag: false
                 description: >-