mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fix Disk tests
This commit is contained in:
parent
328df19faf
commit
5ccc49388e
1 changed files with 5 additions and 1 deletions
|
@ -25,7 +25,9 @@ Shindo.tests('Fog::Compute[:google] | disk requests', ['google']) do
|
||||||
'name' => String,
|
'name' => String,
|
||||||
'zone' => String,
|
'zone' => String,
|
||||||
'status' => String,
|
'status' => String,
|
||||||
'sizeGb' => String
|
'sizeGb' => String,
|
||||||
|
'sourceImageId' => String,
|
||||||
|
'sourceImage' => String,
|
||||||
}
|
}
|
||||||
|
|
||||||
@delete_disk_format = {
|
@delete_disk_format = {
|
||||||
|
@ -56,6 +58,8 @@ Shindo.tests('Fog::Compute[:google] | disk requests', ['google']) do
|
||||||
'name'=> String,
|
'name'=> String,
|
||||||
'sizeGb'=> String,
|
'sizeGb'=> String,
|
||||||
'zone'=> String,
|
'zone'=> String,
|
||||||
|
'sourceImageId' => String,
|
||||||
|
'sourceImage' => String,
|
||||||
'status'=>String,
|
'status'=>String,
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue