Code Review
/
yardstick.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3ffb7fd
)
Change 'SUCCESS' to 'PASS' when report to MongoDB
73/44873/1
author
chenjiankun
<chenjiankun1@huawei.com>
Thu, 12 Oct 2017 06:27:11 +0000
(06:27 +0000)
committer
chenjiankun
<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
patch
|
blob
|
history
diff --git
a/tests/ci/yardstick-verify
b/tests/ci/yardstick-verify
index
f3e7a49
..
d117482
100755
(executable)
--- a/
tests/ci/yardstick-verify
+++ b/
tests/ci/yardstick-verify
@@
-209,10
+209,10
@@
EOF
- local scenario_status="
SUCCE
SS"
+ local scenario_status="
PA
SS"
if [ $failed -gt 0 ]; then
- scenario_status="FAIL
ED
"
+ scenario_status="FAIL"
fi
report "${scenario_status}" "${start_date}" "${stop_date}"