tests.devicelibs_test package

Submodules

tests.devicelibs_test.edd_test module

class tests.devicelibs_test.edd_test.EddTestCase(*args, **kwds)

Bases: unittest.case.TestCase

check_logs(debugs=None, infos=None, warnings=None, errors=None)
debug(*args)
root(name)
setUp()
tearDown()
test_collect_edd_data_absurd_virt()
test_collect_edd_data_bad_sata_virt()
test_collect_edd_data_mostly_fixed_virt()
test_collect_edd_data_sata_usb()
test_collect_edd_data_strawberry_mountain()
test_collect_mbrs_bad_sata_virt()
test_collect_mbrs_mostly_fixed_virt()
test_collect_mbrs_strawberry_mountain()
test_get_edd_dict_absurd_virt()
test_get_edd_dict_bad_sata_virt()
test_get_edd_dict_mostly_fixed_virt()
test_get_edd_dict_sata_usb()
test_get_edd_dict_strawberry_mountain()
class tests.devicelibs_test.edd_test.FakeDevice(name)

Bases: object

class tests.devicelibs_test.edd_test.FakeEddEntry(sysfspath, **kw)

Bases: blivet.devicelibs.edd.EddEntry

load()

tests.devicelibs_test.mdraid_test module

class tests.devicelibs_test.mdraid_test.MDRaidTestCase(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

test_mdraid()

tests.devicelibs_test.raid_test module

class tests.devicelibs_test.raid_test.RaidTestCase(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
test_raid()

Module contents