Split integration tests in fs/net #11943
Merged
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.
Description
This PR splits integration tests to let developers run individual tests for filesystem, network or stress (fs+net) depending on what the platform supports.
This is an example of platforms and tests that can be run:
The way to run the integration tests has not changed, but no valid test cases are now skipped.
mbed test -t <toolchain> -m <target> -DINTEGRATION_TESTS
This is another attempt to merge after these ones: #11703 #11858
Pull request type
Reviewers
@0xc0170