kiwi-el8/test/unit/volume_manager
Marcus Schäfer 7eb0e7e2bd
Added create_verification_metadata method
Along with creating a filesystem including device mapper features
like dm_verity (see verity_blocks) or dm_crypt/dm_integrity (see luks)
there is always the question where to store the metadata information
required to setup the device map. This can include information about
blocksizes, offset addresses and more. The create_verification_metadata()
method allows to write a signed custom data block of a documented
format at the end of the given block special which stores this type
of information such that tools at boot time gets the opportunity to
read this information. In this commit only information connected
to the dm_verity feature activated via the verity_blocks attribute
will be part of the verification block. With future changes other
data might be added
2022-03-24 14:38:15 +01:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Added create_verification_metadata method 2022-03-24 14:38:15 +01:00
btrfs_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
init_test.py Refactor VolumeManager 2020-11-02 18:05:21 +01:00
lvm_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00