The ironic.tests.unit.drivers.test_fake Module

Test class for Fake driver.

class ironic.tests.unit.drivers.test_fake.FakeDriverTestCase(*args, **kwargs)[source]

Bases: ironic.tests.unit.db.base.DbTestCase

setUp()[source]
test_console_interface()[source]
test_deploy_interface()[source]
test_driver_interfaces()[source]
test_get_properties()[source]
test_inspect_interface()[source]
test_management_interface_get_boot_device()[source]
test_management_interface_get_properties()[source]
test_management_interface_get_supported_boot_devices()[source]
test_management_interface_set_boot_device_fail()[source]
test_management_interface_set_boot_device_good()[source]
test_management_interface_validate()[source]
test_power_interface()[source]

Project Source

This Page