kiwi-el8/test/unit/builder
Neal Gompa f3b485089b Use namespaced files in /var/tmp for large temporary files
Previously, kiwi created staging image files as plain temporary files
in /tmp, which causes issues on operating systems where /tmp is tmpfs.
Notably, image builds would fail with "no space left on the device"
because the tmpfs was not big enough for everything to exist there.

To fix this, we change to use /var/tmp, and additionally add a prefix
for our temporary files so that the user knows which ones kiwi created.

Fixes: https://github.com/OSInside/kiwi/issues/1866
2021-06-28 12:06:42 -04:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
archive_test.py Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
container_test.py Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
disk_test.py Use namespaced files in /var/tmp for large temporary files 2021-06-28 12:06:42 -04:00
filesystem_test.py Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
init_test.py Use pragma: no cover to skip non reachable code 2020-09-29 09:58:22 +02:00
install_test.py Refactor disk and install builders and dracut boot image 2021-05-03 14:08:46 +02:00
kis_test.py Added support for skipping initrd creation 2021-05-27 16:07:55 +02:00
live_test.py Use namespaced files in /var/tmp for large temporary files 2021-06-28 12:06:42 -04:00