Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/needs_templates/module_verification_report.need
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ Requirements Statistics
.. needtable::
:filter: type == "feat_req" and "{{ feature_id }}" in satisfied_by
:style: table
:columns: id;title;safety;status;fully_verifies_back;partially_verifies_back
:colwidths: 13,22,8,10,23,24
:columns: id;title;safety;status;testlink

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the title you want to show test results.
This will not just show test results, it will show the testlink of the requirement which will give you a link with the result tacked on at the end.
If that is what you want then this is correct, if you just want the results, you have to do this differently and most likely write some python code that gives you this in the return.

:colwidths: 13,22,8,10,47
:sort: id

Architecture Statistics
Expand Down Expand Up @@ -298,8 +298,8 @@ verification status and the tests that (fully or partially) verify them:
.. needtable::
:filter: type == "comp_req" and "{{ component_id }}" in satisfied_by
:style: table
:columns: id;title;safety;status;fully_verifies_back;partially_verifies_back
:colwidths: 13,22,8,10,23,24
:columns: id;title;safety;status;testlink
:colwidths: 13,22,8,10,47
:sort: id

Test Coverage
Expand Down
Loading