Sha256: ac390952c22c4650e7fde557786d8359a3c563c58caefb5dbf85a678bca65563

Contents?: true

Size: 337 Bytes

Versions: 53

Compression:

Stored size: 337 Bytes

Contents

Shindo.tests('Fog::Compute[:cloudsigma] | volumes collection', ['cloudsigma']) do
  volumes = Fog::Compute[:cloudsigma].volumes
  volume_create_args = {:name => 'fogtest', :size => 1024**3, :media => :cdrom}

  collection_tests(volumes, volume_create_args, true) do
    @instance.wait_for(timeout=60) { status == 'unmounted' }
  end

end

Version data entries

53 entries across 53 versions & 3 rubygems

Version Path
fog-1.22.0 tests/cloudsigma/models/volumes_tests.rb
fog-1.21.0 tests/cloudsigma/models/volumes_tests.rb
fog-maestrodev-1.20.0.20140305101839 tests/cloudsigma/models/volumes_tests.rb
fog-maestrodev-1.20.0.20140305101305 tests/cloudsigma/models/volumes_tests.rb
fog-maestrodev-1.19.0.20140212012611 tests/cloudsigma/models/volumes_tests.rb
fog-1.20.0 tests/cloudsigma/models/volumes_tests.rb
fog-maestrodev-1.19.0.20140110004459 tests/cloudsigma/models/volumes_tests.rb
fog-maestrodev-1.19.0.20140110003812 tests/cloudsigma/models/volumes_tests.rb
fog-maestrodev-1.19.0.20140109202555 tests/cloudsigma/models/volumes_tests.rb
fog-maestrodev-1.19.0.20140107192102 tests/cloudsigma/models/volumes_tests.rb
fog-maestrodev-1.19.0.20140107142106 tests/cloudsigma/models/volumes_tests.rb
fog-maestrodev-1.19.0.20131219203941 tests/cloudsigma/models/volumes_tests.rb
fog-maestrodev-1.18.0.20131219193542 tests/cloudsigma/models/volumes_tests.rb
fog-1.19.0 tests/cloudsigma/models/volumes_tests.rb
fog-maestrodev-1.18.0.20131219033443 tests/cloudsigma/models/volumes_tests.rb
fog-maestrodev-1.18.0.20131219032002 tests/cloudsigma/models/volumes_tests.rb
fog-maestrodev-1.18.0.20131219030716 tests/cloudsigma/models/volumes_tests.rb
fog-maestrodev-1.18.0.20131219022322 tests/cloudsigma/models/volumes_tests.rb
fog-maestrodev-1.18.0.20131218202447 tests/cloudsigma/models/volumes_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/cloudsigma/models/volumes_tests.rb