kiwi-el8/test/unit
Marcus Schäfer d85e0899e3 Fixup bootloader menu title setup
If the menu title is setup via the displayname attribute in
the XML configuration, kiwi should not change this text by
a prefix or any other style adaptions. Fixes #287
Fixes (bsc#1032118)
2017-04-04 12:01:05 +02:00
..
__init__.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
.coveragerc Added .coveragerc 2017-01-17 12:08:41 +01:00
archive_cpio_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
archive_tar_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
boot_image_base_test.py Throw a proper exception on missing boot reference 2017-03-22 15:00:32 +01:00
boot_image_builtin_kiwi_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
boot_image_dracut_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
boot_image_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
bootloader_config_base_test.py Fixup bootloader menu title setup 2017-04-04 12:01:05 +02:00
bootloader_config_grub2_test.py Fixup theme setup in boot 2017-03-28 14:23:05 +02:00
bootloader_config_isolinux_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
bootloader_config_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
bootloader_config_zipl_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +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 Flake cleanup for unit tests 2017-03-07 13:03:10 +01: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 Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
bootloader_template_isolinux_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
bootloader_template_zipl_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
builder_archive_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
builder_container_test.py Refactor RootImport to keep images with a default name 2017-03-15 09:47:35 +01:00
builder_disk_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
builder_filesystem_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
builder_install_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
builder_live_test.py Support editbootconfig also for the iso type 2017-03-24 11:09:54 +01:00
builder_pxe_test.py Fixup pxe builder 2017-03-20 11:32:30 +01:00
builder_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
cli_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01: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 Delete unused code 2017-03-14 10:20:44 +01:00
container_image_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
container_setup_base_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
container_setup_docker_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
container_setup_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
defaults_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +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 Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
iso_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01: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 Refactor method name of package manager interface 2017-03-27 15:19:14 +02:00
package_manager_base_test.py Do not change the API in an incompatible way 2017-03-28 11:19:28 +02:00
package_manager_dnf_test.py Refactor method name of package manager interface 2017-03-27 15:19:14 +02:00
package_manager_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
package_manager_yum_test.py Refactor method name of package manager interface 2017-03-27 15:19:14 +02:00
package_manager_zypper_test.py Refactor method name of package manager interface 2017-03-27 15:19:14 +02: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 Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
repository_base_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
repository_dnf_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
repository_template_apt_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
repository_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
repository_yum_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
repository_zypper_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
runtime_checker_test.py Merge pull request #263 from SUSE/no_relative_imports 2017-03-07 15:01:45 +01: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 Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
storage_loop_device_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +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 Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
storage_subformat_base_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
storage_subformat_gce_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
storage_subformat_qcow2_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01: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 Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
storage_subformat_vagrant_libvirt_test.py Added DiskFormatVagrantLibVirt class 2016-12-12 11:27:19 +01:00
storage_subformat_vdi_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
storage_subformat_vhd_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
storage_subformat_vhdfixed_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
storage_subformat_vmdk_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
system_identifier_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
system_kernel_test.py Fixup kernel name setup in disk builder 2016-11-24 10:39:10 +01:00
system_prepare_test.py Use request_package_exclusion method in prepare 2017-03-28 11:19:28 +02:00
system_profile_test.py Added <oem-nic-filter> element 2017-03-28 11:26:03 +02:00
system_result_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
system_root_bind_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
system_root_import_base_test.py Handle derived image as Uri instance 2017-03-13 20:20:24 +01:00
system_root_import_docker_test.py Refactor RootImport to keep images with a default name 2017-03-15 09:47:35 +01:00
system_root_import_test.py Flake8 fixes for unit tests 2017-03-07 16:22:04 +01:00
system_root_init_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
system_setup_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
system_size_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
system_uri_test.py Allow https location as repository source 2017-03-15 17:27:38 +01:00
tasks_base_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
tasks_image_info_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
tasks_image_resize_test.py Convert user input to absolute paths 2017-03-24 17:24:13 +01:00
tasks_result_bundle_test.py Convert user input to absolute paths 2017-03-24 17:24:13 +01: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 Convert user input to absolute paths 2017-03-24 17:24:13 +01:00
tasks_system_create_test.py Convert user input to absolute paths 2017-03-24 17:24:13 +01:00
tasks_system_prepare_test.py Convert user input to absolute paths 2017-03-24 17:24:13 +01:00
tasks_system_update_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
test_helper.py Apply code quality checks for unit tests too 2017-03-07 15:50:40 +01: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_compress_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
utils_output_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
utils_sync_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
utils_sysconfig_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
volume_manager_base_test.py Flake cleanup for unit tests 2017-03-07 13:03:10 +01: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 Handle derived image as Uri instance 2017-03-13 20:20:24 +01:00