Sha256: 9b4fac3d55b9a65dab1c5528be481107ca600d17118231c8216d325fc47197e4

Contents?: true

Size: 679 Bytes

Versions: 37

Compression:

Stored size: 679 Bytes

Contents

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

  service = Fog::Compute.new(:provider => 'HP', :version => :v2)

  @base_image_id = ENV['BASE_IMAGE_ID'] || '7f60b54c-cd15-433f-8bed-00acbcd25a17'

  @server = service.servers.create(:name => 'fogserverattachtest', :flavor_id => 100, :image_id => @base_image_id)
  @server.wait_for { ready? }
  @volume = HP[:block_storage_v2].volumes.create(:name => 'fogvolumetest', :size => 1)
  @volume.wait_for { ready? }

  collection_tests(@server.volume_attachments, {:server_id => @server.id, :volume_id => @volume.id, :device => '/dev/sdf'}, true)

  @volume.destroy
  @server.destroy

end

Version data entries

37 entries across 37 versions & 2 rubygems

Version Path
fog-1.22.0 tests/hp/models/compute_v2/volume_attachments_tests.rb
fog-1.21.0 tests/hp/models/compute_v2/volume_attachments_tests.rb
fog-maestrodev-1.20.0.20140305101839 tests/hp/models/compute_v2/volume_attachments_tests.rb
fog-maestrodev-1.20.0.20140305101305 tests/hp/models/compute_v2/volume_attachments_tests.rb
fog-maestrodev-1.19.0.20140212012611 tests/hp/models/compute_v2/volume_attachments_tests.rb
fog-1.20.0 tests/hp/models/compute_v2/volume_attachments_tests.rb
fog-maestrodev-1.19.0.20140110004459 tests/hp/models/compute_v2/volume_attachments_tests.rb
fog-maestrodev-1.19.0.20140110003812 tests/hp/models/compute_v2/volume_attachments_tests.rb
fog-maestrodev-1.19.0.20140109202555 tests/hp/models/compute_v2/volume_attachments_tests.rb
fog-maestrodev-1.19.0.20140107192102 tests/hp/models/compute_v2/volume_attachments_tests.rb
fog-maestrodev-1.19.0.20140107142106 tests/hp/models/compute_v2/volume_attachments_tests.rb
fog-maestrodev-1.19.0.20131219203941 tests/hp/models/compute_v2/volume_attachments_tests.rb
fog-maestrodev-1.18.0.20131219193542 tests/hp/models/compute_v2/volume_attachments_tests.rb
fog-1.19.0 tests/hp/models/compute_v2/volume_attachments_tests.rb
fog-maestrodev-1.18.0.20131219033443 tests/hp/models/compute_v2/volume_attachments_tests.rb
fog-maestrodev-1.18.0.20131219032002 tests/hp/models/compute_v2/volume_attachments_tests.rb
fog-maestrodev-1.18.0.20131219030716 tests/hp/models/compute_v2/volume_attachments_tests.rb
fog-maestrodev-1.18.0.20131219022322 tests/hp/models/compute_v2/volume_attachments_tests.rb
fog-maestrodev-1.18.0.20131218202447 tests/hp/models/compute_v2/volume_attachments_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/hp/models/compute_v2/volume_attachments_tests.rb