Skip to content

Commit 2512f51

Browse files
added test result and test log handling to test report templates and created requirement for test report archiving
1 parent 778b122 commit 2512f51

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

process/process_areas/verification/guidance/verification_process_toolreqs.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,20 @@ Test Linking to Requirements
147147
:satisfies: wf__verification_mod_ver_report
148148
:complies:
149149

150-
Verification reports shall be automatically generated. These may be independent documents (i.e. not integrated into sphinx documentation).
150+
The tool automatisation shall automatically generated the Verification reports.
151+
These may be independent documents (i.e. not integrated into sphinx documentation).
151152
The content of the reports is specified in :need:`gd_temp__platform_ver_report` and :need:`gd_temp__mod_ver_report`.
152153

154+
.. gd_req:: Verification Report Archiving
155+
:id: gd_req__verification_report_archiving
156+
:status: valid
157+
:tags: prio_1_automation, verification
158+
:satisfies: wf__verification_mod_ver_report
159+
:complies:
160+
161+
The tool automatisation shall automatically archived the Verification reports for releases.
162+
The reports are generated according to :need:`gd_req__verification_reporting`.
163+
153164
.. gd_req:: Verification Documentation Checks
154165
:id: gd_req__verification_checks
155166
:status: valid

process/process_areas/verification/guidance/verification_report_template.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ Verification Report Templates
7878
|
7979
| **5. Software component qualification verification report**
8080
| - Contains the needed verification results if for some components a qualification of pre-developed SW is performed.
81+
|
82+
| **6. Test results**
83+
| - Test result per test case with status passed/failed/not_run
84+
|
85+
| **7. Test logs**
86+
| - Test log per test case with status passed/failed/not_run
8187
8288
**Note1:** The verification report is valid for the module version tagged together with the report
8389

@@ -120,6 +126,12 @@ Verification Report Templates
120126
|
121127
| **3. Safety Analysis Report**
122128
| - List of the performed Feature Safety Analysis, pass/fail with open mitigations
129+
|
130+
| **4. Test results**
131+
| - Test result per test case with status passed/failed/not_run
132+
|
133+
| **5. Test logs**
134+
| - Test log per test case with status passed/failed/not_run
123135
124136
**Note1:** The verification report is valid for the platform version tagged together with the report
125137

0 commit comments

Comments
 (0)