mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|rds] wait for ready? before reboot
This commit is contained in:
parent
0b44f59c7c
commit
13f080c6b3
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ Shindo.tests('AWS::RDS | instance requests', ['aws', 'rds']) do
|
|||
tests 'new storage' do
|
||||
returns(10){ server.allocated_storage}
|
||||
end
|
||||
|
||||
server.wait_for { state == 'available'}
|
||||
|
||||
tests("reboot db instance") do
|
||||
tests("#reboot").formats(AWS::RDS::Formats::REBOOT_DB_INSTANCE) do
|
||||
AWS[:rds].reboot_db_instance( @db_instance_id).body
|
||||
|
|
Loading…
Reference in a new issue