mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Mark servers collection tests as pending
This commit is contained in:
parent
c990effd49
commit
16412483e1
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
Shindo.tests('Fog::Compute[:cloudsigma] | servers collection', ['cloudsigma']) do
|
||||
# mark as pending, the collection_tests are not quite what in line with how CloudSigma servers operate
|
||||
pending
|
||||
servers = Fog::Compute[:cloudsigma].servers
|
||||
server_create_args = {:name => 'fogtest', :cpu => 2000, :mem => 512*1024**2, :vnc_password => 'myrandompass'}
|
||||
|
||||
collection_tests(servers, server_create_args, true)
|
||||
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue