l.t.c.t.DeploymentTests(unittest.TestCase) : class documentation

Part of libcloud.test.compute.test_deployment View Source View In Hierarchy

Undocumented
Method setUp Undocumented
Method test_multi_step_deployment Undocumented
Method test_ssh_key_deployment Undocumented
Method test_file_deployment Undocumented
Method test_script_deployment Undocumented
Method test_script_file_deployment Undocumented
Method test_script_deployment_relative_path Undocumented
Method test_script_deployment_absolute_path Undocumented
Method test_script_deployment_and_sshkey_deployment_argument_types Undocumented
Method test_wait_until_running_running_instantly Undocumented
Method test_wait_until_running_running_after_1_second Undocumented
Method test_wait_until_running_running_after_1_second_private_ips Undocumented
Method test_wait_until_running_invalid_ssh_interface_argument Undocumented
Method test_wait_until_running_timeout Undocumented
Method test_wait_until_running_running_node_missing_from_list_nodes Undocumented
Method test_wait_until_running_running_multiple_nodes_have_same_uuid Undocumented
Method test_wait_until_running_running_wait_for_multiple_nodes Undocumented
Method test_ssh_client_connect_success Undocumented
Method test_ssh_client_connect_timeout Undocumented
Method test_run_deployment_script_success Undocumented
Method test_run_deployment_script_exception Undocumented
Method test_deploy_node_success Undocumented
Method test_deploy_node_exception_run_deployment_script Undocumented
Method test_deploy_node_exception_ssh_client_connect Undocumented
Method test_deploy_node_depoy_node_not_implemented Undocumented
Method test_deploy_node_password_auth Undocumented
Method test_exception_is_thrown_is_paramiko_is_not_available Undocumented
def setUp(self): (source)
Undocumented
def test_multi_step_deployment(self): (source)
Undocumented
def test_ssh_key_deployment(self): (source)
Undocumented
def test_file_deployment(self): (source)
Undocumented
def test_script_deployment(self): (source)
Undocumented
def test_script_file_deployment(self): (source)
Undocumented
def test_script_deployment_relative_path(self): (source)
Undocumented
def test_script_deployment_absolute_path(self): (source)
Undocumented
def test_script_deployment_and_sshkey_deployment_argument_types(self): (source)
Undocumented
def test_wait_until_running_running_instantly(self): (source)
Undocumented
def test_wait_until_running_running_after_1_second(self): (source)
Undocumented
def test_wait_until_running_running_after_1_second_private_ips(self): (source)
Undocumented
def test_wait_until_running_invalid_ssh_interface_argument(self): (source)
Undocumented
def test_wait_until_running_timeout(self): (source)
Undocumented
def test_wait_until_running_running_node_missing_from_list_nodes(self): (source)
Undocumented
def test_wait_until_running_running_multiple_nodes_have_same_uuid(self): (source)
Undocumented
def test_wait_until_running_running_wait_for_multiple_nodes(self): (source)
Undocumented
def test_ssh_client_connect_success(self): (source)
Undocumented
def test_ssh_client_connect_timeout(self): (source)
Undocumented
def test_run_deployment_script_success(self): (source)
Undocumented
def test_run_deployment_script_exception(self): (source)
Undocumented
@patch('libcloud.compute.base.SSHClient')
@patch('libcloud.compute.ssh')
def test_deploy_node_success(self, mock_ssh_module, _): (source)
Undocumented
@patch('libcloud.compute.base.SSHClient')
@patch('libcloud.compute.ssh')
def test_deploy_node_exception_run_deployment_script(self, mock_ssh_module, _): (source)
Undocumented
@patch('libcloud.compute.base.SSHClient')
@patch('libcloud.compute.ssh')
def test_deploy_node_exception_ssh_client_connect(self, mock_ssh_module, ssh_client): (source)
Undocumented
@patch('libcloud.compute.ssh')
def test_deploy_node_depoy_node_not_implemented(self, mock_ssh_module): (source)
Undocumented
@patch('libcloud.compute.base.SSHClient')
@patch('libcloud.compute.ssh')
def test_deploy_node_password_auth(self, mock_ssh_module, _): (source)
Undocumented
@patch('libcloud.compute.base.SSHClient')
@patch('libcloud.compute.ssh')
def test_exception_is_thrown_is_paramiko_is_not_available(self, mock_ssh_module, _): (source)
Undocumented
API Documentation for libcloud, generated by pydoctor at 2013-07-01 17:02:02.