From daaf4cb151f815e566baa04539dca544d6bbef8c Mon Sep 17 00:00:00 2001 From: "jhr2hi@bosch.com" Date: Tue, 1 Sep 2026 14:55:41 +0200 Subject: [PATCH 1/4] Add workpackages in tool requirements --- .../verification/guidance/verification_process_reqs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/process/process_areas/verification/guidance/verification_process_reqs.rst b/process/process_areas/verification/guidance/verification_process_reqs.rst index f2abc39721..25b6004fe9 100644 --- a/process/process_areas/verification/guidance/verification_process_reqs.rst +++ b/process/process_areas/verification/guidance/verification_process_reqs.rst @@ -161,7 +161,7 @@ Process Requirements The tool automation shall automatically generate the Verification reports. These may be independent documents (i.e. not integrated into docs-as-code based repositories). - The content of the reports is specified in :need:`gd_temp__platform_ver_report` and :need:`gd_temp__mod_ver_report`. + The content of the reports is specified in :need:`gd_temp__platform_ver_report` (:need:`wp__verification_module_ver_report`) and :need:`gd_temp__mod_ver_report` (:need:`wp__verification_module_ver_report`). The execution results of test cases are marked with a clear pass/fail result. .. gd_req:: Verification Report Archiving @@ -261,7 +261,7 @@ Process Requirements The CI reference integration execution shall be triggered on regular basis to guarantee the inter-operation of all integrated components when a new component is added to the system or an existing component is updated via a PR. - **TODO: Align this to the ongoing work in https://github.com/eclipse-score/reference_integration/pull/190 which reworks the CI reference integration execution.** + **TODO: Align this to the ongoing work in `PR #190 `_ which reworks the CI reference integration execution.** .. needextend:: "c.this_doc()" :+tags: verification From 9c0cca26162b06f1f59da6c002e7ee050828f118 Mon Sep 17 00:00:00 2001 From: "jhr2hi@bosch.com" Date: Wed, 2 Sep 2026 08:25:20 +0200 Subject: [PATCH 2/4] fix copy paste error --- .../verification/guidance/verification_process_reqs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/process_areas/verification/guidance/verification_process_reqs.rst b/process/process_areas/verification/guidance/verification_process_reqs.rst index 25b6004fe9..d5f876d082 100644 --- a/process/process_areas/verification/guidance/verification_process_reqs.rst +++ b/process/process_areas/verification/guidance/verification_process_reqs.rst @@ -161,7 +161,7 @@ Process Requirements The tool automation shall automatically generate the Verification reports. These may be independent documents (i.e. not integrated into docs-as-code based repositories). - The content of the reports is specified in :need:`gd_temp__platform_ver_report` (:need:`wp__verification_module_ver_report`) and :need:`gd_temp__mod_ver_report` (:need:`wp__verification_module_ver_report`). + The content of the reports is specified in :need:`gd_temp__platform_ver_report` (:need:`wp__verification_platform_ver_report`) and :need:`gd_temp__mod_ver_report` (:need:`wp__verification_module_ver_report`). The execution results of test cases are marked with a clear pass/fail result. .. gd_req:: Verification Report Archiving From c309ccad04628d926df69f626fc7283d0c310560 Mon Sep 17 00:00:00 2001 From: "jhr2hi@bosch.com" Date: Wed, 2 Sep 2026 08:40:14 +0200 Subject: [PATCH 3/4] reformulate text --- .../verification/guidance/verification_process_reqs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/process_areas/verification/guidance/verification_process_reqs.rst b/process/process_areas/verification/guidance/verification_process_reqs.rst index d5f876d082..c11d7ccaaf 100644 --- a/process/process_areas/verification/guidance/verification_process_reqs.rst +++ b/process/process_areas/verification/guidance/verification_process_reqs.rst @@ -161,7 +161,7 @@ Process Requirements The tool automation shall automatically generate the Verification reports. These may be independent documents (i.e. not integrated into docs-as-code based repositories). - The content of the reports is specified in :need:`gd_temp__platform_ver_report` (:need:`wp__verification_platform_ver_report`) and :need:`gd_temp__mod_ver_report` (:need:`wp__verification_module_ver_report`). + The reports shall be documented within :need:`gd_temp__platform_ver_report` and :need:`gd_temp__mod_ver_report` and its content is specified in :need:`wp__verification_platform_ver_report` and :need:`wp__verification_module_ver_report`. The execution results of test cases are marked with a clear pass/fail result. .. gd_req:: Verification Report Archiving From b251919ad183f0178ad4899fa7f721ddf0740f0e Mon Sep 17 00:00:00 2001 From: "jhr2hi@bosch.com" Date: Wed, 2 Sep 2026 08:50:23 +0200 Subject: [PATCH 4/4] rephrase sentence --- .../verification/guidance/verification_process_reqs.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/process/process_areas/verification/guidance/verification_process_reqs.rst b/process/process_areas/verification/guidance/verification_process_reqs.rst index c11d7ccaaf..30d73b2a0b 100644 --- a/process/process_areas/verification/guidance/verification_process_reqs.rst +++ b/process/process_areas/verification/guidance/verification_process_reqs.rst @@ -161,7 +161,8 @@ Process Requirements The tool automation shall automatically generate the Verification reports. These may be independent documents (i.e. not integrated into docs-as-code based repositories). - The reports shall be documented within :need:`gd_temp__platform_ver_report` and :need:`gd_temp__mod_ver_report` and its content is specified in :need:`wp__verification_platform_ver_report` and :need:`wp__verification_module_ver_report`. + The reports shall use :need:`gd_temp__platform_ver_report` and :need:`gd_temp__mod_ver_report`. + The content of the reports is specified in :need:`wp__verification_platform_ver_report` and :need:`wp__verification_module_ver_report`. The execution results of test cases are marked with a clear pass/fail result. .. gd_req:: Verification Report Archiving