kiwi-el8/test/unit
Marcus Schäfer bc7b0d6af9 Change default ec2 root_cmdline_parameter
For ec2 based firmware the value root=UUID=x is provided
instead of a static device node
2016-02-11 11:19:57 +01:00
..
__init__.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
archive_builder_test.py Fixed archive_builder_test 2016-02-10 11:41:45 +01:00
archive_cpio_test.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
archive_tar_test.py Added recovery setup 2016-01-05 11:36:10 +01:00
boot_image_base_test.py Refactor internal boot image task 2016-02-11 11:19:57 +01:00
boot_image_kiwi_test.py Refactor internal boot image task 2016-02-11 11:19:57 +01:00
bootloader_config_base_test.py Change default ec2 root_cmdline_parameter 2016-02-11 11:19:57 +01:00
bootloader_config_grub2_test.py Allow alternative locations for grub installation 2016-02-09 15:28:06 +01:00
bootloader_config_isolinux_test.py Platform fixes for unit tests 2016-01-25 09:26:52 +01:00
bootloader_config_test.py Activate zipl bootloader config in factory class 2016-01-24 12:26:41 +01:00
bootloader_config_zipl_test.py Change default ec2 root_cmdline_parameter 2016-02-11 11:19:57 +01:00
bootloader_install_base_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
bootloader_install_grub2_test.py Added BootLoaderInstallZipl class 2016-01-24 21:29:06 +01:00
bootloader_install_test.py Added BootLoaderInstallZipl class 2016-01-24 21:29:06 +01:00
bootloader_install_zipl_test.py Fixed zipl bootloader setup and install 2016-01-25 11:47:41 +01:00
bootloader_template_grub2_test.py Added live ISO grub2 efi template and setup 2016-01-13 12:04:09 +01:00
bootloader_template_isolinux_test.py Continue with LiveImageBuilder class 2016-01-12 22:19:07 +01:00
bootloader_template_zipl_test.py Finished BootLoaderConfigZipl class and tests 2016-01-22 15:48:02 +01:00
checksum_test.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
cli_task_test.py Add support for alternative config file *.kiwi 2016-01-25 16:24:23 +01:00
cli_test.py Added git like command completion 2016-02-09 21:12:03 +01:00
command_process_test.py Prevent duplicate error logging 2016-02-03 22:32:33 +01:00
command_test.py landscape: fix dangerous defaults 2015-12-05 21:15:43 +01:00
compress_test.py Added install pxe archive support 2016-01-05 15:40:40 +01:00
container_builder_test.py Put arch and version to output image file name 2016-02-10 10:33:11 +01:00
container_image_docker_test.py Added ContainerImage class 2016-01-19 11:53:34 +01:00
container_image_test.py Added ContainerImage class 2016-01-19 11:53:34 +01:00
container_setup_base_test.py Fixes for the container builder 2016-01-19 14:39:21 +01:00
container_setup_docker_test.py Added ContainerSetup classes 2016-01-18 16:59:58 +01:00
container_setup_test.py Added ContainerSetup classes 2016-01-18 16:59:58 +01:00
coverage.reference.xml KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
data_sync_test.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
defaults_test.py Started with LiveImageBuilder class 2016-01-10 19:12:58 +01:00
device_provider_test.py pep8 fixes 2016-01-12 23:08:51 +01:00
disk_builder_test.py Refactor internal boot image task 2016-02-11 11:19:57 +01:00
disk_format_base_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
disk_format_gce_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
disk_format_qcow2_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
disk_format_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
disk_format_vhd_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
disk_format_vhdfixed_test.py Platform endian fix for vhd tag test 2016-01-25 09:42:00 +01:00
disk_format_vmdk_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
disk_setup_test.py Platform fixes for unit tests 2016-01-25 09:26:52 +01:00
disk_test.py Move VTOC creation into Disk class 2016-01-25 10:34:41 +01:00
filesystem_base_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
filesystem_btrfs_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
filesystem_builder_test.py Put arch and version to output image file name 2016-02-10 10:33:11 +01:00
filesystem_clicfs_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
filesystem_ext2_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
filesystem_ext3_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
filesystem_ext4_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
filesystem_fat16_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
filesystem_fat32_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
filesystem_isofs_test.py Added fix_boot_catalog and relocate_boot_catalog 2016-01-27 12:36:44 +01:00
filesystem_setup_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
filesystem_squashfs_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
filesystem_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
filesystem_xfs_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
firmware_test.py Refactor Firmware class 2016-01-20 17:06:09 +01:00
help_test.py Man pages are below level 2 2016-02-09 17:41:52 +01:00
image_builder_test.py Added ImageBuilder factory 2016-01-20 10:59:43 +01:00
image_identifier_test.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
install_image_builder_test.py Put arch and version to output image file name 2016-02-10 10:33:11 +01:00
internal_boot_image_task_test.py Refactor internal boot image task 2016-02-11 11:19:57 +01:00
iso_test.py Fixed unit test for fix_boot_catalog on big endian 2016-02-09 11:22:27 +01:00
kernel_test.py Refactor boot data extraction from boot image 2015-12-06 20:43:38 +01:00
live_image_builder_test.py Refactor internal boot image task 2016-02-11 11:19:57 +01:00
logger_test.py pep8 fixes 2016-01-12 23:08:51 +01:00
loop_device_test.py Fixed LoopDevice class 2016-01-25 10:16:37 +01:00
luks_device_test.py pep8 fixes 2016-01-12 23:08:51 +01:00
mapped_device_test.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
nose_helper.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
package_manager_base_test.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
package_manager_test.py Added support for yum package manager 2016-02-07 15:16:10 +01:00
package_manager_yum_test.py Added support for yum package manager 2016-02-07 15:16:10 +01:00
package_manager_zypper_test.py pep8 fixes 2016-01-12 23:08:51 +01:00
partitioner_dasd_test.py Move VTOC creation into Disk class 2016-01-25 10:34:41 +01:00
partitioner_gpt_test.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
partitioner_msdos_test.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
partitioner_test.py Added partitioner_dasd for s390 2016-01-20 17:50:12 +01:00
path_test.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
privileges_test.py pep8 fixes 2016-01-12 23:08:51 +01:00
profile_test.py Put kiwi_btrfs_root_is_snapshot to boot profile 2016-01-29 14:43:47 +01:00
pxe_builder_test.py Refactor internal boot image task 2016-02-11 11:19:57 +01:00
raid_device_test.py pep8 fixes 2016-01-12 23:08:51 +01:00
repository_base_test.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
repository_test.py Added yum repository support 2016-02-07 14:52:12 +01:00
repository_yum_test.py Added yum repository support 2016-02-07 14:52:12 +01:00
repository_zypper_test.py Fixed use of iso mounted repositories 2016-02-07 14:52:34 +01:00
result_list_task_test.py Added kiwi result task 2016-01-15 11:38:08 +01:00
result_test.py Use pickle instead of marshal 2016-01-19 15:02:06 +01:00
root_bind_test.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
root_init_test.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
shell_test.py Refactor source code structure 2015-12-17 11:26:49 +01:00
system_build_task_test.py Support building in buildservice worker 2016-02-02 15:01:02 +01:00
system_create_task_test.py Added ImageBuilder factory 2016-01-20 10:59:43 +01:00
system_prepare_task_test.py Support building in buildservice worker 2016-02-02 15:01:02 +01:00
system_setup_test.py Added export_modprobe_setup method to SystemSetup 2016-02-10 16:26:35 +01:00
system_size_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
system_test.py Refactor CommandProcess class 2016-02-03 22:14:52 +01:00
system_update_task_test.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
uri_test.py Support building in buildservice worker 2016-02-02 15:01:02 +01:00
users_test.py pep8 fixes 2016-01-12 23:08:51 +01:00
volume_manager_base_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
volume_manager_btrfs_test.py Fixed btrfs build with snapshots 2016-01-29 21:07:03 +01:00
volume_manager_lvm_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
volume_manager_test.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
xml_description_test.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
xml_state_test.py Support building in buildservice worker 2016-02-02 15:01:02 +01:00