kiwi-el8/test/unit/builder
Marcus Schäfer 7a5ab282b6
Refactor RuntimeConfig class
The former implementation read the runtime config file every
time a new RuntimeConfig instance was created. The runtime
config is however static during the runtime of an image build
process and not supposed to change. Therefore the file should
be read in once and any new instance of RuntimConfig should
just use what has been read in at the first invocation. This
commit refactors the RuntimeConfig class to hold an application
global RUNTIME_CONFIG variable and allows to reread the
config on explicit request.
2021-02-08 12:41:20 +01:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
archive_test.py Do not create a md5 checksum output file for archive images 2020-07-08 06:53:11 +02:00
container_test.py Refactor RuntimeConfig class 2021-02-08 12:41:20 +01:00
disk_test.py Refactor Partitioner 2020-11-25 17:02:12 +01:00
filesystem_test.py Refactor FileSystem Factory 2020-06-29 22:38:31 +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 Add the schematron rules for installinitrd 2021-01-26 22:21:31 +01:00
kis_test.py Refactor RuntimeConfig class 2021-02-08 12:41:20 +01:00
live_test.py Merge pull request #1568 from OSInside/support_creation_of_package_change_info 2020-10-02 14:03:42 +02:00