-
Notifications
You must be signed in to change notification settings - Fork 16
replace platform test with platform integration test #233
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
Merged
masc2023
merged 3 commits into
eclipse-score:main
from
etas-contrib:feature/issue_164_rename_platform_test
Nov 6, 2025
Merged
Changes from all commits
Commits
Show all changes
3 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
1,619 changes: 1,615 additions & 4 deletions
1,619
process/general_concepts/_assets/score_building_blocks_meta_model.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,216 changes: 1,212 additions & 4 deletions
1,216
process/general_concepts/_assets/score_traceability_model_wp_overview.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
|---|---|---|
|
|
@@ -25,9 +25,9 @@ The following figure gives an overview about the building blocks of the project | |
| (blue box, top, 2nd column). The objectives of the project platform include | ||
| enabling of feature integration for different use cases and domains. This includes safety-critical | ||
| applications. Thus the intention is, that the platform can be developed as a Safety | ||
| Element out of Context (**SEooC**) (green box, top, 1 column). The objectives of the platform are | ||
| Element out of Context (**SEooC**) (green box, top, 1st column). The objectives of the platform are | ||
| expressed as concrete **Stakeholder Requirements** (blue box, top, 2nd column), which can be tested | ||
| by provided **Platform Tests** (blue box, top, 5nd column) for reference hardware platforms. The | ||
| by provided **Platform Integration Tests** (blue box, top, 5th column) for reference hardware platforms. The | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use that form all over the changed documents and images |
||
| platform consists of **Features** (yellow box, middle, 2nd column). | ||
|
|
||
| Further the project provides **Software Modules** (red box, middle, 1st column), which can also be | ||
|
|
@@ -37,28 +37,28 @@ highest level component in our model. A Software Module represents e.g. executab | |
|
|
||
| Components are the major building blocks of the platform. Components consists of **Units** | ||
| (grey box, bottom, 2nd column), the lowest level in our model. The represent the source code, | ||
| which implements the Unit. Units has a **Detailed Design** (grey box, middle, 3nd column), which is | ||
| also implemented by the **Source Code** (grey box, bottom, 3nd column). The Detailed Design is | ||
| verified by **Unit Tests** (grey box, middle, 5nd column). | ||
| which implements the Unit. Units has a **Detailed Design** (grey box, middle, 3rd column), which is | ||
| also implemented by the **Source Code** (grey box, bottom, 3rd column). The Detailed Design is | ||
| verified by **Unit Tests** (grey box, middle, 5th column). | ||
|
|
||
| Components are defined by **Component Requirements** (green box, middle, 3nd column) and the | ||
| **Component Architecture** (green box, middle, 4nd column). A **Component Safety Analysis** | ||
| (green box, middle, 6nd column) is required to verify the Component Architecture, whereby | ||
| Components are defined by **Component Requirements** (green box, middle, 3rd column) and the | ||
| **Component Architecture** (green box, middle, 4th column). A **Component Safety Analysis** | ||
| (green box, middle, 6th column) is required to verify the Component Architecture, whereby | ||
| violations of safety requirements must be documented. Potential faults | ||
| may mitigated by updating the Component Requirements or by the **Component Assumptions of Use** | ||
| (green box, middle, 8nd column). The latter one must be considered by the user of the Component. | ||
| **Component Tests** (green box, middle, 5nd column) verify the Component requirements, and | ||
| **Component Integration Tests** (green box, middle, 7nd column) verify the Component Architecture | ||
| **Component Tests** (green box, middle, 5th column) verify the Component requirements, and | ||
| **Component Integration Tests** (green box, middle, 7th column) verify the Component Architecture | ||
| as well as the Integration of multiple Units to a Component. | ||
|
|
||
| As mentioned above a Software Module is defined as a Component or a set of components realizing a | ||
| Feature of the platform. Features consists of Components and are defined by **Feature Requirements** | ||
| (yellow box, middle, 3nd column) and the **Feature Architecture** (yellow box, middle, 4nd column). | ||
| A **Feature Safety Analysis** (yellow box, middle, 6nd column) is required to verify the Feature | ||
| (yellow box, middle, 3rd column) and the **Feature Architecture** (yellow box, middle, 4th column). | ||
| A **Feature Safety Analysis** (yellow box, middle, 6th column) is required to verify the Feature | ||
| Architecture, whereby violations of safety requirements must be documented. Potential | ||
| faults may mitigated by updating the Feature Requirements or by the | ||
| **Feature Assumptions of Use** (yellow box, middle, 8nd column). The latter one must be considered | ||
| by the user of the Feature. **Feature Integration Tests** (yellow box, middle, 5nd column) verify | ||
| by the user of the Feature. **Feature Integration Tests** (yellow box, middle, 5th column) verify | ||
| the Feature Requirements and the Feature Architecture as well as the Integration of multiple Units | ||
| to a Component. | ||
|
|
||
|
|
||
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 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 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
1,589 changes: 1,585 additions & 4 deletions
1,589
process/workproducts/_assets/wp_traceability_model.drawio.svg
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here, please use same style as others, Platform Integration Test
masc2023 marked this conversation as resolved.
Show resolved
Hide resolved
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
Change to start with big letter, Platform Integration Tests, all other start with big letters to