mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
cleaning up/repairing errant tests
This commit is contained in:
parent
56b114d5c7
commit
856334fe38
8 changed files with 33 additions and 23 deletions
|
|
@ -1,15 +1,16 @@
|
|||
Shindo.tests('Bluebox::Compute | block requests', ['bluebox']) do
|
||||
|
||||
@block_format = {
|
||||
'cpu' => Float,
|
||||
'hostname' => String,
|
||||
'id' => String,
|
||||
'ips' => [{'address' => String}],
|
||||
'memory' => Integer,
|
||||
'product' => Bluebox::Compute::Formats::PRODUCT,
|
||||
'status' => String,
|
||||
'storage' => Integer,
|
||||
'template' => String
|
||||
'cpu' => Float,
|
||||
'description' => String,
|
||||
'hostname' => String,
|
||||
'id' => String,
|
||||
'ips' => [{'address' => String}],
|
||||
'memory' => Integer,
|
||||
'product' => Bluebox::Compute::Formats::PRODUCT,
|
||||
'status' => String,
|
||||
'storage' => Integer,
|
||||
'template' => String
|
||||
}
|
||||
|
||||
tests('success') do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue