mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
passing zone tests.
This commit is contained in:
parent
487328bf16
commit
1055bfeb06
1 changed files with 12 additions and 2 deletions
|
@ -10,14 +10,24 @@ Shindo.tests('Fog::Compute[:google] | zone requests', ['google']) do
|
|||
'name' => String,
|
||||
'description' => String,
|
||||
'status' => String,
|
||||
'maintenanceWindows' => []
|
||||
'maintenanceWindows' => [{
|
||||
'name' => String,
|
||||
'description' => String,
|
||||
'beginTime' => String,
|
||||
'endTime' => String,
|
||||
}],
|
||||
'quotas' => [{
|
||||
'metric' => String,
|
||||
'limit' => Float,
|
||||
'usage' => Float},
|
||||
],
|
||||
}
|
||||
|
||||
@list_zones_format = {
|
||||
'kind' => String,
|
||||
'id' => String,
|
||||
'selfLink' => String,
|
||||
'items' => []
|
||||
'items' => [@get_zone_format]
|
||||
}
|
||||
|
||||
tests('success') do
|
||||
|
|
Loading…
Add table
Reference in a new issue