-
Notifications
You must be signed in to change notification settings - Fork 3k
Skip Bare Metal green tea test for Network component #11824
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
Skip Bare Metal green tea test for Network component #11824
Conversation
…TOS_PRESENT guard to all test cases
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.
If we cannot use test filtering by name, which is available in the mbed test
command, then I don't have any better idea on how to accomplish CI runs for bare metal...
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.
LGTM now
0d62597
to
a682fde
Compare
CI started |
Test run: FAILEDSummary: 1 of 5 test jobs failed Failed test jobs:
|
Description (required)
Net socket, Lora, Cellular,Network test cases require RTOS and will not run in bare metal so added MBED_CONF_RTOS_PRESENT guard to all test cases to skip.
Summary of change (What the change is for and why)
1.Net socket, Lora, Cellular, Network test cases use RTOS functionality(threads, APIs) so this test case cant run in bare-metal
IOTCORE-1397[https://jira.arm.com/browse/IOTCORE-1397] Jira ticket
Documentation (Details of any document updates required)
Pull request type (required)
Test results (required)
Reviewers (optional)
@AnttiKauppila @michalpasztamobica @evedon @jamesbeyond
Release Notes (required for feature/major PRs)
Summary of changes
Impact of changes
Migration actions required