You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All this lead to WWAN cases would be skipped or without be generated on PC projects.
Here are the wwan_resource which PC projects used in this NPI phase.
Bug Description
On a device, wwan_resource has the following outcome:
(Note:
firmware_revision
andhardware_revision
have been hardcoded due to another bug, #1505 )model
has spaces in it, which results in job ids with spaces, such aswwan/check-sim-present-mtk-MBIM [14C0:4D75]-357953120018642-auto
.The problem is some of these jobs ids are used as a dependency entry for other jobs. In that case, when executed, the depends field becomes:
which tells Checkbox to look for 2 jobs:
wwan/check-sim-present-mtk-MBIM
[14C0:4D75]-357953120018642-auto
Since these jobs don't exist, the job they depend on is not run at all.
The
wwan_resource
job should slugify its values.To Reproduce
checkbox-cli expand com.canonical.certification::wwan-automated
checkbox-cli list-bootstrapped com.canonical.certification::wwan-automated
In the first command, you should see the different templates and jobs that should be executed:
In the second command, you should see them as well, but in practice, you only see
Environment
Checkbox dev
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: