Sha256: 272fbab896dfcb834eb862a71dd9758d0bd4a724cbc4222e4b4d753adb89a39f

Contents?: true

Size: 292 Bytes

Versions: 189

Compression:

Stored size: 292 Bytes

Contents

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

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

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

  @volume.destroy

end

Version data entries

189 entries across 187 versions & 23 rubygems

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