Part of libcloud.test.compute.test_ssh_client View Source View In Hierarchy
Method | setUp | Creates the object patching the actual connection. |
Method | test_create_with_password | Initialize object with password. |
Method | test_create_without_credentials | Initialize object with no credentials. |
Method | test_basic_usage_absolute_path | Basic execution. |
Method | test_delete_script | Provide a basic test with 'delete' action. |
Creates the object patching the actual connection.
Initialize object with password. Just to have better coverage, initialize the object with the 'password' value instead of the 'key'.
Initialize object with no credentials. Just to have better coverage, initialize the object without 'password' neither 'key'.