Skip to content

Commit

Permalink
Revert the requires criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
baconYao committed Apr 30, 2024
1 parent 19109f5 commit 84cd4a5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions providers/base/units/image/jobs.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
id: image/kernel-publisher-canonical
category_id: image
_summary: Check that the kernel snap publisher is Canonical
requires:
lsb.distributor_id == "Ubuntu Core" and int(lsb.release) >= 20
_description:
During certification testing IoT devices must be running a kernel supplied
by Canonical
Expand All @@ -16,8 +14,6 @@ flags: preserve-locale
id: image/kernel-tracking-stable
category_id: image
_summary: Check that the kernel snap is tracking stable channel
requires:
lsb.distributor_id == "Ubuntu Core" and int(lsb.release) >= 20
_description:
During certification testing IoT devices must be running a kernel that is on
a stable channel
Expand All @@ -30,8 +26,6 @@ flags: preserve-locale
id: image/gadget-publisher-canonical
category_id: image
_summary: Check that the gadget snap publisher is Canonical
requires:
lsb.distributor_id == "Ubuntu Core" and int(lsb.release) >= 20
_description:
During certification testing IoT devices must be running a kernel supplied
by Canonical
Expand All @@ -44,8 +38,6 @@ flags: preserve-locale
id: image/gadget-tracking-stable
category_id: image
_summary: Check that the gadget snap is tracking stable channel
requires:
lsb.distributor_id == "Ubuntu Core" and int(lsb.release) >= 20
_description:
During certification testing IoT devices must be running a gadget that is on
a stable channel
Expand All @@ -58,8 +50,6 @@ flags: preserve-locale
id: image/model-authority-canonical
category_id: image
_summary: Check that model authority-id is canonical
requires:
lsb.distributor_id == "Ubuntu Core" and int(lsb.release) >= 20
_description:
The authority-id declares on whose authority this assertion is made. This
must be Canonical for the certification of IoT devices.
Expand All @@ -72,8 +62,6 @@ flags: preserve-locale
id: image/model-brand-canonical
category_id: image
_summary: Check the model brand-id is canoncial
requires:
lsb.distributor_id == "Ubuntu Core" and int(lsb.release) >= 20
_description:
For the certification of IoT devices canonical provided generic images must
be used. Hence, the brand-id must be canonical.
Expand Down

0 comments on commit 84cd4a5

Please sign in to comment.