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:
parent
62a111f73d
commit
07f7da5c30
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue