1
0
Fork 0
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:
geemus 2010-10-12 16:01:17 -07:00
parent 56b114d5c7
commit 856334fe38
8 changed files with 33 additions and 23 deletions

View file

@ -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