The ironicclient.tests.unit.v1.test_node Module

class ironicclient.tests.unit.v1.test_node.NodeManagerTest(*args, **kwargs)[source]

Bases: testtools.testcase.TestCase

setUp()[source]
test_create()[source]
test_create_with_uuid()[source]
test_delete()[source]
test_node_get_boot_device()[source]
test_node_get_console()[source]
test_node_get_console_disabled()[source]
test_node_get_supported_boot_devices()[source]
test_node_list()[source]
test_node_list_associated()[source]
test_node_list_associated_and_maintenance()[source]
test_node_list_detail()[source]
test_node_list_limit()[source]
test_node_list_maintenance()[source]
test_node_list_marker()[source]
test_node_list_no_maintenance()[source]
test_node_list_pagination_no_limit()[source]
test_node_list_shows_name()[source]
test_node_list_sort_dir()[source]
test_node_list_sort_key()[source]
test_node_list_unassociated()[source]
test_node_port_list()[source]
test_node_port_list_detail()[source]
test_node_port_list_limit()[source]
test_node_port_list_marker()[source]
test_node_port_list_sort_dir()[source]
test_node_port_list_sort_key()[source]
test_node_set_boot_device()[source]
test_node_set_boot_device_persistent()[source]
test_node_set_console_mode()[source]
test_node_set_maintenance_false()[source]
test_node_set_maintenance_off()[source]
test_node_set_maintenance_on()[source]
test_node_set_maintenance_true()[source]
test_node_set_power_state()[source]
test_node_set_provision_state()[source]
test_node_set_provision_state_with_configdrive()[source]
test_node_set_provision_state_with_configdrive_dir(*args, **keywargs)[source]
test_node_set_provision_state_with_configdrive_file()[source]
test_node_show()[source]
test_node_show_by_instance()[source]
test_node_show_by_name()[source]
test_node_states()[source]
test_node_validate()[source]
test_update()[source]
test_vendor_passthru_delete(*args, **keywargs)[source]
test_vendor_passthru_get(*args, **keywargs)[source]
test_vendor_passthru_unknown_http_method(*args, **keywargs)[source]
test_vendor_passthru_update(*args, **keywargs)[source]

Previous topic

The ironicclient.tests.unit.v1.test_driver_shell Module

Next topic

The ironicclient.tests.unit.v1.test_node_shell Module

This Page