The ironic.tests.unit.drivers.modules.test_agent_client Module

class ironic.tests.unit.drivers.modules.test_agent_client.MockNode[source]

Bases: object

as_dict()[source]
class ironic.tests.unit.drivers.modules.test_agent_client.MockResponse(text)[source]

Bases: object

json()[source]
class ironic.tests.unit.drivers.modules.test_agent_client.TestAgentClient(*args, **kwargs)[source]

Bases: ironic.tests.base.TestCase

setUp()[source]
test__command()[source]
test__command_fail_json()[source]
test__command_fail_post()[source]
test__get_command_body()[source]
test__get_command_url()[source]
test__get_command_url_fail()[source]
test_content_type_header()[source]
test_execute_clean_step()[source]
test_get_clean_steps()[source]
test_get_commands_status()[source]
test_install_bootloader(*args, **keywargs)[source]
test_power_off()[source]
test_prepare_image(*args, **keywargs)[source]
test_prepare_image_with_configdrive(*args, **keywargs)[source]
test_start_iscsi_target(*args, **keywargs)[source]
test_sync()[source]

Project Source

This Page