aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/features/doctor.py
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-07-06 10:35:37 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2016-07-06 10:35:37 +0200
commite635dbe042f7e6f806550aa5f31f2c409166a87f (patch)
tree36a1d37d06d2a0163b929b515f6d2b89662a819e /testcases/features/doctor.py
parentf92da09cf4a5679212a782ab70ae860fd790c240 (diff)
bug fix use FAIL/PASS as criteria for integration in automatic reporting
JIRA: FUNCTEST-355 Change-Id: I683107558b8f83e6de4244d55e6cfd93f0271db7 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'testcases/features/doctor.py')
-rw-r--r--testcases/features/doctor.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testcases/features/doctor.py b/testcases/features/doctor.py
index 946b0adf6..ef55506af 100644
--- a/testcases/features/doctor.py
+++ b/testcases/features/doctor.py
@@ -57,9 +57,9 @@ def main():
version = functest_utils.get_version(logger)
build_tag = functest_utils.get_build_tag(logger)
- status = "failed"
+ status = "FAIL"
if details['status'] == "OK":
- status = "passed"
+ status = "PASS"
logger.info("Pushing Doctor results: TEST_DB_URL=%(db)s pod_name=%(pod)s "
"version=%(v)s scenario=%(s)s criteria=%(c)s details=%(d)s" % {