Closed pieqq closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 47.76%. Comparing base (
dd75a99
) to head (29018e7
). Report is 6 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
In our testing lab, we need to provision some devices with Ubuntu Core images that are set to use the 'dangerous' grade.
This will fail the
image/model-grade
test.Add a new
dangerous_grade_core_image
manifest to decide whether or not we should be running this test.It will be run by default (when there is no manifest entry, its value is set to 'False'), but by setting it to True, the test will be skipped.
Resolved issues
Fix #1479 Fix CHECKBOX-1572
Documentation
Tests