Sha256: 89b82099560ec34ff6a9af6a6bfbbb643019df5f79542d44724af75b3c3c6d06

Contents?: true

Size: 607 Bytes

Versions: 92

Compression:

Stored size: 607 Bytes

Contents

provider, config = :ecloud, compute_providers[:ecloud]

Shindo.tests("Fog::Compute[:#{provider}] | ip_addresses", [provider.to_s]) do
  connection = Fog::Compute[provider]
  @organization = connection.organizations.first
  @environment = @organization.environments.first
  @network = @environment.networks.first
  @ip_addresses = @network.ips

  tests('#all').succeeds do
    returns(false) { @ip_addresses.all.empty? }
  end

  tests('#get').succeeds do
    address = @ip_addresses.first
    fetched_network = connection.ip_addresses.get(address.href)
    returns(false) { fetched_network.nil? }
  end
end

Version data entries

92 entries across 90 versions & 11 rubygems

Version Path
fog-maestrodev-1.18.0.20131114200144 tests/ecloud/compute/models/ip_address_tests.rb
gapinc-fog-1.12.1.2.1 tests/ecloud/compute/models/ip_address_tests.rb
fog-maestrodev-1.18.0.20131112185232 tests/ecloud/compute/models/ip_address_tests.rb
fog-maestrodev-1.18.0.20131111203459 tests/ecloud/compute/models/ip_address_tests.rb
fog-1.18.0 tests/ecloud/compute/models/ip_address_tests.rb
fog-1.17.0 tests/ecloud/compute/models/ip_address_tests.rb
fog-1.16.0 tests/ecloud/compute/models/ip_address_tests.rb
fog-maestrodev-1.15.0.20130927082724 tests/ecloud/compute/models/ip_address_tests.rb
fog-maestrodev-1.15.0.20130829165835 tests/ecloud/compute/models/ip_address_tests.rb
fog-1.15.0 tests/ecloud/compute/models/ip_address_tests.rb
gapinc-fog-1.14.0 tests/ecloud/compute/models/ip_address_tests.rb
fog-maestrodev-1.14.0.20130806165225 tests/ecloud/compute/models/ip_address_tests.rb
fog-1.14.0 tests/ecloud/compute/models/ip_address_tests.rb
fog-1.13.0 tests/ecloud/compute/models/ip_address_tests.rb
gapinc-fog-1.12.1.2 tests/ecloud/compute/models/ip_address_tests.rb
gapinc-fog-1.12.1.1 tests/ecloud/compute/models/ip_address_tests.rb
gapinc-fog-1.12.1a tests/ecloud/compute/models/ip_address_tests.rb
gapinc-fog-1.12.1 tests/ecloud/compute/models/ip_address_tests.rb
fog-1.12.1 tests/ecloud/compute/models/ip_address_tests.rb
fog-1.12.0 tests/ecloud/compute/models/ip_address_tests.rb