Sha256: 51708ac986f7f84e32fab1050bed5b876cedb350bada9ecd2abc87c58d7bad52

Contents?: true

Size: 734 Bytes

Versions: 83

Compression:

Stored size: 734 Bytes

Contents

Shindo.tests('Fog::Rackspace::Monitoring | entity', ['rackspace','rackspace_monitoring']) do
  pending if Fog.mocking?
  service = Fog::Rackspace::Monitoring.new

  options = { :label => "fog_#{Time.now.to_i.to_s}", :ip_addresses => {:default => "127.0.0.1"} }
  model_tests(service.entities, options, false) do

    tests('#update').succeeds do
      new_label = "new_label_#{Time.now.to_i.to_s}"
      @instance.label = new_label
      @instance.save
      @instance.label = nil # blank out label just to make sure
      @instance.reload
      returns(new_label) { @instance.label }
    end

    tests('#checks').succeeds do
      @instance.checks
    end

    tests('#alarms').succeeds do
      @instance.alarms
    end
  end

end

Version data entries

83 entries across 81 versions & 8 rubygems

Version Path
fog-1.21.0 tests/rackspace/models/monitoring/entity_tests.rb
fog-maestrodev-1.20.0.20140305101839 tests/rackspace/models/monitoring/entity_tests.rb
fog-maestrodev-1.20.0.20140305101305 tests/rackspace/models/monitoring/entity_tests.rb
fog-maestrodev-1.19.0.20140212012611 tests/rackspace/models/monitoring/entity_tests.rb
fog-1.20.0 tests/rackspace/models/monitoring/entity_tests.rb
fog-maestrodev-1.19.0.20140110004459 tests/rackspace/models/monitoring/entity_tests.rb
fog-maestrodev-1.19.0.20140110003812 tests/rackspace/models/monitoring/entity_tests.rb
fog-maestrodev-1.19.0.20140109202555 tests/rackspace/models/monitoring/entity_tests.rb
fog-maestrodev-1.19.0.20140107192102 tests/rackspace/models/monitoring/entity_tests.rb
fog-maestrodev-1.19.0.20140107142106 tests/rackspace/models/monitoring/entity_tests.rb
fog-maestrodev-1.19.0.20131219203941 tests/rackspace/models/monitoring/entity_tests.rb
fog-maestrodev-1.18.0.20131219193542 tests/rackspace/models/monitoring/entity_tests.rb
fog-1.19.0 tests/rackspace/models/monitoring/entity_tests.rb
fog-maestrodev-1.18.0.20131219033443 tests/rackspace/models/monitoring/entity_tests.rb
fog-maestrodev-1.18.0.20131219032002 tests/rackspace/models/monitoring/entity_tests.rb
fog-maestrodev-1.18.0.20131219030716 tests/rackspace/models/monitoring/entity_tests.rb
fog-maestrodev-1.18.0.20131219022322 tests/rackspace/models/monitoring/entity_tests.rb
fog-maestrodev-1.18.0.20131218202447 tests/rackspace/models/monitoring/entity_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/rackspace/models/monitoring/entity_tests.rb
fog-maestrodev-1.18.0.20131209090811 tests/rackspace/models/monitoring/entity_tests.rb