Add wwan test for lakeport (New) - #2709
Open
rickwu666666 wants to merge 18 commits into
Open
Conversation
Since we have WWAN SImodule M7672G-LNGV which is not able to make the connection via modem-manager, and have no plan to upstream the change. Therefore, we need to control it via AT command
Add recovery job
Contributor
There was a problem hiding this comment.
Pull request overview
This PR extends the contrib CE-OEM provider with an automated WWAN connectivity and recovery test flow that drives modem bring-up via AT commands through ModemManager (mmcli --command), intended for platforms where ModemManager’s higher-level connection logic is insufficient.
Changes:
- Add a new CE-OEM WWAN automated test plan and wire it into the CE-OEM umbrella test plan.
- Introduce templated WWAN jobs gated by new manifest entries (AT-command control + optional reset/recovery).
- Add the AT-command runner script, its JSON-driven module step configuration, documentation, and unit tests.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| contrib/checkbox-ce-oem/checkbox-provider-ce-oem/units/wwan/test-plan.pxu | Adds a CE-OEM WWAN automated test plan including the new AT-command jobs. |
| contrib/checkbox-ce-oem/checkbox-provider-ce-oem/units/wwan/manifest.pxu | Introduces manifest entries to gate AT-command WWAN testing and optional reset/recovery. |
| contrib/checkbox-ce-oem/checkbox-provider-ce-oem/units/wwan/jobs.pxu | Adds templated WWAN connection + reset/recovery jobs that call the new script. |
| contrib/checkbox-ce-oem/checkbox-provider-ce-oem/units/test-plan-ce-oem.pxu | Wires the new WWAN automated plan into the overall CE-OEM plan. |
| contrib/checkbox-ce-oem/checkbox-provider-ce-oem/tests/test_wwan_connection_at_command.py | Adds unit test coverage for the new AT-command WWAN script helpers and flows. |
| contrib/checkbox-ce-oem/checkbox-provider-ce-oem/data/wwan_at_command.json | Provides the initial module-specific AT-step sequence configuration (SIM7672G-LNGV). |
| contrib/checkbox-ce-oem/checkbox-provider-ce-oem/data/README-wwan_at_command.md | Documents the JSON schema and recommended step ordering/semantics. |
| contrib/checkbox-ce-oem/checkbox-provider-ce-oem/bin/wwan_connection_at_command.py | Implements the AT-command driven connection test and reset/recovery flow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
seankingyang
requested changes
Jul 21, 2026
The file name start with the wwan module name
baconYao
requested changes
Jul 21, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Add wwan test jobs for the wwan module control by AT command. We have a project that is not able to make connection by upstream's modem-manager. Therefore, we add test job for testing wwan connection via AT commands.
Resolved issues
Documentation
Tests
https://certification.canonical.com/hardware/202604-38611/submission/500910/