1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[rackspace|computev2] aded test for bootstrap

This commit is contained in:
Brian Hartsock 2012-11-13 22:45:41 -05:00
parent 62a111f73d
commit 07f7da5c30

View file

@ -11,4 +11,10 @@ Shindo.tests('Fog::Compute::RackspaceV2 | servers', ['rackspace']) do
collection_tests(service.servers, options, false) do
@instance.wait_for { ready? }
end
tests("#bootstrap").succeeds do
@server = service.servers.bootstrap(options)
end
@server.destroy
end