mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fixing misc recently introduced spec/test bugs
This commit is contained in:
parent
8b30d74366
commit
b1473b39f5
28 changed files with 51 additions and 43 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Shindo.tests('Bluebox::Compute | flavors collection', ['bluebox']) do
|
||||
|
||||
flavors_tests(Bluebox[:compute])
|
||||
flavors_tests(Bluebox[:compute], {}, false)
|
||||
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Shindo.tests('Bluebox::Compute | server model', ['bluebox']) do
|
||||
|
||||
server_tests(Bluebox[:compute], {:image_id => 'a00baa8f-b5d0-4815-8238-b471c4c4bf72'})
|
||||
server_tests(Bluebox[:compute], {:image_id => 'a00baa8f-b5d0-4815-8238-b471c4c4bf72'}, false)
|
||||
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Shindo.tests('Bluebox::Compute | servers collection', ['bluebox']) do
|
||||
|
||||
# Ubuntu 9.10 64bit
|
||||
servers_tests(Bluebox[:compute], {:image_id => 'a00baa8f-b5d0-4815-8238-b471c4c4bf72'})
|
||||
servers_tests(Bluebox[:compute], {:image_id => 'a00baa8f-b5d0-4815-8238-b471c4c4bf72'}, false)
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue