kiwi-el8/test/unit/storage
Marcus Schäfer 925f960445
Fix potential race condition in loop detach
The call to 'losetup -d' is in fact an async operation. Once
the command returns the loop can still be associated with the
former file because it gets lazy unbound and releases later.
Prior re-use of the same loop device it is therefore required
to wait until the kernel event queue is processed.
2024-06-20 18:08:35 +02:00
..
subformat Move DiskFormat to context manager 2024-02-29 16:42:49 +01:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
clone_device_test.py Add support for BLS zipl 2024-03-10 11:28:21 +01:00
device_provider_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
disk_test.py Fallback to built-in partition UUID table 2024-02-26 14:59:56 +01:00
integrity_device_test.py Move DiskFormat to context manager 2024-02-29 16:42:49 +01:00
loop_device_test.py Fix potential race condition in loop detach 2024-06-20 18:08:35 +02:00
luks_device_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
mapped_device_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
raid_device_test.py Refactor Command class 2024-02-19 16:33:24 +01:00
setup_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00