Sha256: f479bdc14e07fd585d3b09c2806c1f4e9dad8f4780c1d125cb6e299d5d297885

Contents?: true

Size: 425 Bytes

Versions: 14

Compression:

Stored size: 425 Bytes

Contents

Shindo.tests("Fog::Compute[:hp] | address", ["hp"]) do

  @base_image_id = ENV["BASE_IMAGE_ID"] || 1242

  model_tests(Fog::Compute[:hp].addresses, {}, true) do

    @server = Fog::Compute[:hp].servers.create(:name => "fogservertests", :flavor_id => 100, :image_id => @base_image_id)
    @server.wait_for { ready? }

    tests('#server=').succeeds do
      @instance.server = @server
    end

    @server.destroy

  end

end

Version data entries

14 entries across 14 versions & 6 rubygems

Version Path
fog-nirvanix-1.8.2 tests/hp/models/compute/address_tests.rb
fog-nirvanix-1.8.1 tests/hp/models/compute/address_tests.rb
fog-parser-fix-1.6.1 tests/hp/models/compute/address_tests.rb
fog-test-again-1.6.0 tests/hp/models/compute/address_tests.rb
fog-parser-fix-1.6.0 tests/hp/models/compute/address_tests.rb
fog-1.9.0 tests/hp/models/compute/address_tests.rb
fog-maestrodev-1.8.0.20130114204828 tests/hp/models/compute/address_tests.rb
fog-maestrodev-1.8.0.20130111070250 tests/hp/models/compute/address_tests.rb
fog-maestrodev-1.8.0.20130109172219 tests/hp/models/compute/address_tests.rb
fog-sgonyea-1.8.1 tests/hp/models/compute/address_tests.rb
fog-1.8.0 tests/hp/models/compute/address_tests.rb
fog-maestrodev-1.7.0.20121114190951 tests/hp/models/compute/address_tests.rb
fog-1.7.0 tests/hp/models/compute/address_tests.rb
fog-1.6.0 tests/hp/models/compute/address_tests.rb