Skip to content
Snippets Groups Projects
Commit d3b4a6b7 authored by Robert Schmidt's avatar Robert Schmidt
Browse files

Fix: clear HTML global's internal state

parent 2b67b0e1
No related branches found
No related tags found
2 merge requests!2990Integration: `2024.w39`,!2982CI framework cleanup
...@@ -291,7 +291,7 @@ def CheckLogs(self, yaml, service_name, HTML, RAN): ...@@ -291,7 +291,7 @@ def CheckLogs(self, yaml, service_name, HTML, RAN):
success = False success = False
else: else:
HTML.CreateHtmlTestRowQueue(opt, 'OK', [HTML.htmleNBFailureMsg]) HTML.CreateHtmlTestRowQueue(opt, 'OK', [HTML.htmleNBFailureMsg])
HTML.htmlUEFailureMsg = "" HTML.htmleNBFailureMsg = ""
else: else:
logging.info(f'Skipping to analyze log for service name {service_name}') logging.info(f'Skipping to analyze log for service name {service_name}')
HTML.CreateHtmlTestRowQueue(f"service {service_name}", 'OK', ["no analysis function"]) HTML.CreateHtmlTestRowQueue(f"service {service_name}", 'OK', ["no analysis function"])
......
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