kiwi-el8/test/unit/utils
Marcus Schäfer 0540d6ddb9
Fixed custom disk start sector setup
The attribute disk_start_sector allows to specify a custom
start sector for the first partition of the disk. On GPT
tables everything works nicely, on DOS tables the used tools
fdisk/sfdisk are not able to manage the start/end values of
subsequent partitions if the first partition doesn't start
with the tooling default. This patch allows to set the
start sector after the partition table has been created
2022-07-07 12:21:08 +02:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
block_test.py Fixed custom disk start sector setup 2022-07-07 12:21:08 +02:00
checksum_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
codec_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
command_capabilities_test.py Fixed use of CommandCapabilities 2022-06-21 21:50:59 +02:00
compress_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
fstab_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
output_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
primes_test.py Drop usage of factor from coreutils 2021-11-11 09:23:46 +01:00
rpm_database_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
rpm_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
signature_test.py Add support for standalone dm integrity 2022-04-25 15:40:32 +02:00
size_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
sync_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
sysconfig_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
temporary_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
veritysetup_test.py Add support for standalone dm integrity 2022-04-25 15:40:32 +02:00