]> code.ossystems Code Review - openembedded-core.git/commit
selftests: Add test case for booting a generic EFI boot partition image
authorCalifornia Sullivan <california.l.sullivan@intel.com>
Thu, 1 Mar 2018 02:15:15 +0000 (18:15 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Mar 2018 14:23:06 +0000 (06:23 -0800)
commit192c8738f4a8d0f82848a440acf24a1892f2ce93
tree98a377c800c54da4c54f1a80e42ae88aecaee7ea
parente102f771dee8d07320ffaf8f39288c5a73626364
selftests: Add test case for booting a generic EFI boot partition image

Simple test case that adds 'efi' to MACHINE_FEATURES, sets WKS_FILE to
"efi-bootdisk.wks.in", installed required boot items, and attempts to
boot the wic image.

Quick check to make sure that the feature actually works.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/efibootpartition.py [new file with mode: 0644]