The nova.tests.baremetal.test_virtual_power_driver Module

Tests for baremetal virtual power driver.

class BareMetalVPDTestCase(*args, **kwargs)

Bases: nova.tests.baremetal.db.base.BMDBTestCase

setUp()
class VPDClassMethodsTestCase(*args, **kwargs)

Bases: nova.tests.baremetal.test_virtual_power_driver.BareMetalVPDTestCase

setUp()
test_activate_node()
test_activate_node_fail()
test_activate_node_with_exception()
test_check_for_node()
test_check_for_node_not_found()
test_deactivate_node()
test_deactivate_node_fail()
test_get_conn_success_key()
test_get_conn_success_pass()
test_get_full_node_list()
test_is_power_on()
test_is_power_on_fail()
test_is_power_on_match_subname()
test_reboot_node()
test_reboot_node_fail()
test_run_command()
test_run_command_raises_exception()
class VPDMissingOptionsTestCase(*args, **kwargs)

Bases: nova.tests.baremetal.test_virtual_power_driver.BareMetalVPDTestCase

test_get_conn_missing_options()

Previous topic

The nova.tests.baremetal.test_utils Module

Next topic

The nova.tests.baremetal.test_volume_driver Module

This Page