From 0511fe5120fb1c8c2f29c9525e371736c41ab4a0 Mon Sep 17 00:00:00 2001 From: aschemmel-git Date: Tue, 17 Feb 2026 11:37:48 +0100 Subject: [PATCH] Add process req for external AoU verification --- .../guidance/verification_process_reqs.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/process/process_areas/verification/guidance/verification_process_reqs.rst b/process/process_areas/verification/guidance/verification_process_reqs.rst index 8413195fc1..f0da5be1ca 100644 --- a/process/process_areas/verification/guidance/verification_process_reqs.rst +++ b/process/process_areas/verification/guidance/verification_process_reqs.rst @@ -154,3 +154,16 @@ Process Requirements - If TestType is set to requirements-based then PartiallyVerifies or FullyVerifies shall contain a link to at least one requirement - If TestType is set to interface-test then PartiallyVerifies or FullyVerifies shall contain a link to at least one interface + +.. gd_req:: Verification of External Components AoUs + :id: gd_req__verification_external_aou + :status: valid + :tags: prio_2_automation, verification + :satisfies: wf__verification_comp_int_test, wf__verification_feat_int_test + :complies: + + External components AoUs shall be verified by integration tests or static analysis tooling. + + Note1: These external components AoU need to be checked generally for the complete platform, so we create a process automation requirement for this. + + Note2: One example would be the checking if safety components are unly using "safe" functions of the operating system.