Sha256: 260e5ca1622824ccdd84c1c575ff6cefdb79af6a28a113de4587258b2a2d3047

Contents?: true

Size: 733 Bytes

Versions: 37

Compression:

Stored size: 733 Bytes

Contents

Shindo.tests("Fog::Network[:openstack] | lb_health_monitors", ['openstack']) do
  @lb_health_monitor = Fog::Network[:openstack].lb_health_monitors.create(:type => 'PING',
                                                                          :delay => 1,
                                                                          :timeout => 5,
                                                                          :max_retries => 10)
  @lb_health_monitors = Fog::Network[:openstack].lb_health_monitors

  tests('success') do

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

    tests('#get').succeeds do
      @lb_health_monitors.get @lb_health_monitor.id
    end

  end

  @lb_health_monitor.destroy
end

Version data entries

37 entries across 37 versions & 5 rubygems

Version Path
fog-openstack-0.1.7 tests/openstack/models/network/lb_health_monitors_tests.rb
fog-openstack-0.1.6 tests/openstack/models/network/lb_health_monitors_tests.rb
fog-openstack-0.1.5 tests/openstack/models/network/lb_health_monitors_tests.rb
fog-openstack-0.1.4 tests/openstack/models/network/lb_health_monitors_tests.rb
fog-openstack-0.1.3 tests/openstack/models/network/lb_health_monitors_tests.rb
fog-openstack-0.1.2 tests/openstack/models/network/lb_health_monitors_tests.rb
fog-openstack-0.1.1 tests/openstack/models/network/lb_health_monitors_tests.rb
fog-openstack-0.1.0 tests/openstack/models/network/lb_health_monitors_tests.rb
fog-1.37.0 tests/openstack/models/network/lb_health_monitors_tests.rb
fog-1.36.0 tests/openstack/models/network/lb_health_monitors_tests.rb
fog-1.35.0 tests/openstack/models/network/lb_health_monitors_tests.rb
fog-2.0.0.pre.0 tests/openstack/models/network/lb_health_monitors_tests.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/tests/openstack/models/network/lb_health_monitors_tests.rb
fog-1.34.0 tests/openstack/models/network/lb_health_monitors_tests.rb
fog-1.33.0 tests/openstack/models/network/lb_health_monitors_tests.rb
fog-1.32.0 tests/openstack/models/network/lb_health_monitors_tests.rb
fog-1.31.0 tests/openstack/models/network/lb_health_monitors_tests.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/tests/openstack/models/network/lb_health_monitors_tests.rb
fog-1.30.0 tests/openstack/models/network/lb_health_monitors_tests.rb
fog-1.29.0 tests/openstack/models/network/lb_health_monitors_tests.rb