The bareon.tests.test_generic_deploy_driver
Module¶
-
class
bareon.tests.test_generic_deploy_driver.
TestDoBootloader
(*args, **kwargs)¶ Bases:
unittest2.case.TestCase
-
test_grub1_nokernel_noinitrd
(**keywargs)¶
-
test_grub_1
(**keywargs)¶
-
test_grub_2
(**keywargs)¶
-
test_wrong_version_grub_1
(**keywargs)¶
-
test_wrong_version_grub_2
(**keywargs)¶
-
-
class
bareon.tests.test_generic_deploy_driver.
TestDoConfigDrive
(*args, **kwargs)¶ Bases:
unittest2.case.TestCase
-
test_do_configdrive
()¶
-
-
class
bareon.tests.test_generic_deploy_driver.
TestDoProvision
(*args, **kwargs)¶ Bases:
unittest2.case.TestCase
-
test_do_provision
()¶
-
-
class
bareon.tests.test_generic_deploy_driver.
TestDoReboot
(*args, **kwargs)¶ Bases:
unittest2.case.TestCase
-
test_do_reboot
(**keywargs)¶
-
-
class
bareon.tests.test_generic_deploy_driver.
TestGenerateFstab
(*args, **kwargs)¶ Bases:
unittest2.case.TestCase
-
test_fstab_disabled
(**keywargs)¶
-
test_fstab_options
(**keywargs)¶
-
test_success
(**keywargs)¶
-
-
class
bareon.tests.test_generic_deploy_driver.
TestMountTarget
(*args, **kwargs)¶ Bases:
unittest2.case.TestCase
-
test_partition
(**keywargs)¶
-
test_partition_swap
(**keywargs)¶
-
test_pseudo
(**keywargs)¶
-
test_treat_mtab_link
(**keywargs)¶
-
test_treat_mtab_no_link
(**keywargs)¶
-
-
class
bareon.tests.test_generic_deploy_driver.
TestPartitionSchemaCompareTool
(methodName='runTest')¶ Bases:
unittest2.case.TestCase
-
setUp
()¶ Hook method for setting up the test fixture before exercising it.
-
test_match
()¶
-
test_mismatch_extra_disk_in_user_schema
()¶
-
test_mismatch_extra_part_in_user_schema
()¶
-
test_mismatch_extra_part_on_hw_schema
()¶
-
-
class
bareon.tests.test_generic_deploy_driver.
TestPolicyPartitioner
(methodName='runTest')¶ Bases:
unittest2.case.TestCase
-
setup
(policy, cmp_mock, keep_data_flag_present=False)¶
-
test_partition_clean
(**keywargs)¶
-
test_partition_nailgun_legacy_partition
(**keywargs)¶
-
test_partition_nailgun_legacy_skip
(**keywargs)¶
-
test_partition_preserve
(**keywargs)¶
-
test_partition_verify
(**keywargs)¶
-
test_unknown_policy
(**keywargs)¶
-