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()[source]
test_power_off()[source]
test_prepare_image()[source]
test_prepare_image_with_configdrive()[source]
test_start_iscsi_target()[source]
test_start_iscsi_target_custom_port()[source]
test_start_iscsi_target_wipe_disk_metadata()[source]
test_sync()[source]