Sha256: 9c85fdeb7a5f676f1300692ee33e2251be4904bad260af3dad1e75a555dd3ace

Contents?: true

Size: 464 Bytes

Versions: 30

Compression:

Stored size: 464 Bytes

Contents

Shindo.tests("Fog::Compute::HPV2 | volume backups collection", ['hp', 'v2', 'block_storage', 'backup']) do

  @volume = HP[:block_storage_v2].volumes.create(:name => 'fogvolbkp2tests', :description => 'fogvolbkp2tests-desc', :size => 1)
  @volume.wait_for { ready? } unless Fog.mocking?

  collection_tests(HP[:block_storage_v2].volume_backups, {:name => 'fogbkp2tests', :description => 'fogbkp2tests-desc', :volume_id => @volume.id}, true)

  @volume.destroy
end

Version data entries

30 entries across 30 versions & 4 rubygems

Version Path
ns-fog-1.22.10 tests/hp/models/block_storage_v2/volume_backups_tests.rb
ns-fog-1.22.9 tests/hp/models/block_storage_v2/volume_backups_tests.rb
ns-fog-1.22.8 tests/hp/models/block_storage_v2/volume_backups_tests.rb
ns-fog-1.22.7 tests/hp/models/block_storage_v2/volume_backups_tests.rb
ns-fog-1.22.6 tests/hp/models/block_storage_v2/volume_backups_tests.rb
fog-1.23.0 tests/hp/models/block_storage_v2/volume_backups_tests.rb
ns-fog-1.22.4 tests/hp/models/block_storage_v2/volume_backups_tests.rb
ns-fog-1.22.3 tests/hp/models/block_storage_v2/volume_backups_tests.rb
ns-fog-1.22.2 tests/hp/models/block_storage_v2/volume_backups_tests.rb
fog-1.22.1 tests/hp/models/block_storage_v2/volume_backups_tests.rb