Sha256: f6efc43b3f0a903928971c63e9aa8fdc967d95cb0db412de03c0710781c9279c

Contents?: true

Size: 538 Bytes

Versions: 126

Compression:

Stored size: 538 Bytes

Contents

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

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

    @server = Fog::Compute[:aws].servers.create
    @server.wait_for { ready? }

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

    tests('#server') do
      test(' == @server') do
        @server.reload
        @instance.server.public_ip_address == @instance.public_ip
      end
    end

    @server.destroy

  end

  model_tests(Fog::Compute[:aws].addresses, { :domain => "vpc" }, true)
end

Version data entries

126 entries across 126 versions & 14 rubygems

Version Path
fog-aws-1.2.0 tests/models/compute/address_tests.rb
fog-aws-1.1.0 tests/models/compute/address_tests.rb
fog-aws-1.0.0 tests/models/compute/address_tests.rb
fog-aws-0.13.0 tests/models/compute/address_tests.rb
fog-aws-0.12.0 tests/models/compute/address_tests.rb
fog-aws-0.11.0 tests/models/compute/address_tests.rb
fog-aws-0.10.0 tests/models/compute/address_tests.rb
fog-aws-0.9.4 tests/models/compute/address_tests.rb
fog-aws-0.9.3 tests/models/compute/address_tests.rb
fog-aws-0.9.2 tests/models/compute/address_tests.rb
fog-aws-0.9.1 tests/models/compute/address_tests.rb
fog-aws-0.9.0 tests/models/compute/address_tests.rb
fog-aws-0.8.1 tests/models/compute/address_tests.rb
fog-aws-0.8.0 tests/models/compute/address_tests.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-aws-0.7.5/tests/models/compute/address_tests.rb
fog-aws-0.7.6 tests/models/compute/address_tests.rb
fog-aws-0.7.5 tests/models/compute/address_tests.rb
fog-aws-0.7.4 tests/models/compute/address_tests.rb
fog-aws-0.7.3 tests/models/compute/address_tests.rb
fog-aws-0.7.2 tests/models/compute/address_tests.rb