Commit d3b4a6b7 authored by Robert Schmidt's avatar Robert Schmidt

Fix: clear HTML global's internal state

parent 2b67b0e1
......@@ -291,7 +291,7 @@ def CheckLogs(self, yaml, service_name, HTML, RAN):
success = False
else:
HTML.CreateHtmlTestRowQueue(opt, 'OK', [HTML.htmleNBFailureMsg])
HTML.htmlUEFailureMsg = ""
HTML.htmleNBFailureMsg = ""
else:
logging.info(f'Skipping to analyze log for service name {service_name}')
HTML.CreateHtmlTestRowQueue(f"service {service_name}", 'OK', ["no analysis function"])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment