From 22009019fa839bcfd215390572cadf62fe32cbb7 Mon Sep 17 00:00:00 2001 From: Ashish Sharma Date: Wed, 25 Mar 2026 13:44:37 +0000 Subject: [PATCH] fix: add rule status guide link to detailed BSA summary -add centered, bold helper text under Result Summary -link to RuleBasedGuide rule status section -show link only on detailed HTML pages Signed-off-by: Ashish Sharma ashish.sharma2@arm.com --- common/log_parser/bsa/json_to_html.py | 7 +++++++ 1 file changed, 7 insertions(+) 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 %}