kiwi-el8/test/unit/filesystem
Marcus Schäfer 2645225e11
Fix setup of UUID for btrfs
When setting up the UUID for a btrfs filesystem via btrfstune
it could happen that the call becomes interactive asking
a question and give a recommendation. All this is unwanted
and can be forced via the -f switch. This Fixes #2456
2024-02-13 09:27:31 +01:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Type cleanup, no use of Any type in disk builder 2024-01-15 16:49:53 +01:00
btrfs_test.py Fix setup of UUID for btrfs 2024-02-13 09:27:31 +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 Drop clicfs support 2024-01-11 09:23:52 +01: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