kiwi-el8/test/unit
Marcus Schäfer e7e8c3bf42
Add support for dm integrity with secret key
Allow to protect the opening of the integrity data map and
journal through a keyfile. For setting the key file two new
optional type attributes were added:

* integrity_keyfile
* integrity_metadata_key_description

The key file format must be correct according to the selected
integrity algorithm. As of now the kiwi default hmac-sha256
algorithm is used with the selected keyfile

The optional integrity_metadata_key_description attribute
allows to specify a custom description of an integrity key
as it is expected to be present in the kernel keyring. The
information is placed in the integrity metadata block. If
not specified kiwi creates a key argument string instead
which is based on the given integrity_keyfile filename.
The format of this key argument is:

:BASENAME_OF_integrity_keyfile_WITHOUT_FILE_EXTENSION
2022-05-04 16:04:37 +02:00
..
archive Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
boot Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
bootloader Be less strict in boot link to itself 2022-04-10 15:25:37 +02:00
builder Merge pull request #2114 from OSInside/add_clone_argument_to_disk_interface 2022-04-27 18:37:52 +02:00
container Support additional names for docker containers 2022-03-09 18:19:31 +01:00
filesystem Fixed UUID setup for XFS 2022-04-28 15:01:58 +02:00
iso_tools Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
markup Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
oci_tools Fixed destructor test on oci_tools/buildah_test.py 2022-02-26 21:22:55 +01:00
package_manager Merge pull request #2073 from OSInside/debootstrap_logging 2022-02-26 20:46:04 +01:00
partitioner Add support for extended layout to msdos table 2022-03-05 21:25:56 +01:00
repository Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
solver Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
storage Add support for dm integrity with secret key 2022-05-04 16:04:37 +02:00
system Added ImageSystem class 2022-03-01 09:02:48 +01:00
tasks Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
utils Add support for standalone dm integrity 2022-04-25 15:40:32 +02:00
volume_manager Added create_verification_metadata method 2022-03-24 14:38:15 +01: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 Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
command_process_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
command_test.py Do not return default stdout if it is no raising on failure 2021-05-20 16:29:52 +02:00
defaults_test.py Add ensure_empty_tmpdirs option for OCI containers (bsc#1197783) 2022-03-31 15:43:40 +11:00
firmware_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
help_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
kiwi_compat_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
logger_color_formatter_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
logger_filter_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
logger_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
mount_manager_test.py Fixed disk.sh caller environment 2022-03-01 10:00:48 +01: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 runtime check for by-partuuid use 2022-03-23 16:54:24 +01:00
runtime_config_test.py Added create_verification_metadata method 2022-03-24 14:38:15 +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 Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
xml_state_test.py Add support for part clones to the Disk interface 2022-04-10 16:52:05 +02:00