kiwi-el8/test/unit/filesystem
Marcus Schäfer a0769c691c
Umount device before cloning
In case a clone should be created from a partition we need
to make sure to umount the device after sync and prior cloning.
Otherwise the clone operation is not safe because the rsynced
data might still be in memory and not synced out to the block
device.
2022-07-08 13:10:42 +02:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Umount device before cloning 2022-07-08 13:10:42 +02:00
btrfs_test.py Added set_uuid() method to FileSystem API 2022-03-31 17:05:59 +02:00
clicfs_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
ext2_test.py Added set_uuid() method to FileSystem API 2022-03-31 17:05:59 +02:00
ext3_test.py Added set_uuid() method to FileSystem API 2022-03-31 17:05:59 +02:00
ext4_test.py Added set_uuid() method to FileSystem API 2022-03-31 17:05:59 +02:00
fat16_test.py Added set_uuid() method to FileSystem API 2022-03-31 17:05:59 +02:00
fat32_test.py Added set_uuid() method to FileSystem API 2022-03-31 17:05:59 +02:00
init_test.py Use pragma: no cover to skip non reachable code 2020-09-29 09:58:22 +02:00
isofs_test.py Fixed scope of setup_isolinux_boot_path 2022-04-27 18:11:06 +02:00
setup_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
squashfs_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
swap_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
xfs_test.py Fixed UUID setup for XFS 2022-04-28 15:01:58 +02:00