kiwi-el8/test/unit/system
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
..
root_import Refactor use of logging facility 2019-10-23 17:54:27 +02:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
identifier_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
kernel_test.py Fixed ppc kernel lookup 2020-01-28 11:27:30 +01:00
prepare_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
profile_test.py Prevent swap partition to be the last one 2019-11-25 12:05:57 +01:00
result_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
root_bind_test.py Fixed handling of fillup templates 2020-02-24 18:03:22 +01:00
root_init_test.py Fixed handling of fillup templates 2020-02-24 18:03:22 +01:00
setup_test.py Complete refactoring of fstab handling 2020-03-18 16:01:13 +01:00
size_test.py Skip nodev devices for size calculations 2020-03-14 20:45:16 +01:00
uri_test.py Allow use of relative paths for dir:<path> URIs 2019-11-14 15:19:40 +01:00