The ironic.tests.unit.objects.test_node Module

class ironic.tests.unit.objects.test_node.TestNodeObject(*args, **kwargs)[source]

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

setUp()[source]
test__validate_property_values_success()[source]
test_create_with_invalid_properties()[source]
test_get_bad_id_and_uuid()[source]
test_get_by_id()[source]
test_get_by_port_addresses()[source]
test_get_by_uuid()[source]
test_get_network_interface_use_conf()[source]
test_get_network_interface_use_dhcp_provider()[source]
test_get_network_interface_use_field()[source]
test_list()[source]
test_refresh()[source]
test_release()[source]
test_release_node_not_found()[source]
test_reserve()[source]
test_reserve_node_not_found()[source]
test_save()[source]
test_touch_provisioning()[source]
test_update_with_invalid_properties()[source]

Project Source

This Page