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
ns-fog-1.22.10 tests/aws/models/compute/address_tests.rb
ns-fog-1.22.9 tests/aws/models/compute/address_tests.rb
ns-fog-1.22.8 tests/aws/models/compute/address_tests.rb
ns-fog-1.22.7 tests/aws/models/compute/address_tests.rb
ns-fog-1.22.6 tests/aws/models/compute/address_tests.rb
fog-1.23.0 tests/aws/models/compute/address_tests.rb
ns-fog-1.22.4 tests/aws/models/compute/address_tests.rb
ns-fog-1.22.3 tests/aws/models/compute/address_tests.rb
ns-fog-1.22.2 tests/aws/models/compute/address_tests.rb
fog-1.22.1 tests/aws/models/compute/address_tests.rb
fog-1.22.0 tests/aws/models/compute/address_tests.rb
fog-1.21.0 tests/aws/models/compute/address_tests.rb
fog-maestrodev-1.20.0.20140305101839 tests/aws/models/compute/address_tests.rb
fog-maestrodev-1.20.0.20140305101305 tests/aws/models/compute/address_tests.rb
fog-maestrodev-1.19.0.20140212012611 tests/aws/models/compute/address_tests.rb
fog-1.20.0 tests/aws/models/compute/address_tests.rb
fog-maestrodev-1.19.0.20140110004459 tests/aws/models/compute/address_tests.rb
fog-maestrodev-1.19.0.20140110003812 tests/aws/models/compute/address_tests.rb
fog-maestrodev-1.19.0.20140109202555 tests/aws/models/compute/address_tests.rb
fog-maestrodev-1.19.0.20140107192102 tests/aws/models/compute/address_tests.rb