Skip to content

Commit

Permalink
corrected the manifest for gadget testing (Bugfix) (#1696)
Browse files Browse the repository at this point in the history
corrected the manifest for gadget testing
  • Loading branch information
stanley31huang authored Jan 23, 2025
1 parent 9184e03 commit 3e15472
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ imports:
from com.canonical.certification import lsb
from com.canonical.plainbox import manifest
requires:
manifest.has_interface_been_defined == 'True'
manifest.need_gadget_interface_test == 'True'
lsb.distributor_id == 'Ubuntu Core'
category_id: com.canonical.certification::gadget
estimated_duration: 5s
Expand All @@ -68,7 +68,7 @@ imports:
from com.canonical.certification import lsb
from com.canonical.plainbox import manifest
requires:
manifest.has_interface_been_defined == 'True'
manifest.need_gadget_interface_test == 'True'
lsb.distributor_id == 'Ubuntu Core'
category_id: com.canonical.certification::gadget
estimated_duration: 5s
Expand Down

0 comments on commit 3e15472

Please sign in to comment.