Closed fernando79513 closed 6 days ago
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/CHECKBOX-1650.
This message was autogenerated
Duplicated of https://github.com/canonical/checkbox/issues/1512
Bug Description
Some devices with two disks have one disk without any partition. The
disk/storage_device_.*
is looking for the biggest partition to run the tests, but it can't find any.The
disk/read_performance_.*
test, which useshdparm
passes:But after that, the storage tests fail.
This issue has been detected in:
We should make sure that a partition table is in place for these disks or skip this test if the disk is not properly formatted.
Cert-blocker Test Case
To Reproduce
checkbox.checkbox-cli run com.canonical.certification::disk-automated
on one of this devicesThe disk/storage_device_.*
fails for one of the disksEnvironment
OS: UC22 checkbox type: snap Checkbox Version: 4.2.0-dev127 testing: disk
Relevant log output
Additional context
No response