kiwi-el8/test/unit/container
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
..
setup 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
appx_test.py Added new image type: wsl 2020-03-26 19:42:25 +01:00
init_test.py Refactor container factory classes 2020-12-15 20:19:10 +01:00
oci_test.py Refactor RuntimeConfig class 2021-02-08 12:41:20 +01:00