mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
6 lines
209 B
Ruby
6 lines
209 B
Ruby
Shindo.tests('Slicehost::Compute | server model', ['slicehost']) do
|
|
|
|
# image 49 = Ubuntu 10.04 LTS (lucid)
|
|
server_tests(Slicehost[:compute], {:image_id => 49, :name => "fog_#{Time.now.to_i}"}, false)
|
|
|
|
end
|