Sha256: 2fba1c37ee67b28a5ee300df15e9a26a95259995fa0166f82fb99a5611572e13

Contents?: true

Size: 425 Bytes

Versions: 91

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

91 entries across 91 versions & 9 rubygems

Version Path
fog-1.38.0 tests/hp/models/compute/address_tests.rb
fog-1.37.0 tests/hp/models/compute/address_tests.rb
fog-1.36.0 tests/hp/models/compute/address_tests.rb
fog-1.35.0 tests/hp/models/compute/address_tests.rb
fog-2.0.0.pre.0 tests/hp/models/compute/address_tests.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/tests/hp/models/compute/address_tests.rb
fog-1.34.0 tests/hp/models/compute/address_tests.rb
fog-1.33.0 tests/hp/models/compute/address_tests.rb
fog-1.32.0 tests/hp/models/compute/address_tests.rb
fog-1.31.0 tests/hp/models/compute/address_tests.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/tests/hp/models/compute/address_tests.rb
fog-1.30.0 tests/hp/models/compute/address_tests.rb
fog-1.29.0 tests/hp/models/compute/address_tests.rb
fog-1.28.0 tests/hp/models/compute/address_tests.rb
fog-1.27.0 tests/hp/models/compute/address_tests.rb
fog-1.26.0 tests/hp/models/compute/address_tests.rb
fog-1.25.0 tests/hp/models/compute/address_tests.rb
nsidc-fog-1.24.1 tests/hp/models/compute/address_tests.rb
fog-1.24.0 tests/hp/models/compute/address_tests.rb
ns-fog-1.22.11 tests/hp/models/compute/address_tests.rb