kiwi-el8/test/unit/system
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
..
root_import Refactor container factory classes 2020-12-15 20:19:10 +01:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
identifier_test.py Add strong typing for the following API methods 2021-01-21 11:39:42 +00:00
kernel_test.py Add strong typing for the following API methods 2021-01-22 17:25:17 +00:00
prepare_test.py Make debootstrap repository explicit 2020-12-11 17:20:00 +01:00
profile_test.py Allow custom root volume name setup 2020-10-27 16:17:47 +01:00
result_test.py Add strong typing for the following API methods 2021-01-22 17:25:17 +00:00
root_bind_test.py Add strong typing for the following API methods 2021-01-21 11:39:42 +00:00
root_init_test.py Add strong typing for the following API methods 2021-01-21 11:39:42 +00:00
setup_test.py Added strong typing for the following API methods 2021-01-20 17:09:26 +01:00
shell_test.py Added new post disk sync script hook 2020-06-06 16:29:24 +02:00
size_test.py Add strong typing for the following API methods 2021-01-21 11:22:15 +00:00
uri_test.py Refactor RuntimeConfig class 2021-02-08 12:41:20 +01:00
users_test.py Add strong typing for the following API methods 2021-01-21 11:22:15 +00:00