summaryrefslogtreecommitdiff
path: root/test/py/tests/test_efi_secboot/defs.py
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-07-11 23:05:18 +0200
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-07-11 23:14:16 +0200
commit53ce9a6ed98b69a82e54a28254b014e480fc98ca (patch)
tree33570818b6d6c36eb26dbcf75ca1862ad2291983 /test/py/tests/test_efi_secboot/defs.py
parent7fdc02b3d7d2085231f44d44c0556f4a592c8daf (diff)
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>
Diffstat (limited to 'test/py/tests/test_efi_secboot/defs.py')
-rw-r--r--test/py/tests/test_efi_secboot/defs.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/py/tests/test_efi_secboot/defs.py b/test/py/tests/test_efi_secboot/defs.py
index 099f453979f..ba6b9f391e6 100644
--- a/test/py/tests/test_efi_secboot/defs.py
+++ b/test/py/tests/test_efi_secboot/defs.py
@@ -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'