The bareon.tests.test_manager Module

class bareon.tests.test_manager.FakeChain

Bases: object

append(thing)
process()
processors = []
class bareon.tests.test_manager.TestImageBuild(methodName='runTest')

Bases: unittest2.case.TestCase

setUp(*args, **keywargs)
test_do_build_image(*args, **keywargs)
class bareon.tests.test_manager.TestManager(methodName='runTest')

Bases: unittest2.case.TestCase

setUp(*args, **keywargs)
test_do_bootloader_grub1(*args, **keywargs)
test_do_bootloader_grub1_kernel_initrd_guessed(*args, **keywargs)
test_do_bootloader_grub1_kernel_initrd_set(*args, **keywargs)
test_do_bootloader_grub2(*args, **keywargs)
test_do_bootloader_grub_version_changes(*args, **keywargs)
test_do_bootloader_rootfs_not_found(*args, **keywargs)
test_do_bootloader_rootfs_uuid(*args, **keywargs)
test_do_bootloader_writes(*args, **keywargs)
test_do_configdrive(*args, **keywargs)
test_do_configdrive_no_configdrive_device(*args, **keywargs)
test_do_copyimage(*args, **keywargs)
test_do_copyimage_md5_matches(*args, **keywargs)
test_do_copyimage_md5_mismatch(*args, **keywargs)
test_do_copyimage_target_doesnt_exist(*args, **keywargs)
test_do_copyimage_target_not_block_device(*args, **keywargs)
test_do_partitioning(*args, **keywargs)
test_do_partitioning_md(*args, **keywargs)
test_do_partitioning_with_keep_data_flag(*args, **keywargs)
test_mount_target(*args, **keywargs)
test_umount_target(*args, **keywargs)