Sha256: da63ec2fd39febd7784b05be2f059e4db77b38d2e496405d87b75555bcf60c03

Contents?: true

Size: 465 Bytes

Versions: 62

Compression:

Stored size: 465 Bytes

Contents

Shindo.tests("Fog::Network[:openstack] | floating_ips", ['openstack']) do
  @floating_ip = Fog::Network[:openstack].floating_ips.create(:floating_network_id => 'f0000000-0000-0000-0000-000000000000')









  @floating_ips = Fog::Network[:openstack].floating_ips

  tests('success') do

    tests('#all').succeeds do
      @floating_ips.all
    end

    tests('#get').succeeds do
      @floating_ips.get @floating_ip.id
    end

  end

  @floating_ip.destroy
end

Version data entries

62 entries across 62 versions & 6 rubygems

Version Path
fog-1.22.0 tests/openstack/models/network/floating_ips_tests.rb
fog-1.21.0 tests/openstack/models/network/floating_ips_tests.rb
fog-maestrodev-1.20.0.20140305101839 tests/openstack/models/network/floating_ips_tests.rb
fog-maestrodev-1.20.0.20140305101305 tests/openstack/models/network/floating_ips_tests.rb
fog-maestrodev-1.19.0.20140212012611 tests/openstack/models/network/floating_ips_tests.rb
fog-1.20.0 tests/openstack/models/network/floating_ips_tests.rb
fog-maestrodev-1.19.0.20140110004459 tests/openstack/models/network/floating_ips_tests.rb
fog-maestrodev-1.19.0.20140110003812 tests/openstack/models/network/floating_ips_tests.rb
fog-maestrodev-1.19.0.20140109202555 tests/openstack/models/network/floating_ips_tests.rb
fog-maestrodev-1.19.0.20140107192102 tests/openstack/models/network/floating_ips_tests.rb
fog-maestrodev-1.19.0.20140107142106 tests/openstack/models/network/floating_ips_tests.rb
fog-maestrodev-1.19.0.20131219203941 tests/openstack/models/network/floating_ips_tests.rb
fog-maestrodev-1.18.0.20131219193542 tests/openstack/models/network/floating_ips_tests.rb
fog-1.19.0 tests/openstack/models/network/floating_ips_tests.rb
fog-maestrodev-1.18.0.20131219033443 tests/openstack/models/network/floating_ips_tests.rb
fog-maestrodev-1.18.0.20131219032002 tests/openstack/models/network/floating_ips_tests.rb
fog-maestrodev-1.18.0.20131219030716 tests/openstack/models/network/floating_ips_tests.rb
fog-maestrodev-1.18.0.20131219022322 tests/openstack/models/network/floating_ips_tests.rb
fog-maestrodev-1.18.0.20131218202447 tests/openstack/models/network/floating_ips_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/openstack/models/network/floating_ips_tests.rb