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

17 commits

Author SHA1 Message Date
Paul Thornthwaite
f08b2e0277 Disable ALL DigitalOcean tests until fixed
There appears to be a glitch in the test suite such that running
`bundle exec rake travis` passes locally without executing the DO tests
but they are running on Travis itself.

So fed up playing whackamole with failures. They are off until the
broken code is fixed.

See https://github.com/fog/fog/pull/3304

This reverts commit 9b7b8fd490.
This reverts commit fa9254ba8d.
2014-12-10 09:59:57 +00:00
Paul Thornthwaite
fa9254ba8d Mark broken DigitalOcean tests as pending
See https://github.com/fog/fog/pull/3304
2014-12-10 00:31:54 +00:00
Paul Thornthwaite
330a351ade Remove trailing blank lines
Done with `rubocop --auto-correct --only TrailingBlankLines`
2014-05-26 14:35:26 +01:00
Dave Donahue
13e3d7a010 [digitalocean|compute] add created_at timestamp as attribute of server
* We receive this field from Digital Ocean, so all we need to do to use it is add it as an attribute and it just works
2013-12-27 08:57:56 -06:00
Trae Robrock
037d99b8bf [digitalocean] Add support for private networking 2013-11-24 16:52:52 -08:00
Trae Robrock
69af9f62e9 Fix digitalocean server test 2013-07-22 08:05:30 -07:00
Trae Robrock
e47f95b5f9 digitalocean supports bootstrap 2013-07-21 11:09:53 -07:00
Sergio Rubio
7ee38ee2f6 [digitalocean|compute] Improved tests reliability
Better handling of power state related tests
2013-03-31 22:16:13 +02:00
DoubleMalt
2dbf7eff37 changed status to state for conformity and fixed alias for flavor_id 2013-03-31 22:16:12 +02:00
Sergio Rubio
e99e66cf13 [digitalocean|compute] mark Server.power_cycle test as pending when mocking 2013-03-31 22:16:12 +02:00
Sergio Rubio
6e0ece0863 [digitalocean|compute] mark Server.reboot test pending if mocking 2013-03-31 22:16:11 +02:00
Sergio Rubio
e044a30972 [digitalocean|compute] server model test fixes 2013-03-31 22:16:09 +02:00
Sergio Rubio
c1e518c3b5 [digitalocean|compute] implemented missing Server actions
- shutdown
- stop
- start

Added required tests
2013-03-31 22:16:09 +02:00
Sergio Rubio
6fa4feacdc [digitalocean|compute] tests updates 2013-03-31 22:16:09 +02:00
Sergio Rubio
21b28ee589 [digitalocean|compute] Implement Server.power_cycle
- Added power_cycle_server request
- Added required tests
2013-03-31 22:16:09 +02:00
Sergio Rubio
06467aeec7 [digitalocean|compute] Implemented Server.reboot
- Added reboot_server request
- Added required tests
2013-03-31 22:16:09 +02:00
Sergio Rubio
f11926a5a2 [digitalocean|compute] initial release
DigitalOcean Compute Service Provider.
See https://www.digitalocean.com/api
2013-03-31 22:16:08 +02:00