1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

10 commits

Author SHA1 Message Date
Dave Donahue
7d67e9726c [digitalocean|compute] fix merge conflict in fog_test_server_attributes 2014-01-05 19:44:07 -05:00
Dave Donahue
404af09125 [digitalocean|compute] sync with latest master for new fog_test_server_attributes 2014-01-05 19:36:35 -05:00
Nat Welch
84a592104b Hardcode some responses to tests 2013-12-29 23:38:04 -08:00
Dave Donahue
92ccbb9e10 [digitalocean|compute] allow bootstrapping with keys rather than paths
* Allows specifying public_key and private_key rather than public_key_path and private_key_path. Useful for Heroku where you don't have direct access to the filesystem and need to specify keys in environment variables.
2013-12-27 14:02:38 -06:00
Dave Donahue
25c518cbc2 [digitalocean|compute] additional test coverage and some maintenance
* Add created_at field to mock response
* Assert that the created_at field is returned
* Update references to nonexistent images
2013-12-27 10:03:22 -06:00
Trae Robrock
dc6e78d6bd Cleanup and refactor digitalocean integration
* Handle case where droplet is locked pending events, DO support says
they are planning to expose something in the api to show these events.
Until then this is the best we have.
* Whitespace cleanup
* Refactor test helpers
* Use the collection helper for the digitalocean servers collection
2013-07-10 17:41:12 -07:00
Kyle Rames
18473c1db6 [digitalocean] Check to see if we have a digital ocean api key before attempting to delete servers 2013-04-03 10:47:31 -05:00
Sergio Rubio
e8a3b1b475 [digitalocean|compute] do not run at_exit block when mocking 2013-03-31 22:16:11 +02:00
Sergio Rubio
6fa4feacdc [digitalocean|compute] tests updates 2013-03-31 22:16:09 +02:00
Sergio Rubio
7183f1e55c [digitalocean|compute] added test helpers 2013-03-31 22:16:08 +02:00