Change 'SUCCESS' to 'PASS' when report to MongoDB 73/44873/1
authorchenjiankun <chenjiankun1@huawei.com>
Thu, 12 Oct 2017 06:27:11 +0000 (06:27 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Thu, 12 Oct 2017 06:27:11 +0000 (06:27 +0000)
JIRA: YARDSTICK-822

To keep consistent with other testing project, we need to
change 'SUCCESS' to 'PASS', 'FAILED' to 'FAIL'.

Change-Id: I392e4dc6dd2e028cd43cba0d1bf8ee04618326d7
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
tests/ci/yardstick-verify

index f3e7a49..d117482 100755 (executable)
@@ -209,10 +209,10 @@ EOF
 
 
 
-        local scenario_status="SUCCESS"
+        local scenario_status="PASS"
 
         if [ $failed -gt 0 ]; then
-            scenario_status="FAILED"
+            scenario_status="FAIL"
         fi
 
         report "${scenario_status}" "${start_date}" "${stop_date}"