kiwi-el8/test/unit
David Cassany d1fced5e99 Fix packages file generation
This commit checks the %_dbpath value of the image rpm tool. This is
needed since recent rpm versions switched the default database path,
thus running rpm queries to different roots might lead to errors.

Fixes #605
2018-02-02 18:16:28 +01:00
..
__init__.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
.coveragerc Add unit tests for compat mode 2017-06-30 18:25:51 +02:00
archive_cpio_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
archive_tar_test.py Extend CommandCapabilities to also check version 2018-01-16 16:53:59 +01:00
boot_image_base_test.py Provide a get_boot_names method in boot classes 2018-01-24 16:57:27 +01:00
boot_image_builtin_kiwi_test.py Provide a get_boot_names method in boot classes 2018-01-24 16:57:27 +01:00
boot_image_dracut_test.py Provide a get_boot_names method in boot classes 2018-01-24 16:57:27 +01:00
boot_image_test.py Make get_initrd_system a state method 2017-09-06 18:01:37 +02:00
bootloader_config_base_test.py Added dracut kiwi oem module and library 2017-11-15 11:23:01 +01:00
bootloader_config_grub2_test.py Apply target permissions only if target dir exists 2017-12-06 16:25:12 +01:00
bootloader_config_isolinux_test.py Update failsafe kernel option list 2017-12-05 14:52:56 +01:00
bootloader_config_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
bootloader_config_zipl_test.py Update failsafe kernel option list 2017-12-05 14:52:56 +01:00
bootloader_install_base_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
bootloader_install_grub2_test.py Support overlay disk images via dracut 2017-09-06 17:08:10 +02:00
bootloader_install_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
bootloader_install_zipl_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
bootloader_template_grub2_test.py Adding mediacheck menu entry for liveCDs 2017-07-27 15:43:21 +02:00
bootloader_template_isolinux_test.py Adding mediacheck menu entry for liveCDs 2017-07-27 15:43:21 +02:00
bootloader_template_zipl_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
builder_archive_test.py Export *.verified also for images based on apt-get 2017-08-02 17:30:35 +02:00
builder_container_test.py Add max size post build command 2017-11-17 12:48:52 +01:00
builder_disk_test.py Fixed kiwi dracut config for the final system 2018-01-27 11:14:48 +01:00
builder_filesystem_test.py Export *.verified also for images based on apt-get 2017-08-02 17:30:35 +02:00
builder_install_test.py Fixed kiwi dracut config for the final system 2018-01-27 11:14:48 +01:00
builder_live_test.py Allow to choose dracut live module 2017-12-13 09:53:21 +01:00
builder_pxe_test.py Make sure xz options are used with pxe tarball 2017-09-27 12:06:04 +02:00
builder_test.py Implement custom argument handling for xz_options 2017-06-20 09:24:56 +02:00
cli_test.py Merge pull request #427 from SUSE/call_comfort_for_compat_mode 2017-07-17 10:56:49 +02:00
command_process_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
command_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
container_image_docker_test.py Include '--delete' in OCI images DataSync 2017-04-24 12:29:44 +02:00
container_image_oci_test.py Add OCI reference in skopeo copy call and umoci config call 2017-10-23 14:18:51 +02:00
container_image_test.py Add support for OCI images 2017-04-19 16:44:33 +02:00
container_setup_base_test.py Make sure toplevel target dir keeps permissions 2017-12-04 17:17:35 +01:00
container_setup_docker_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
container_setup_oci_test.py Add support for OCI images 2017-04-19 16:44:33 +02:00
container_setup_test.py Add support for OCI images 2017-04-19 16:44:33 +02:00
defaults_test.py Allow to choose dracut live module 2017-12-13 09:53:21 +01:00
filesystem_base_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
filesystem_btrfs_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
filesystem_clicfs_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
filesystem_ext2_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
filesystem_ext3_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
filesystem_ext4_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
filesystem_fat16_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
filesystem_fat32_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
filesystem_isofs_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
filesystem_setup_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
filesystem_squashfs_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
filesystem_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
filesystem_xfs_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
firmware_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
help_test.py Fixup unit test for help command 2017-07-06 10:34:35 +02:00
iso_test.py Fixed validation of isohybrid warnings 2017-10-25 13:06:44 +02:00
kiwi_compat_test.py More comfort in calling with compat arguments 2017-07-14 16:18:53 +02:00
logger_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
mount_manager_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
package_manager_apt_test.py Extend --signing-key to Apt package manager 2017-05-24 13:30:25 +02:00
package_manager_base_test.py Add method to setup installation of recommended packages 2017-04-10 15:28:10 +02:00
package_manager_dnf_test.py Add support for excluding packages when using DNF 2017-04-27 17:32:22 -04:00
package_manager_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
package_manager_yum_test.py Use 'yum-deprecated' if it exists when using Yum 2017-05-16 13:09:48 -04:00
package_manager_zypper_test.py Remove hardcoded any /var/lib/rpm path 2017-11-06 17:10:44 +01:00
partitioner_base_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
partitioner_dasd_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
partitioner_gpt_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
partitioner_msdos_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
partitioner_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
path_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
privileges_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
repository_apt_test.py Add support for apt repository priorities 2017-11-02 12:34:14 +01:00
repository_base_test.py Improve package/repository signature checking setup 2017-06-08 16:40:20 +02:00
repository_dnf_test.py Improve package/repository signature checking setup 2017-06-08 16:40:20 +02:00
repository_template_apt_test.py Handle rpm-check-signatures flag for each package manager 2017-05-15 19:38:53 +02:00
repository_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
repository_yum_test.py Improve package/repository signature checking setup 2017-06-08 16:40:20 +02:00
repository_zypper_test.py Fix content layout of zypper credentials file 2017-06-30 09:50:19 +02:00
runtime_checker_test.py Added runtime check for dracut-kiwi-oem-dump 2018-01-17 14:59:59 +01:00
runtime_config_test.py Refactor handling of obs repositories 2017-07-05 16:07:29 +02:00
shell_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
solver_repository_base_test.py Add support for repository credentials 2017-03-02 15:35:53 +01:00
solver_repository_rpm_dir_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
solver_repository_rpm_md_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
solver_repository_suse_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
solver_repository_test.py Add support for repository credentials 2017-03-02 15:35:53 +01:00
solver_sat_test.py Apply code quality checks for unit tests too 2017-03-07 15:50:40 +01:00
storage_device_provider_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
storage_disk_test.py Added dracut kiwi oem module and library 2017-11-15 11:23:01 +01:00
storage_loop_device_test.py Fixed blocksize setup in losetup 2017-11-07 17:39:15 +01:00
storage_luks_device_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
storage_mapped_device_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
storage_raid_device_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
storage_setup_test.py Fix calculation of needed disk space for oem types 2017-08-02 11:57:21 +02:00
storage_subformat_base_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
storage_subformat_gce_test.py - Image name generation for GCE images 2018-01-24 15:00:06 -05:00
storage_subformat_qcow2_test.py Added handling of formatoptions attribute 2017-08-11 15:46:40 +02:00
storage_subformat_template_vmware_settings_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
storage_subformat_test.py Added disk format="vhdx" support 2017-09-12 15:30:49 +02:00
storage_subformat_vagrant_libvirt_test.py Added DiskFormatVagrantLibVirt class 2016-12-12 11:27:19 +01:00
storage_subformat_vdi_test.py Added handling of formatoptions attribute 2017-08-11 15:46:40 +02:00
storage_subformat_vhd_test.py Added handling of formatoptions attribute 2017-08-11 15:46:40 +02:00
storage_subformat_vhdfixed_test.py Added handling of formatoptions attribute 2017-08-11 15:46:40 +02:00
storage_subformat_vhdx_test.py Added disk format="vhdx" support 2017-09-12 15:30:49 +02:00
storage_subformat_vmdk_test.py Remove vmdk metadata update procedure 2018-01-30 14:20:45 +01:00
system_identifier_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
system_kernel_test.py Don't lookup zImage symlink 2018-01-25 14:02:31 +01:00
system_prepare_test.py Improve package/repository signature checking setup 2017-06-08 16:40:20 +02:00
system_profile_test.py Delete hwclock from profile and system setup 2018-01-17 10:19:37 +01:00
system_result_test.py Post build constraint validation refactored 2017-11-21 10:20:34 +01:00
system_root_bind_test.py Bypass bootstrap procedure if no bootstrap packages section 2017-04-11 16:02:27 +02:00
system_root_import_base_test.py Fixed Uri is_remote method 2017-07-09 22:42:05 +02:00
system_root_import_docker_test.py Add OCI reference in skopeo copy call and umoci config call 2017-10-23 14:18:51 +02:00
system_root_import_oci_test.py Add OCI reference in skopeo copy call and umoci config call 2017-10-23 14:18:51 +02:00
system_root_import_test.py Add support for OCI images 2017-04-19 16:44:33 +02:00
system_root_init_test.py This commit fixed root_init when running inside the buildservice 2017-07-17 12:26:27 +02:00
system_setup_test.py Fix packages file generation 2018-02-02 18:16:28 +01:00
system_size_test.py Fix space calculation for lvm volumes 2017-08-09 22:36:34 +02:00
system_uri_test.py Fix url validation in buildservice (#420) 2017-07-11 14:58:18 +02:00
tasks_base_test.py Make sure CliTask instance reads the config file 2017-06-19 18:00:56 +02:00
tasks_image_info_test.py Allow use of more fine grain ignore repos options 2017-07-14 11:55:32 +02:00
tasks_image_resize_test.py Add max size post build command 2017-11-17 12:48:52 +01:00
tasks_result_bundle_test.py Added creation of zsync control file in bundler 2017-06-20 18:22:25 +02:00
tasks_result_list_test.py Convert user input to absolute paths 2017-03-24 17:24:13 +01:00
tasks_system_build_test.py Adding package_gpgcheck flag as an option for set-repo and add-repo 2018-01-23 19:03:27 +01:00
tasks_system_create_test.py Activate reading of runtime config in tasks 2017-06-19 09:45:00 +02:00
tasks_system_prepare_test.py Adding package_gpgcheck flag as an option for set-repo and add-repo 2018-01-23 19:03:27 +01:00
tasks_system_update_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
test_helper.py Improve coding style to make flake8 happy 2017-10-23 14:39:36 +02:00
users_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
utils_block_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
utils_checksum_test.py Fixed checksum file creation 2017-03-21 17:41:31 +01:00
utils_command_capabilities_test.py Extend CommandCapabilities to also check version 2018-01-16 16:53:59 +01:00
utils_compress_test.py Change default XZ compression options 2017-07-20 16:24:19 +02:00
utils_output_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
utils_sync_test.py Fixed use of stat result in os.chmod 2017-12-06 15:59:14 +01:00
utils_sysconfig_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
volume_manager_base_test.py Fix space calculation for lvm volumes 2017-08-09 22:36:34 +02:00
volume_manager_btrfs_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
volume_manager_lvm_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
volume_manager_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
xml_description_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
xml_state_test.py Adding package_gpgcheck flag as an option for set-repo and add-repo 2018-01-23 19:03:27 +01:00