diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2019-12-19 14:37:09 +0100 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2019-12-19 14:37:09 +0100 |
commit | 5299e4de64ece576c354ce22b414818b817f2baf (patch) | |
tree | ac3114a7f72a4cc924b266a760144e8d0fc4df33 /units/miscellanea | |
parent | 7899c55f4ac4f2bc98337b62c1debe77ccead729 (diff) |
miscellanea/secure_boot_mode_gadget: Fix requirements
executable.name == 'dumpimage' or executable.name == 'mokutil'
Diffstat (limited to 'units/miscellanea')
-rw-r--r-- | units/miscellanea/jobs.pxu | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu index bbb28bf..1f008cb 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -154,8 +154,7 @@ unit: template template-resource: model_assertion template-unit: job requires: - executable.name == 'dumpimage' - executable.name == 'mokutil' + executable.name == 'dumpimage' or executable.name == 'mokutil' id: miscellanea/secure_boot_mode_{gadget} _summary: Test that {gadget} Ubuntu Core system booted with Secure Boot active _description: |