kiwi-el8/test/unit/tasks
Marcus Schäfer a52117eb63
Fixed handling of signing_keys in cmdline options
When passing signing_keys with the --add-repo|--set-repo
commandline options the delimiter to separate the single
key information is a colon(:). However, this is stupid when
kiwi expects the signing key to be references as an URI
format like file://... Therefore this patch changes the
delimiter from colon(:) to semicolon(;)
2022-06-08 18:29:42 +02:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Fixed handling of signing_keys in cmdline options 2022-06-08 18:29:42 +02:00
image_info_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
image_resize_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
result_bundle_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
result_list_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
system_build_test.py Setup SELinux on every system prepare / build (#2148) 2022-06-01 11:31:00 +02:00
system_create_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
system_prepare_test.py Setup SELinux on every system prepare / build (#2148) 2022-06-01 11:31:00 +02:00
system_update_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00