Skip to content
Snippets Groups Projects
Commit e8d8ad42 authored by Georg von Zengen's avatar Georg von Zengen
Browse files

Testcase: fixed color codes

parent b04aa2c1
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ class Testcase(object):
time.sleep(2)
raise err
elif item['status'] == "Result":
self.logger.info("\x1b[0;34m Result of Test:\x1b[0m %s: %s \x1b[0m", item['desc'],item['data'])
self.logger.info("\x1b[0;34m Result of Test:\x1b[;0m %s: %s \x1b[;0m", item['desc'],item['data'])
elif item['status'] == "Completed":
self.logger.info("Device %s completed test successfully", item['name'])
elif item['status'] == "Report":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment