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