Part of libcloud.test.compute.test_gridspot View Source View In Hierarchy
Method | setUp | Undocumented |
Method | test_invalid_creds | Tests the error-handling for passing a bad API Key to the Gridspot API |
Method | test_list_nodes | Undocumented |
Method | test_create_node | Gridspot does not implement this functionality |
Method | test_destroy_node | Test destroy_node for Gridspot driver |
Method | test_destroy_node_failure | Gridspot does not fail a destroy node unless the parameters are bad, in which case it 404s |
Method | test_reboot_node | Gridspot does not implement this functionality |
Method | test_reboot_node_failure | Gridspot does not implement this functionality |
Method | test_resize_node | Gridspot does not implement this functionality |
Method | test_reboot_node_response | Gridspot does not implement this functionality |
Method | test_list_images_response | Gridspot does not implement this functionality |
Method | test_create_node_response | Gridspot does not implement this functionality |
Method | test_destroy_node_response | Gridspot does not implement this functionality |
Method | test_list_sizes_response | Gridspot does not implement this functionality |
Method | test_resize_node_failure | Gridspot does not implement this functionality |
Method | test_list_images | Gridspot does not implement this functionality |
Method | test_list_sizes | Gridspot does not implement this functionality |
Method | test_list_locations | Gridspot does not implement this functionality |
Method | test_list_locations_response | Gridspot does not implement this functionality |
Inherited from TestCaseMixin:
Method | test_list_nodes_response | Undocumented |
Method | test_get_pricing_success | Undocumented |
Tests the error-handling for passing a bad API Key to the Gridspot API
Gridspot does not fail a destroy node unless the parameters are bad, in which case it 404s