Checkbox is a testing framework used to validate device compatibility with Ubuntu Linux. It’s the testing tool developed for the purposes of the Ubuntu Certification program.
So far, Checkbox relies on automated SIM card detection for WWAN-related tests.
This works if the WWAN stack is working (WWAN Modem drivers, ModemManager, etc.), but if anything is missing, the WWAN-related tests might just be silently ignored.
Introduce a new has_sim_card manifest entry to ensure a SIM card is inserted in the slot
Use this new manifest entry in the WWAN jobs that require a SIM card to work
Enhancement Proposal
So far, Checkbox relies on automated SIM card detection for WWAN-related tests.
This works if the WWAN stack is working (WWAN Modem drivers, ModemManager, etc.), but if anything is missing, the WWAN-related tests might just be silently ignored.
has_sim_card
manifest entry to ensure a SIM card is inserted in the slot