Description
Garbage date-time is printed in the Captured log.
pytest-html report:
------------------------------ Captured log setup ------------------------------
�[32mINFO �[0m root:test_cyclic_switchover.py:26 Inside Setup
�[32mINFO �[0m root:test_cyclic_switchover.py:54
------------------------------ Captured log call -------------------------------
�[32mINFO �[0m root:test_cyclic_switchover.py:82
Switchover Process : SCM
pytest console log :
collected 4 items / 2 deselected / 2 selected
test_cyclic_switchover.py::test_process_switchover[SCM]
------------------------------------------------------------ live log setup -------------------------------------------------------------
2020-07-13 21:51:50 [ INFO] Inside Setup
(test_cyclic_switchover.py:26)
2020-07-13 21:51:50 [ INFO]
(test_cyclic_switchover.py:54)
------------------------------------------------------------- live log call -------------------------------------------------------------
2020-07-13 21:51:50 [ INFO]
Switchover Process : SCM (test_cyclic_switchover.py:82)
PASSED [ 50%]
test_cyclic_switchover.py::test_process_switchover[SAM]
------------------------------------------------------------- live log call -------------------------------------------------------------
2020-07-13 21:51:50 [ INFO]
Switchover Process : SAM (test_cyclic_switchover.py:82)
PASSED [100%]
----------------------------------------------------------- live log teardown -----------------------------------------------------------
2020-07-13 21:51:50 [ INFO] Inside Teardown (test_cyclic_switchover.py:60)