kiwi-el8/test/unit/storage
Marcus Schäfer 94de1336d8
Support custom partitions
In addition to the volume volume management settings also
allow to setup low level table entries like in the following
example:

<partitions>
    <partition name="var" size="100" mountpoint="/var" filesystem="ext3"/>
</partitions>
2021-11-03 13:31:17 +01:00
..
subformat Merge pull request #1848 from OSInside/delete_obsolete_ddb_adapter_hack 2021-09-07 18:01:57 +02:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
device_provider_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
disk_test.py Support custom partitions 2021-11-03 13:31:17 +01:00
loop_device_test.py Complete strong typing for API methods 2021-04-10 20:04:39 +02:00
luks_device_test.py Moving temp data handling to its own namespace 2021-07-22 13:31:44 +02:00
mapped_device_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
raid_device_test.py Add strong typing for the following API methods 2021-02-23 13:01:53 +00:00
setup_test.py Added option to set the image target architecture 2021-04-14 12:53:28 +02:00