kiwi-el8/test/unit
Marcus Schäfer 91afaad923
Be more flexible for isoinfo lookup
isoinfo can either be provided by the community package in
/usr/lib/genisoimage/isoinfo or by the mkisofs package from
J. Schilling in /usr/bin/isoinfo. kiwi should be smart enough
to lookup which tool is installed. /usr/bin/isoinfo will be
preferred
2016-04-19 10:07:21 +02:00
..
__init__.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
.coveragerc Move from nose to pytest 2016-03-14 12:23:14 +01:00
archive_cpio_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
archive_tar_test.py have tar preserve all xattrs 2016-03-22 10:28:25 +01:00
boot_image_base_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
boot_image_dracut_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
boot_image_kiwi_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
boot_image_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
bootloader_config_base_test.py Move get_failsafe_kernel_options to Defaults 2016-04-13 11:22:46 +02:00
bootloader_config_grub2_test.py Add part_msdos module for self build EFI image 2016-04-18 09:36:44 +02:00
bootloader_config_isolinux_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
bootloader_config_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
bootloader_config_zipl_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
bootloader_install_base_test.py Complete bootloader install interface 2016-04-13 11:42:28 +02:00
bootloader_install_grub2_test.py Refactor InstallBootLoaderGrub2 constructor 2016-03-24 11:14:14 +01:00
bootloader_install_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
bootloader_install_zipl_test.py Refactor grub2 EFI support 2016-03-16 12:57:25 +01:00
bootloader_template_grub2_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
bootloader_template_isolinux_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
bootloader_template_zipl_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
builder_archive_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
builder_container_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
builder_disk_test.py Cleanup use of partition id maps 2016-04-14 15:38:31 +02:00
builder_filesystem_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
builder_install_test.py Fixed 32bit x86 builds 2016-03-16 17:31:46 +01:00
builder_live_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
builder_pxe_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
builder_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
cli_test.py Make color output an option 2016-04-01 22:50:00 +02:00
command_process_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
command_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
container_image_docker_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
container_image_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
container_setup_base_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
container_setup_docker_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
container_setup_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
defaults_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
filesystem_base_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
filesystem_btrfs_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
filesystem_clicfs_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
filesystem_ext2_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
filesystem_ext3_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
filesystem_ext4_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
filesystem_fat16_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
filesystem_fat32_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
filesystem_isofs_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
filesystem_setup_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
filesystem_squashfs_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
filesystem_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
filesystem_xfs_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
firmware_test.py Added support for virtual boot partition on arm 2016-03-22 16:20:51 +01:00
help_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
iso_test.py Be more flexible for isoinfo lookup 2016-04-19 10:07:21 +02:00
kernel_test.py Don't raise if kversion exits with error 2016-03-23 15:56:39 +01:00
logger_test.py Fixed logger unit test 2016-04-02 23:27:14 +02:00
mount_manager_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
package_manager_base_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
package_manager_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
package_manager_yum_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
package_manager_zypper_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
partitioner_base_test.py Added support for hybrid GPT 2016-03-18 21:41:14 +01:00
partitioner_dasd_test.py Added support for hybrid GPT 2016-03-18 21:41:14 +01:00
partitioner_gpt_test.py Preserve hybrid GPT status on boot 2016-03-22 10:28:05 +01:00
partitioner_msdos_test.py Added support for hybrid GPT 2016-03-18 21:41:14 +01:00
partitioner_test.py Activate partitioner support for arm 2016-03-23 15:19:31 +01:00
path_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
privileges_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
profile_test.py Preserve hybrid GPT status on boot 2016-03-22 10:28:05 +01:00
repository_base_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
repository_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
repository_yum_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
repository_zypper_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
result_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
root_bind_test.py Make sure shared mount directories exists 2016-04-18 17:06:17 +02:00
root_init_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
shell_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
storage_device_provider_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
storage_disk_test.py Cleanup use of partition id maps 2016-04-14 15:38:31 +02:00
storage_loop_device_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
storage_luks_device_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
storage_mapped_device_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
storage_raid_device_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
storage_setup_test.py Added support for virtual boot partition on arm 2016-03-22 16:20:51 +01:00
storage_subformat_base_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
storage_subformat_gce_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
storage_subformat_qcow2_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
storage_subformat_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
storage_subformat_vhd_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
storage_subformat_vhdfixed_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
storage_subformat_vmdk_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
system_identifier_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
system_prepare_test.py Check for derived description path in prepare too 2016-03-24 16:57:38 +01:00
system_setup_test.py Refactor SystemSetup class 2016-03-24 16:41:47 +01:00
system_size_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
tasks_base_test.py Make color output an option 2016-04-01 22:50:00 +02:00
tasks_result_bundle_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
tasks_result_list_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
tasks_system_build_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
tasks_system_create_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
tasks_system_prepare_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
tasks_system_update_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
test_helper.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
uri_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
users_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
utils_checksum_test.py Refactor data subpackage 2016-03-17 10:42:08 +01:00
utils_compress_test.py Refactor data subpackage 2016-03-17 10:42:08 +01:00
utils_sync_test.py Refactor data subpackage 2016-03-17 10:42:08 +01:00
volume_manager_base_test.py Update volume_manager inline API documentation 2016-04-15 14:41:16 +02:00
volume_manager_btrfs_test.py Update volume_manager inline API documentation 2016-04-15 14:41:16 +02:00
volume_manager_lvm_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
volume_manager_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
xml_description_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00
xml_state_test.py Move from nose to pytest 2016-03-14 12:23:14 +01:00