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
gapinc-fog-1.12.1 tests/aws/models/compute/address_tests.rb
fog-1.12.1 tests/aws/models/compute/address_tests.rb
fog-1.12.0 tests/aws/models/compute/address_tests.rb
hpfog-0.0.20 tests/aws/models/compute/address_tests.rb
vagrant-shell-0.2.6 vendor/bundle/gems/fog-1.10.1/tests/aws/models/compute/address_tests.rb
vagrant-shell-0.2.5 vendor/bundle/gems/fog-1.10.1/tests/aws/models/compute/address_tests.rb
fog-nirvanix-1.8.2 tests/aws/models/compute/address_tests.rb
fog-1.11.1 tests/aws/models/compute/address_tests.rb
fog-1.11.0 tests/aws/models/compute/address_tests.rb
fog-nirvanix-1.8.1 tests/aws/models/compute/address_tests.rb
fog-1.10.1 tests/aws/models/compute/address_tests.rb
fog-parser-fix-1.6.1 tests/aws/models/compute/address_tests.rb
fog-test-again-1.6.0 tests/aws/models/compute/address_tests.rb
fog-test-me-1.10.0 tests/aws/models/compute/address_tests.rb
fog-parser-fix-1.6.0 tests/aws/models/compute/address_tests.rb
fog-1.10.0 tests/aws/models/compute/address_tests.rb
fog-1.9.0 tests/aws/models/compute/address_tests.rb
fog-maestrodev-1.8.0.20130114204828 tests/aws/models/compute/address_tests.rb
fog-maestrodev-1.8.0.20130111070250 tests/aws/models/compute/address_tests.rb
fog-maestrodev-1.8.0.20130109172219 tests/aws/models/compute/address_tests.rb