-
Notifications
You must be signed in to change notification settings - Fork 7
Explicit definition of test result and test log handling #150
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
base: main
Are you sure you want to change the base?
Explicit definition of test result and test log handling #150
Conversation
Signed-off-by: PhilipPartsch <[email protected]>
The created documentation from the pull request is available at: docu-html |
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.
Platform Testing should be changed to Platform Integration Testing to have consistent naming.
Also, we need to have tool requirements added to store test logs and results for a release.
This is placed in single comments earlier.
…created requirement for test report archiving
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.
fine for me
91576c5
@aschemmel-tech and @pahmann: I fixed the doc build errors |
@@ -147,9 +147,20 @@ Test Linking to Requirements | |||
:satisfies: wf__verification_mod_ver_report | |||
:complies: | |||
|
|||
Verification reports shall be automatically generated. These may be independent documents (i.e. not integrated into sphinx documentation). | |||
The tool automatisation shall automatically generate the Verification reports. |
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.
The tool automatisation shall automatically generate the Verification reports. | |
The tool automation shall generate the Verification reports automatically. |
:satisfies: wf__verification_mod_ver_report | ||
:complies: | ||
|
||
The tool automatisation shall automatically archive the Verification reports for releases. |
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.
The tool automatisation shall automatically archive the Verification reports for releases. | |
The tool automation shall archive the Verification reports for releases automatically . |
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.
Minor updates in wording are required.
Cleanup for Platform Test
vs. Platform Integration Test
can be handled in a different ticket.
No description provided.