-
Notifications
You must be signed in to change notification settings - Fork 25
Checklist and verification needs type draft #612
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
FScholPer
wants to merge
6
commits into
main
Choose a base branch
from
template_inspection_needs
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.
+248
β0
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
063e357
first draft
FScholPer e9c48ce
Addded needs to requirements and added test
FScholPer 9155fd6
fixed lint
FScholPer c401906
Merge branch 'main' into template_inspection_needs
FScholPer 60b3493
removed overlapping test
FScholPer 72bdbf9
fix formatting
FScholPer 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
113 changes: 113 additions & 0 deletions
113
...nsions/score_metamodel/tests/rst/options/test_options_verification_evidence.rst
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,113 @@ | ||
| .. | ||
| # ******************************************************************************* | ||
| # Copyright (c) 2026 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 | ||
| # ******************************************************************************* | ||
| #CHECK: check_options | ||
|
|
||
|
|
||
| .. Base architecture and requirement objects used by verification evidence tests | ||
|
|
||
| .. feat:: Verification Feature | ||
| :id: feat__verification_feature | ||
| :security: YES | ||
| :safety: ASIL_B | ||
| :status: valid | ||
|
|
||
| .. comp:: Verification Component | ||
| :id: comp__verification_component | ||
| :security: YES | ||
| :safety: ASIL_B | ||
| :status: valid | ||
| :belongs_to: feat__verification_feature | ||
|
|
||
| .. mod:: Verification Module | ||
| :id: mod__verification_module | ||
| :security: YES | ||
| :safety: ASIL_B | ||
| :status: valid | ||
| :includes: comp__verification_component | ||
|
|
||
| .. comp_req:: Verification Requirement | ||
| :id: comp_req__verification__sample | ||
| :reqtype: Functional | ||
| :security: YES | ||
| :safety: ASIL_B | ||
| :status: valid | ||
| :content: Requirement text for verification evidence tests. | ||
|
|
||
|
|
||
| .. Valid machine-readable verification report need | ||
| #EXPECT-NOT[+2]: does not follow pattern | ||
|
|
||
| .. mod_ver_report:: Verification Report Valid | ||
| :id: mod_vrep__verification__valid | ||
| :safety: ASIL_B | ||
| :security: YES | ||
| :status: valid | ||
| :verification_method: test_and_inspection | ||
| :requirements_coverage_percent: 95 | ||
| :structural_coverage_percent: 90 | ||
| :branch_coverage_percent: 85 | ||
| :verdict: pass | ||
| :report_version: 1.0.0 | ||
| :release_baseline: main | ||
| :belongs_to: mod__verification_module | ||
| :covers: comp_req__verification__sample | ||
|
|
||
|
|
||
| .. Invalid verdict value in module verification report | ||
| #EXPECT[+2]: mod_vrep__verification__bad_verdict.verdict (pending): does not follow pattern | ||
|
|
||
| .. mod_ver_report:: Verification Report Invalid Verdict | ||
| :id: mod_vrep__verification__bad_verdict | ||
| :safety: ASIL_B | ||
| :security: YES | ||
| :status: invalid | ||
| :verification_method: inspection | ||
| :verdict: pending | ||
| :belongs_to: mod__verification_module | ||
|
|
||
|
|
||
| .. Valid machine-readable inspection record need | ||
| #EXPECT-NOT[+2]: does not follow pattern | ||
|
|
||
| .. mod_insp:: Inspection Record Valid | ||
| :id: mod_insp__verification__valid | ||
| :safety: ASIL_B | ||
| :security: YES | ||
| :status: valid | ||
| :inspection_type: requirements | ||
| :inspection_state: approved | ||
| :checklist_ref: gd_chklst__req_inspection | ||
| :reviewers: reviewer_a,reviewer_b | ||
| :checklist_type: req | ||
| :findings_total: 1 | ||
| :findings_open: 0 | ||
| :inspection_date: 2026-06-24 | ||
| :belongs_to: mod__verification_module | ||
| :inspects: comp_req__verification__sample | ||
|
|
||
|
|
||
| .. Invalid inspection_state value in module inspection record | ||
| #EXPECT[+2]: mod_insp__verification__bad_state.inspection_state (approved_late): does not follow pattern | ||
|
|
||
| .. mod_insp:: Inspection Record Invalid State | ||
| :id: mod_insp__verification__bad_state | ||
| :safety: ASIL_B | ||
| :security: YES | ||
| :status: invalid | ||
| :inspection_type: architecture | ||
| :inspection_state: approved_late | ||
| :checklist_ref: gd_chklst__arch_inspection_checklist | ||
| :reviewers: reviewer_a | ||
| :belongs_to: mod__verification_module | ||
| :inspects: comp_req__verification__sample | ||
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 guess people from process should review these examples
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.
Addressed in slack