Skip to content

Commit 2200901

Browse files
author
Ashish Sharma
committed
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
1 parent 145f29e commit 2200901

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

common/log_parser/bsa/json_to_html.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,13 @@ def generate_html(suite_summary, test_results, chart_data, output_html_path, tes
238238
239239
<div class="result-summary">
240240
<h2>Result Summary</h2>
241+
{% if not is_summary_page %}
242+
<p style="text-align: center; font-weight: bold;">
243+
For details on Rule Results Status, refer to -
244+
<br>
245+
<a href="https://github.com/ARM-software/sysarch-acs/blob/main/docs/common/RuleBasedGuide.md#rule-status-in-logs" target="_blank" rel="noopener noreferrer">https://github.com/ARM-software/sysarch-acs/blob/main/docs/common/RuleBasedGuide.md#rule-status-in-logs</a>
246+
</p>
247+
{% endif %}
241248
<table class="summary-table">
242249
<thead>
243250
<tr>

0 commit comments

Comments
 (0)