-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Cellular: Remove old deprecated tests #11615
Cellular: Remove old deprecated tests #11615
Conversation
@kivaisan, thank you for your changes. |
@@ -403,6 +411,53 @@ Wi-Fi tests require some more configuration, so for Wi-Fi purposes, the `mbed_ap | |||
} | |||
``` | |||
|
|||
Cellular tests require some more configuration, so for cellular purposes, the `mbed_app.json` might look like this: |
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.
Could also refer to CellularInterface.json
with a spell, e.g.: mbed test -n tests-netsocket-udp --app-config=tools/test_configs/CellularInterface.json -vv
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.
Netsocket test README.md already has a reference to these example config files:
Please, see mbed-os/tools/test_configs folder for examples for different technologies.
I updated it a bit to mention about different technologies.
Cellular tests have been replaced with generic mbed-os netsocket and network interface tests.
@ARMmbed/mbed-os-maintainers Please proceed with this |
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
@ARMmbed/mbed-os-maintainers This is ready to go in |
Description
Cellular tests have been replaced with generic mbed-os netsocket and network interface tests.
Pull request type
Reviewers
@AriParkkila @AnttiKauppila @mirelachirica @kimlep01
Release Notes