Sha256: e26c616e49f186e27de3a84d0d2bc8e61f959002ce61cd009bc6ff11f34c2dad

Contents?: true

Size: 298 Bytes

Versions: 79

Compression:

Stored size: 298 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

79 entries across 77 versions & 6 rubygems

Version Path
fog-aws-3.12.0 tests/models/compute/snapshots_tests.rb
fog-aws-3.11.0 tests/models/compute/snapshots_tests.rb
fog-aws-3.10.0 tests/models/compute/snapshots_tests.rb
fog-aws-3.9.0 tests/models/compute/snapshots_tests.rb
fog-aws-3.8.0 tests/models/compute/snapshots_tests.rb
fog-aws-3.7.0 tests/models/compute/snapshots_tests.rb
fog-aws-3.6.7 tests/models/compute/snapshots_tests.rb
fog-aws-3.6.6 tests/models/compute/snapshots_tests.rb
fog-aws-3.6.5 tests/models/compute/snapshots_tests.rb
fog-aws-3.6.4 tests/models/compute/snapshots_tests.rb
fog-aws-3.6.3 tests/models/compute/snapshots_tests.rb
fog-aws-3.6.2 tests/models/compute/snapshots_tests.rb
fog-aws-3.5.2 tests/models/compute/snapshots_tests.rb
fog-aws-3.5.1 tests/models/compute/snapshots_tests.rb
fog-aws-3.5.0 tests/models/compute/snapshots_tests.rb
fog-aws-3.4.0 tests/models/compute/snapshots_tests.rb
fog-aws-3.3.0 tests/models/compute/snapshots_tests.rb
fog-aws-3.2.0 tests/models/compute/snapshots_tests.rb
fog-aws-3.1.0 tests/models/compute/snapshots_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-aws-2.0.1/tests/models/compute/snapshots_tests.rb