The bareon.tests.test_ironic Module¶
-
class
bareon.tests.test_ironic.TestGetBlockDevice(methodName='runTest')¶ Bases:
unittest2.case.TestCase-
test_device_info(*args, **keywargs)¶
-
test_no_device_info(*args, **keywargs)¶
-
-
class
bareon.tests.test_ironic.TestGetBlockDevices(*args, **kwargs)¶ Bases:
unittest2.case.TestCase-
test_device_info(*args, **keywargs)¶
-
test_no_devices(*args, **keywargs)¶
-
-
class
bareon.tests.test_ironic.TestGetGrub(methodName='runTest')¶ Bases:
unittest2.case.TestCase-
test_kernel_params(*args, **keywargs)¶
-
test_no_kernel_params()¶
-
-
class
bareon.tests.test_ironic.TestIronicMatch(*args, **kwargs)¶ Bases:
unittest2.case.TestCase-
test_match_device_by_name_matches()¶
-
test_match_device_by_name_not_matches()¶
-
test_match_device_by_path_matches()¶
-
test_match_device_by_path_not_matches()¶
-
test_match_device_by_scsi_matches()¶
-
test_match_device_by_scsi_not_matches()¶
-