diff --git a/common/log_parser/bsa/json_to_html.py b/common/log_parser/bsa/json_to_html.py index 9270643d..e3634772 100755 --- a/common/log_parser/bsa/json_to_html.py +++ b/common/log_parser/bsa/json_to_html.py @@ -238,6 +238,13 @@ def generate_html(suite_summary, test_results, chart_data, output_html_path, tes

Result Summary

+ {% if not is_summary_page %} +

+ For details on Rule Results Status, refer to - +
+ https://github.com/ARM-software/sysarch-acs/blob/main/docs/common/RuleBasedGuide.md#rule-status-in-logs +

+ {% endif %}