1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/digitalocean/requests/compute
Sergio Rubio a7372e0351 [digitalocean|compute] improve power state tests reliability
power on/off actions are asyncronous and somewhat unreliable so waiting
for server state changes to validate tests does not help. Check only if
API returns OK when requesting and trust DigitalOcean is doing its
thing.
2013-03-31 22:16:12 +02:00
..
create_server_tests.rb [digitalocean|compute] tests updates 2013-03-31 22:16:09 +02:00
destroy_server_tests.rb [digitalocean|compute] string fixes 2013-03-31 22:16:09 +02:00
get_server_details_tests.rb [digitalocean|compute] tests updates 2013-03-31 22:16:09 +02:00
list_flavors_tests.rb [digitalocean|compute] initial release 2013-03-31 22:16:08 +02:00
list_images_tests.rb [digitalocean|compute] initial release 2013-03-31 22:16:08 +02:00
list_regions_tests.rb [digitalocean|compute] initial release 2013-03-31 22:16:08 +02:00
list_servers_tests.rb [digitalocean|compute] list_servers request test fixes 2013-03-31 22:16:09 +02:00
list_ssh_keys_tests.rb [digitalocean|compute] added list_ssh_keys request tests 2013-03-31 22:16:11 +02:00
power_cycle_server_tests.rb [digitalocean|compute] Implement Server.power_cycle 2013-03-31 22:16:09 +02:00
power_state_tests.rb [digitalocean|compute] improve power state tests reliability 2013-03-31 22:16:12 +02:00
reboot_server_tests.rb [digitalocean|compute] Implemented Server.reboot 2013-03-31 22:16:09 +02:00