Sha256: 18c3ff9098b6d58fef9ecd663fe6c6ec5077370b7a414ae7c94194d217069d51

Contents?: true

Size: 722 Bytes

Versions: 91

Compression:

Stored size: 722 Bytes

Contents

Shindo.tests("HP::BlockStorage | snapshots", ['hp', 'block_storage', 'snapshots']) do

  @volume = HP[:block_storage].volumes.create(:name => "testsnapvol", :size => 1)
  @volume.wait_for { ready? } unless Fog.mocking?

  model_tests(HP[:block_storage].snapshots, {:name => "fogsnaptests", :description => "fogsnaptests-desc", :volume_id => @volume.id}, true)

  tests("new snapshot") do
    @snapshot = HP[:block_storage].snapshots.create(:name => "testvol", :volume_id => @volume.id)
    @snapshot.wait_for { ready? } unless Fog.mocking?

    test("get(#{@snapshot.id})") do
      HP[:block_storage].snapshots.get(@snapshot.id) != nil?
    end

    after do
      @snapshot.destroy
    end
  end

  @volume.destroy

end

Version data entries

91 entries across 91 versions & 9 rubygems

Version Path
ns-fog-1.22.10 tests/hp/models/block_storage/snapshot_tests.rb
ns-fog-1.22.9 tests/hp/models/block_storage/snapshot_tests.rb
ns-fog-1.22.8 tests/hp/models/block_storage/snapshot_tests.rb
ns-fog-1.22.7 tests/hp/models/block_storage/snapshot_tests.rb
ns-fog-1.22.6 tests/hp/models/block_storage/snapshot_tests.rb
fog-1.23.0 tests/hp/models/block_storage/snapshot_tests.rb
ns-fog-1.22.4 tests/hp/models/block_storage/snapshot_tests.rb
ns-fog-1.22.3 tests/hp/models/block_storage/snapshot_tests.rb
ns-fog-1.22.2 tests/hp/models/block_storage/snapshot_tests.rb
fog-1.22.1 tests/hp/models/block_storage/snapshot_tests.rb
fog-1.22.0 tests/hp/models/block_storage/snapshot_tests.rb
fog-1.21.0 tests/hp/models/block_storage/snapshot_tests.rb
fog-maestrodev-1.20.0.20140305101839 tests/hp/models/block_storage/snapshot_tests.rb
fog-maestrodev-1.20.0.20140305101305 tests/hp/models/block_storage/snapshot_tests.rb
fog-maestrodev-1.19.0.20140212012611 tests/hp/models/block_storage/snapshot_tests.rb
fog-1.20.0 tests/hp/models/block_storage/snapshot_tests.rb
fog-maestrodev-1.19.0.20140110004459 tests/hp/models/block_storage/snapshot_tests.rb
fog-maestrodev-1.19.0.20140110003812 tests/hp/models/block_storage/snapshot_tests.rb
fog-maestrodev-1.19.0.20140109202555 tests/hp/models/block_storage/snapshot_tests.rb
fog-maestrodev-1.19.0.20140107192102 tests/hp/models/block_storage/snapshot_tests.rb