diff options
author | Rod Smith <rod.smith@canonical.com> | 2016-01-15 19:41:28 +0000 |
---|---|---|
committer | Sylvain Pineau <> | 2016-01-15 19:41:28 +0000 |
commit | d8e69a3a5ef7896d5d9e001a0bb25cf80182bb5a (patch) | |
tree | 737520191f3528e27832dec920c8def6b2980bf7 /jobs | |
parent | b89ad6dffaab5b62d65a5be60de844967f48da35 (diff) | |
parent | f0bd190996e0df7936dbf9bc0e234d0ffe42d4a4 (diff) |
"automatic merge of lp:~rodsmith/checkbox/efi-secure-boot/ by tarmac [r=bladernr,pwlars][bug=][author=rodsmith]"
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/miscellanea.txt.in | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/jobs/miscellanea.txt.in b/jobs/miscellanea.txt.in index 249c638..5005928 100644 --- a/jobs/miscellanea.txt.in +++ b/jobs/miscellanea.txt.in @@ -97,14 +97,8 @@ requires: cpuinfo.platform in ("i386", "x86_64", "aarch64") _summary: EFI-mode boot test _description: - Test to verify that the system booted in EFI mode rather than Legacy/BIOS mode. -command: - if [ -d "/sys/firmware/efi" ] ; then - echo "System booted in EFI mode" - else - echo "System did NOT boot in EFI mode" - exit 1 - fi + Test to verify that the system booted in EFI mode with Secure Boot active. +command: boot_mode_test plugin: shell category_id: 2013.com.canonical.plainbox::miscellanea |