Sha256: 464cb4d7790ef119695d8c3a40724dfb68541f8ad07aa795c3ccf59e6c72ddd9

Contents?: true

Size: 297 Bytes

Versions: 110

Compression:

Stored size: 297 Bytes

Contents

Shindo.tests("Fog::Compute[:aws] | snapshots", ['aws']) do

  @volume = Fog::Compute[:aws].volumes.create(:availability_zone => 'us-east-1a', :size => 1)
  @volume.wait_for { ready? }

  collection_tests(Fog::Compute[:aws].snapshots, {:volume_id => @volume.identity}, true)

  @volume.destroy

end

Version data entries

110 entries across 110 versions & 18 rubygems

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