The bareon.tests.test_ironic Module

class bareon.tests.test_ironic.TestGetBlockDevice(methodName='runTest')

Bases: unittest2.case.TestCase

test_device_info(**keywargs)
test_no_device_info(**keywargs)
class bareon.tests.test_ironic.TestGetBlockDevices(*args, **kwargs)

Bases: unittest2.case.TestCase

test_device_info(**keywargs)
test_no_devices(**keywargs)
class bareon.tests.test_ironic.TestGetGrub(methodName='runTest')

Bases: unittest2.case.TestCase

test_kernel_params(**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()
class bareon.tests.test_ironic.TestNailgunMockedMeta(methodName='runTest')

Bases: unittest2.case.TestCase

test_partition_scheme(**keywargs)
class bareon.tests.test_ironic.TestPartitionsPolicy(methodName='runTest')

Bases: unittest2.case.TestCase

test_partitions_policy()
test_partitions_policy_default()