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(**keywargs)

Hook method for setting up the test fixture before exercising it.

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

Bases: unittest2.case.TestCase

setUp(**keywargs)

Hook method for setting up the test fixture before exercising it.

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