-
Notifications
You must be signed in to change notification settings - Fork 16
Add missing requirements link for verification process #420
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
Conversation
Resolves: #194 Signed-off-by: Philipp Ahmann <[email protected]>
|
The created documentation from the pull request is available at: docu-html |
| Unit testing verifies detailed design (traced to). | ||
| Respective tooling is defined in :need:`wp__platform_mgmt`, :need:`wp__verification_plan` and integrated in CI/Build. | ||
| Unit testing is in responsible of the :need:`rl__contributor` providing the :need:`wp__sw_implementation`. | ||
| Unit testing is done in the "target environment" meaning on the actual source code compiled for the component or reference integration. |
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 would wrote: Unit testing is done in the target environment, meaning it runs against the actual code compiled for the component or the reference integration.
"meaning on" sounds strange
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.
Good point, thanks. Updated and pushed.
Signed-off-by: Philipp Ahmann <[email protected]>
|
@aschemmel-tech, @masc2023, @PandaeDo any concern with this? |
masc2023
left a comment
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.
Lets discuss the target test topic
| Unit testing verifies detailed design (traced to). | ||
| Respective tooling is defined in :need:`wp__platform_mgmt`, :need:`wp__verification_plan` and integrated in CI/Build. | ||
| Unit testing is in responsible of the :need:`rl__contributor` providing the :need:`wp__sw_implementation`. | ||
| Unit testing is done in the "target environment" meaning it runs against the actual source code compiled for the component or reference integration. |
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.
Is that really the plan in S-CORE, my interpretation currently is, that this is not done, just run gTest on Hosts?
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.
Will rephrase. This was not what I meant with it. Thanks for the feedback.
Signed-off-by: Philipp Ahmann <[email protected]>
Resolves: #194