kiwi-el8/test/unit
Marcus Schäfer ce9b1ccc08
Added option to set the image target architecture
The option --target-arch allows to set the architecture
used to build the image. By default this is the host
architecture. Please note, if the specified architecture
name does not match the host architecture and is therefore
requesting a cross architecture image build, it's important
to understand that for this process to work a preparatory
step to support the image architecture and binary format
on the building host is required and is not considered a
responsibility of kiwi. There will be a followup effort
on providing a plugin for kiwi which should be used to
manage the needed binfmt settings for cross arch image
builds
2021-04-14 12:53:28 +02:00
..
archive Fixed oem recovery tar parameter order 2020-07-03 10:33:05 +02:00
boot Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
bootloader Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
builder Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
container Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
filesystem Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
iso_tools Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
markup Fail non-XML descriptions if anymarkup not available (#1742) 2021-03-01 09:09:53 -05:00
oci_tools Refactor container factory classes 2020-12-15 20:19:10 +01:00
package_manager Decommission obsolete code reaching EOL 2021-04-10 20:04:39 +02:00
partitioner Complete strong typing for API methods 2021-04-10 20:04:39 +02:00
repository Complete strong typing for API methods 2021-04-10 20:04:39 +02:00
solver Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
storage Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
system Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
tasks Added optional post_bootstrap.sh script hook 2021-04-05 13:21:49 +02:00
utils Allow to enable volumes for filesystem check 2021-03-30 15:10:03 +02:00
volume_manager Allow to enable volumes for filesystem check 2021-03-30 15:10:03 +02:00
__init__.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
.coveragerc Use pragma: no cover to skip non reachable code 2020-09-29 09:58:22 +02:00
api_helper_test.py Added decorators to help with API management 2021-01-31 16:06:35 +01:00
cli_test.py Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
command_process_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
command_test.py Better error reporting if jing is missing 2020-11-17 16:26:55 +01:00
defaults_test.py Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
firmware_test.py Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
help_test.py Refactor use of raises in unit tests 2019-09-29 19:42:43 +02:00
kiwi_compat_test.py Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
logger_color_formatter_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
logger_filter_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
logger_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
mount_manager_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
path_test.py Fixed scope of remove_hierarchy 2020-07-22 11:32:28 +02:00
privileges_test.py Refactor use of raises in unit tests 2019-09-29 19:42:43 +02:00
runtime_checker_test.py Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
runtime_config_test.py Fixed API vs. CLI inconsistency 2021-03-08 10:08:26 +01:00
shell_test.py Stop inheriting from object 2019-08-22 15:43:27 +02:00
test_helper.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
xml_description_test.py Added strong typing for the following API methods 2020-12-17 10:37:22 +01:00
xml_state_test.py Added option to set the image target architecture 2021-04-14 12:53:28 +02:00