Sha256: 66eb26e138251a13bf397128539175bf037064682375a58f5698ea16468f0c09

Contents?: true

Size: 503 Bytes

Versions: 101

Compression:

Stored size: 503 Bytes

Contents

Shindo.tests('Fog::Rackspace::BlockStorage | snapshots', ['rackspace']) do

  service = Fog::Rackspace::BlockStorage.new
  volume = service.volumes.create({
    :display_name => "fog_#{Time.now.to_i.to_s}",
    :size => 100
  })

  volume.wait_for { ready? }

  options = { :display_name => "fog_#{Time.now.to_i.to_s}", :volume_id => volume.id }
  collection_tests(service.snapshots, options, true) do
    @instance.wait_for { ready? }
  end

  volume.wait_for { snapshots.empty? }
  volume.destroy
end

Version data entries

101 entries across 99 versions & 11 rubygems

Version Path
fog-rackspace-0.1.6 tests/rackspace/models/block_storage/snapshots_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-rackspace-0.1.5/tests/rackspace/models/block_storage/snapshots_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-rackspace-0.1.5/tests/rackspace/models/block_storage/snapshots_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-rackspace-0.1.5/tests/rackspace/models/block_storage/snapshots_tests.rb
fog-rackspace-0.1.5 tests/rackspace/models/block_storage/snapshots_tests.rb
fog-rackspace-0.1.4 tests/rackspace/models/block_storage/snapshots_tests.rb
fog-rackspace-0.1.3 tests/rackspace/models/block_storage/snapshots_tests.rb
fog-rackspace-0.1.2 tests/rackspace/models/block_storage/snapshots_tests.rb
fog-rackspace-0.1.1 tests/rackspace/models/block_storage/snapshots_tests.rb
fog-rackspace-0.1.0 tests/rackspace/models/block_storage/snapshots_tests.rb
fog-1.37.0 tests/rackspace/models/block_storage/snapshots_tests.rb
fog-1.36.0 tests/rackspace/models/block_storage/snapshots_tests.rb
fog-1.35.0 tests/rackspace/models/block_storage/snapshots_tests.rb
fog-2.0.0.pre.0 tests/rackspace/models/block_storage/snapshots_tests.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/tests/rackspace/models/block_storage/snapshots_tests.rb
fog-1.34.0 tests/rackspace/models/block_storage/snapshots_tests.rb
fog-1.33.0 tests/rackspace/models/block_storage/snapshots_tests.rb
fog-1.32.0 tests/rackspace/models/block_storage/snapshots_tests.rb
fog-1.31.0 tests/rackspace/models/block_storage/snapshots_tests.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/tests/rackspace/models/block_storage/snapshots_tests.rb