test: use virt-make-fs to build image

Avoid sudo for test/py/tests/test_efi_secboot by using virt-make-fs.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
Heinrich Schuchardt
2020-07-11 23:05:18 +02:00
parent 7fdc02b3d7
commit 53ce9a6ed9
2 changed files with 4 additions and 30 deletions

View File

@@ -3,13 +3,6 @@
# Disk image name
EFI_SECBOOT_IMAGE_NAME = 'test_efi_secboot.img'
# Size in MiB
EFI_SECBOOT_IMAGE_SIZE = 16
EFI_SECBOOT_PART_SIZE = 8
# Partition file system type
EFI_SECBOOT_FS_TYPE = 'vfat'
# Owner guid
GUID = '11111111-2222-3333-4444-123456789abc'