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-0.6.0 tests/models/compute/address_tests.rb
fog-aws-0.5.0 tests/models/compute/address_tests.rb
fog-aws-0.4.1 tests/models/compute/address_tests.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/tests/aws/models/compute/address_tests.rb
fog-aws-0.4.0 tests/models/compute/address_tests.rb
fog-aws-0.3.0 tests/models/compute/address_tests.rb
fog-aws-0.2.2 tests/models/compute/address_tests.rb
fog-aws-0.2.0 tests/models/compute/address_tests.rb
fog-aws-0.1.2 tests/models/compute/address_tests.rb
fog-aws-0.1.1 tests/models/compute/address_tests.rb
fog-aws-0.1.0 tests/models/compute/address_tests.rb
fog-aws-0.0.8 tests/models/compute/address_tests.rb
fog-aws-0.0.7 tests/models/compute/address_tests.rb
fog-aws-0.0.6 tests/models/compute/address_tests.rb
fog-aws-0.0.5 tests/models/compute/address_tests.rb
fog-1.26.0 tests/aws/models/compute/address_tests.rb
fog-1.25.0 tests/aws/models/compute/address_tests.rb
nsidc-fog-1.24.1 tests/aws/models/compute/address_tests.rb
fog-1.24.0 tests/aws/models/compute/address_tests.rb
ns-fog-1.22.11 tests/aws/models/compute/address_tests.rb