Skip to content

Commit 8237e17

Browse files
authored
Add verification process requirements (#644)
Touches safety audit Action_82 Relates to: #566 Signed-off-by: Philipp Ahmann <philipp.ahmann@de.bosch.com>
1 parent a75a137 commit 8237e17

1 file changed

Lines changed: 31 additions & 1 deletion

File tree

process/process_areas/verification/guidance/verification_process_reqs.rst

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,34 @@ Process Requirements
166166

167167
Note1: These external components AoU need to be checked generally for the complete platform, so we create a process automation requirement for this.
168168

169-
Note2: One example would be the checking if safety components are unly using "safe" functions of the operating system.
169+
Note2: One example would be the checking if safety components are only using "safe" functions of the operating system.
170+
171+
.. gd_req:: Static Code Analysis Classification
172+
:id: gd_req__verification_sca_classification
173+
:status: valid
174+
:tags: prio_2_automation, verification
175+
:satisfies: wf__verification_unit_test, wf__verification_comp_int_test, wf__verification_feat_int_test, wf__verification_platform_int_test
176+
:complies:
177+
178+
Static code analysis findings shall be classified according to the following categories:
179+
180+
- Critical
181+
- High
182+
- Medium
183+
- Low
184+
185+
The actual classification shall be either provided by the tool as a suggestion or defined manually by :need:`rl__quality_manager` together with :need:`rl__committer`.
186+
187+
Alternative rating like class A, B, C, D or 1, 2, 3, 4 can be used as well, but the principle mapping to the above categories shall be preserved and documented.
188+
189+
.. gd_req:: CI reference integration execution
190+
:id: gd_req__verification_ci_reference_execution
191+
:status: valid
192+
:tags: prio_2_automation, verification
193+
:satisfies: wf__verification_unit_test, wf__verification_comp_int_test, wf__verification_feat_int_test, wf__verification_platform_int_test
194+
:complies:
195+
196+
The CI reference integration execution shall be triggered on regular basis to guarantee the inter-operation of all integrated components
197+
when a new component is added to the system or an existing component is updated via a PR.
198+
199+
**TODO: Align this to the ongoing work in https://github.com/eclipse-score/reference_integration/pull/190 which reworks the CI reference integration execution.**

0 commit comments

Comments
 (0)