kiwi-el8/test/unit/builder
Marcus Schäfer 3b7f5be918
Complete refactoring of fstab handling
With the new Fstab class from prior pull request there is an
opportunity to handle all fstab related actions to be done
by that class. This commit extends the Fstab class with an
add_entry method such that we can avoid the extra lists
holding raw fstab lines in e.g the disk builder. In the end
all fstab related data is stored in an instance of the Fstab
class. This also extends the KIWI api by an fstab management
class. Related to #1329 and #1349
2020-03-18 16:01:13 +01:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
archive_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
container_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
disk_test.py Complete refactoring of fstab handling 2020-03-18 16:01:13 +01:00
filesystem_test.py Make squashfs compression configurable 2020-02-24 10:40:57 +01:00
init_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
install_test.py Fixed file name for config.bootoptions file 2020-03-06 15:52:49 +01:00
live_test.py Make squashfs compression configurable 2020-02-24 10:40:57 +01:00
pxe_test.py Add .append file for PXE images 2020-02-06 09:03:48 +01:00