kiwi-el8/test/unit
Marcus Schäfer 49aaa59bf0
Preserve extended attributes in tar archives
tar doesn't preserve extended attributes by default, causing Docker
images to not have any correct set-capabilities bits set on binaries
such as ping. This is fixed by adding the --xattrs flag to the tar
command
2016-03-04 10:01:53 +01:00
..
__init__.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
archive_builder_test.py Continue Refactor into subpackage 2016-02-29 10:32:01 +01:00
archive_cpio_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
archive_tar_test.py Preserve extended attributes in tar archives 2016-03-04 10:01:53 +01:00
boot_image_base_test.py Added support for using dracut initrd 2016-02-29 20:52:25 +01:00
boot_image_dracut_test.py Added support for using dracut initrd 2016-02-29 20:52:25 +01:00
boot_image_kiwi_test.py Added support for using dracut initrd 2016-02-29 20:52:25 +01:00
boot_image_test.py Added support for using dracut initrd 2016-02-29 20:52:25 +01:00
bootloader_config_base_test.py Added support for using dracut initrd 2016-02-29 20:52:25 +01:00
bootloader_config_grub2_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
bootloader_config_isolinux_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
bootloader_config_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
bootloader_config_zipl_test.py Added support for using dracut initrd 2016-02-29 20:52:25 +01:00
bootloader_install_base_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
bootloader_install_grub2_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
bootloader_install_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
bootloader_install_zipl_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
bootloader_template_grub2_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
bootloader_template_isolinux_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
bootloader_template_zipl_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
checksum_test.py Calculate checksum in chunks 2016-03-01 11:34:03 +01:00
cli_task_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
cli_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
command_process_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
command_test.py Better error response in debug output 2016-02-19 11:05:04 +01:00
compress_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
container_builder_test.py Continue Refactor into subpackage 2016-02-29 10:32:01 +01:00
container_image_docker_test.py Continue Refactor into subpackage 2016-02-29 11:02:58 +01:00
container_image_test.py Continue Refactor into subpackage 2016-02-29 11:02:58 +01:00
container_setup_base_test.py Continue Refactor into subpackage 2016-02-29 11:02:58 +01:00
container_setup_docker_test.py Continue Refactor into subpackage 2016-02-29 11:02:58 +01:00
container_setup_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
data_sync_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
defaults_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
device_provider_test.py Continue Refactor into subpackage 2016-02-29 11:37:27 +01:00
disk_builder_test.py Fixed kernel names for dracut initrd system 2016-03-02 21:38:02 +01:00
disk_format_base_test.py Continue Refactor into subpackage 2016-02-29 11:37:27 +01:00
disk_format_gce_test.py Fixed gce disk format 2016-03-03 11:05:42 +01:00
disk_format_qcow2_test.py Continue Refactor into subpackage 2016-02-29 11:37:27 +01:00
disk_format_test.py Continue Refactor into subpackage 2016-02-29 11:37:27 +01:00
disk_format_vhd_test.py Continue Refactor into subpackage 2016-02-29 11:37:27 +01:00
disk_format_vhdfixed_test.py Continue Refactor into subpackage 2016-02-29 11:37:27 +01:00
disk_format_vmdk_test.py Continue Refactor into subpackage 2016-02-29 11:37:27 +01:00
disk_setup_test.py Don't prevent an oem image from a custom disk size 2016-02-29 21:36:55 +01:00
disk_test.py Continue Refactor into subpackage 2016-02-29 11:37:27 +01:00
filesystem_base_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
filesystem_btrfs_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
filesystem_builder_test.py Continue Refactor into subpackage 2016-02-29 10:32:01 +01:00
filesystem_clicfs_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
filesystem_ext2_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
filesystem_ext3_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
filesystem_ext4_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
filesystem_fat16_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
filesystem_fat32_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
filesystem_isofs_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
filesystem_setup_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
filesystem_squashfs_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
filesystem_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
filesystem_xfs_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
firmware_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
help_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
image_builder_test.py Continue Refactor into subpackage 2016-02-29 10:32:01 +01:00
image_identifier_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
install_image_builder_test.py Continue Refactor into subpackage 2016-02-29 10:32:01 +01:00
iso_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
kernel_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
live_image_builder_test.py Added support for using dracut initrd 2016-02-29 20:52:25 +01:00
logger_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
loop_device_test.py Continue Refactor into subpackage 2016-02-29 11:37:27 +01:00
luks_device_test.py Continue Refactor into subpackage 2016-02-29 11:37:27 +01:00
mapped_device_test.py Continue Refactor into subpackage 2016-02-29 11:37:27 +01:00
mount_manager_test.py Refactor use of mount/umount calls 2016-02-26 16:50:31 +01:00
nose_helper.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
package_manager_base_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
package_manager_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
package_manager_yum_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
package_manager_zypper_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
partitioner_dasd_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
partitioner_gpt_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
partitioner_msdos_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
partitioner_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
path_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
privileges_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
profile_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
pxe_builder_test.py Added support for using dracut initrd 2016-02-29 20:52:25 +01:00
raid_device_test.py Continue Refactor into subpackage 2016-02-29 11:37:27 +01:00
repository_base_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
repository_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
repository_yum_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
repository_zypper_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
result_bundle_task_test.py Calculate checksum in chunks 2016-03-01 11:34:03 +01:00
result_list_task_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
result_test.py Refactor result bundler 2016-02-21 21:32:19 +01:00
root_bind_test.py Refactor use of mount/umount calls 2016-02-26 16:50:31 +01:00
root_init_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
shell_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
system_build_task_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
system_create_task_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
system_prepare_task_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
system_setup_test.py Added the following system setup methods 2016-02-21 21:05:24 +01:00
system_size_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
system_test.py Skip local repos if they don't exist 2016-03-02 21:35:14 +01:00
system_update_task_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
uri_test.py Refactor use of mount/umount calls 2016-02-26 16:50:31 +01:00
users_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
volume_manager_base_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
volume_manager_btrfs_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
volume_manager_lvm_test.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
volume_manager_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
xml_description_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00
xml_state_test.py Port application from python 2.7 to 3.4 2016-02-17 22:38:38 +01:00