kiwi-el8/test/unit/tasks
Rhys Oxenham 88107398f5
Adding support for import of custom certificates
This commit adds support for providing custom CA certificates
during the build process. It allows a user to specify one ore
more CA file(s) via the new <certificates> section and/or
via the command line. The certificate files will be imported
directly after the image bootstrap has finished (where the
required CA update tools are available), but before any
further packages are retrieved, solving for situations where
the chroot environment needs certificates, e.g. when there's
a proxy server in the build environment.

Co-authored-by: Marcus Schaefer <marcus.schaefer@gmail.com>
2026-01-06 17:01:36 +01:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Add global option --setenv 2025-07-08 16:37:38 +02:00
image_info_test.py Fix profile env variable name regression 2025-02-26 16:17:40 +01:00
image_resize_test.py Move DiskFormat to context manager 2024-02-29 16:42:49 +01:00
result_bundle_test.py Add --no-compress option to bundler 2025-04-30 12:12:51 +02:00
result_list_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
system_build_test.py Adding support for import of custom certificates 2026-01-06 17:01:36 +01:00
system_create_test.py Move SystemPrepare to context manager 2024-02-27 15:43:06 +01:00
system_prepare_test.py Adding support for import of custom certificates 2026-01-06 17:01:36 +01:00
system_update_test.py Fixed delta_root build 2024-03-07 15:50:58 +01:00