Sha256: 1ea5f79aedfc851ff97d3244ebf6ab08bff080fecf460e28a190dbf91adcf2d5

Contents?: true

Size: 527 Bytes

Versions: 117

Compression:

Stored size: 527 Bytes

Contents

Shindo.tests('Fog::Rackspace::LoadBalancers | load_balancers', ['rackspace']) do

  pending if Fog.mocking?

  given_a_load_balancer_service do
    @lb_name = 'fog' + Time.now.to_i.to_s
    collection_tests(@service.load_balancers,
      {
        :name => @lb_name,
        :protocol => 'HTTP',
        :port => 80,
        :virtual_ips => [{ :type => 'PUBLIC'}],
        :nodes => [{ :address => '1.1.1.1', :port => 80, :condition => 'ENABLED'}]
      },
      false) do
      @instance.wait_for { ready? }
    end
  end
end

Version data entries

117 entries across 115 versions & 16 rubygems

Version Path
fog-maestrodev-1.18.0.20131206115947 tests/rackspace/models/load_balancers/load_balancers_tests.rb
fog-maestrodev-1.18.0.20131205181604 tests/rackspace/models/load_balancers/load_balancers_tests.rb
fog-maestrodev-1.18.0.20131127194823 tests/rackspace/models/load_balancers/load_balancers_tests.rb
fog-maestrodev-1.18.0.20131126183714 tests/rackspace/models/load_balancers/load_balancers_tests.rb
fog-maestrodev-1.18.0.20131126122111 tests/rackspace/models/load_balancers/load_balancers_tests.rb
fog-maestrodev-1.18.0.20131125111730 tests/rackspace/models/load_balancers/load_balancers_tests.rb
fog-maestrodev-1.18.0.20131125083406 tests/rackspace/models/load_balancers/load_balancers_tests.rb
fog-maestrodev-1.18.0.20131123105121 tests/rackspace/models/load_balancers/load_balancers_tests.rb
fog-maestrodev-1.18.0.20131122203507 tests/rackspace/models/load_balancers/load_balancers_tests.rb
fog-maestrodev-1.18.0.20131121075022 tests/rackspace/models/load_balancers/load_balancers_tests.rb
fog-maestrodev-1.18.0.20131118164830 tests/rackspace/models/load_balancers/load_balancers_tests.rb
fog-maestrodev-1.18.0.20131115184302 tests/rackspace/models/load_balancers/load_balancers_tests.rb
fog-maestrodev-1.18.0.20131114200144 tests/rackspace/models/load_balancers/load_balancers_tests.rb
gapinc-fog-1.12.1.2.1 tests/rackspace/models/load_balancers/load_balancers_tests.rb
fog-maestrodev-1.18.0.20131112185232 tests/rackspace/models/load_balancers/load_balancers_tests.rb
fog-maestrodev-1.18.0.20131111203459 tests/rackspace/models/load_balancers/load_balancers_tests.rb
fog-1.18.0 tests/rackspace/models/load_balancers/load_balancers_tests.rb
fog-1.17.0 tests/rackspace/models/load_balancers/load_balancers_tests.rb
fog-1.16.0 tests/rackspace/models/load_balancers/load_balancers_tests.rb
fog-maestrodev-1.15.0.20130927082724 tests/rackspace/models/load_balancers/load_balancers_tests.rb