Skip to content
Open
Show file tree
Hide file tree
Changes from 5 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
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,20 @@ Test Linking to Requirements
:satisfies: wf__verification_mod_ver_report
:complies:

Verification reports shall be automatically generated. These may be independent documents (i.e. not integrated into sphinx documentation).
The tool automatisation shall automatically generate the Verification reports.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
The tool automatisation shall automatically generate the Verification reports.
The tool automation shall generate the Verification reports automatically.

These may be independent documents (i.e. not integrated into sphinx documentation).
The content of the reports is specified in :need:`gd_temp__platform_ver_report` and :need:`gd_temp__mod_ver_report`.

.. gd_req:: Verification Report Archiving
:id: gd_req__verification_report_archiving
:status: valid
:tags: prio_1_automation, verification
:satisfies: wf__verification_mod_ver_report
:complies:

The tool automatisation shall automatically archive the Verification reports for releases.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
The tool automatisation shall automatically archive the Verification reports for releases.
The tool automation shall archive the Verification reports for releases automatically .

The reports are generated according to :need:`gd_req__verification_reporting`.

.. gd_req:: Verification Documentation Checks
:id: gd_req__verification_checks
:status: valid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ Verification Report Templates
|
| **5. Software component qualification verification report**
| - Contains the needed verification results if for some components a qualification of pre-developed SW is performed.
|
| **6. Test results**
| - Test result per test case with status passed/failed/not_run
|
| **7. Test logs**
| - Test log per test case with status passed/failed/not_run

**Note1:** The verification report is valid for the module version tagged together with the report

Expand Down Expand Up @@ -120,6 +126,12 @@ Verification Report Templates
|
| **3. Safety Analysis Report**
| - List of the performed Feature Safety Analysis, pass/fail with open mitigations
|
| **4. Test results**
| - Test result per test case with status passed/failed/not_run
|
| **5. Test logs**
| - Test log per test case with status passed/failed/not_run

**Note1:** The verification report is valid for the platform version tagged together with the report

Expand Down
16 changes: 14 additions & 2 deletions process/process_areas/verification/workproducts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,14 @@ Platform
(can be several levels), passed/failed and completeness verdict, including normal
operation and failure reactions
- The list of requirements may also contain other verification methods like "Analysis"
- Formal evidence about the preformed DFA.
- Formal evidence about the preformed DFA
- Formal evidence about the performed Safety Analyses
- Test result per test case from
:need:`wp__verification__platform_test` and :need:`wp__verification__feat_int_test`
with status passed/failed/not_run
- Test log per test case from
:need:`wp__verification__platform_test` and :need:`wp__verification__feat_int_test`
with status passed/failed/not_run

Feature
*******
Expand Down Expand Up @@ -86,9 +92,15 @@ Module
- Structural Coverage (C0 and C1, from unit testing on host) per unit
- Static Code Analysis (including compiler warnings, automated checking of coding guidelines
and additional checks)
- Formal evidence about the preformed DFA.
- Formal evidence about the preformed DFA
- Formal evidence about the performed Safety Analyses
- Software component qualification verification report
- Test result per test case from :need:`wp__verification__sw_unit_test`,
:need:`wp__verification__feat_int_test`, and :need:`wp__verification__comp_int_test`
with status passed/failed/not_run
- Test log per test case from :need:`wp__verification__sw_unit_test`,
:need:`wp__verification__feat_int_test`, and :need:`wp__verification__comp_int_test`
with status passed/failed/not_run

Component
*********
Expand Down
Loading