-
Notifications
You must be signed in to change notification settings - Fork 30
adopt to folder structure and process template #226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
RolandJentschETAS
wants to merge
4
commits into
main
Choose a base branch
from
adopt_structure_to_process
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,80 @@ | ||
| .. | ||
| # ******************************************************************************* | ||
| # Copyright (c) 2025 Contributors to the Eclipse Foundation | ||
| # | ||
| # See the NOTICE file(s) distributed with this work for additional | ||
| # information regarding copyright ownership. | ||
| # | ||
| # This program and the accompanying materials are made available under the | ||
| # terms of the Apache License Version 2.0 which is available at | ||
| # https://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
| # ******************************************************************************* | ||
|
|
||
| Platform Verification Report | ||
| ============================ | ||
|
|
||
| .. document:: Platform Verification Report | ||
| :id: doc__platform_verification_report_v07 | ||
| :status: valid | ||
| :safety: QM | ||
| :security: YES | ||
| :realizes: wp__verification_platform_ver_report | ||
|
|
||
|
|
||
| This is the content according to the template (see :need:`doc__platform_verification_report`) for the platform verification report, filled in with the information available for this release. | ||
|
|
||
| 1. Verification Coverage | ||
| ------------------------- | ||
|
|
||
| 1.1. Requirements | ||
| ~~~~~~~~~~~~~~~~~ | ||
|
|
||
| For this release, the requirements-related verification output is as follows: | ||
|
|
||
| * Lists of stakeholder and feature requirements tested (split in separate lists for QM and ASIL) by which test case, passed/failed/not_run and completeness verdict: | ||
| No release-specific requirement verification matrix is available in this platform verification report. | ||
|
|
||
| * List of external component Assumptions of Use and coverage by platform safety manual: | ||
| Assumptions of Use requirements and safety manual content exist in the documentation set, but no release-specific coverage matrix is provided in this platform verification report. | ||
|
|
||
| * List of stakeholder requirements (ASIL rated) linked to inspection checklist and verdict derived from PR export: | ||
| No PR-export-derived stakeholder requirement inspection list is available in this repository for this release. | ||
|
|
||
| 1.2. Architecture | ||
| ~~~~~~~~~~~~~~~~~ | ||
|
|
||
| For this release, the architecture-related verification output is as follows: | ||
|
|
||
| * List of feature architecture tags (split into separate lists for QM and ASIL) tested by test case or other verification method: | ||
| No release-specific architecture-tag verification matrix is available in this platform verification report. | ||
|
|
||
| * List of feature architecture tags (ASIL rated) linked to inspection checklist and verdict derived from PR export: | ||
| Architecture inspection checklists exist in the documentation set for individual modules and features, but no release-specific PR-export-derived list is available in this repository for this release. | ||
|
|
||
| 2. Safety Analyses Report | ||
| ------------------------- | ||
|
|
||
| For this release, the safety-analyses-related verification output is as follows: | ||
|
|
||
| * List of the performed Platform and Feature Safety Analyses: | ||
| No release-specific consolidated list of performed platform-level and feature-level safety analyses is available in this platform verification report. | ||
|
|
||
| * Pass/fail result and open mitigations for each safety analysis: | ||
| No release-specific result table for safety analyses, including open mitigations, is provided in this report. | ||
|
|
||
|
|
||
| 3. Test results | ||
| --------------- | ||
|
|
||
| Test result per test case with status passed/failed/not_run for :need:`wp__verification_platform_int_test` and :need:`wp__verification_feat_int_test`. | ||
|
|
||
| For this release, detailed per-test-case results are not available in this report yet. | ||
| The following referenced summary pages exist only. | ||
|
|
||
| .. toctree:: | ||
| :titlesonly: | ||
|
|
||
| Unit Tests Summary <unit_test_summary> | ||
| Coverage Analysis Summary <coverage_summary> |
File renamed without changes.
Empty file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a feeling that we are missing landing page here. Imo Platform Verification Report should be another subpage here, not the main one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is listed on the main page as sub chapter. See https://eclipse-score.github.io/reference_integration/pr-226/index.html. Not sure, what to change.