Sha256: 294248043744148b84fdf39352ac1347da8e853bc155ff23529cf99b538da76d

Contents?: true

Size: 624 Bytes

Versions: 39

Compression:

Stored size: 624 Bytes

Contents

Shindo.tests('Fog::Rackspace::AutoScale | policies', ['rackspace', 'rackspace_autoscale']) do
  pending if Fog.mocking?
  service = Fog::Rackspace::AutoScale.new :rackspace_region => :ord


  begin
    group = service.groups.create({
      :policies => POLICIES_OPTIONS,
      :group_config => GROUP_CONFIG_OPTIONS,
      :launch_config => LAUNCH_CONFIG_OPTIONS
    })

    options = {
      :name => "policy 2",
      :change => 5,
      :cooldown => 100,
      :type => 'webhook'
    }

    collection_tests(group.policies, options, false)
  ensure
    deactive_auto_scale_group(group)
    group.destroy if group
  end
end

Version data entries

39 entries across 39 versions & 2 rubygems

Version Path
fog-maestrodev-1.18.0.20131209090811 tests/rackspace/models/auto_scale/policies_tests.rb
fog-maestrodev-1.18.0.20131206115947 tests/rackspace/models/auto_scale/policies_tests.rb
fog-maestrodev-1.18.0.20131205181604 tests/rackspace/models/auto_scale/policies_tests.rb
fog-maestrodev-1.18.0.20131127194823 tests/rackspace/models/auto_scale/policies_tests.rb
fog-maestrodev-1.18.0.20131126183714 tests/rackspace/models/auto_scale/policies_tests.rb
fog-maestrodev-1.18.0.20131126122111 tests/rackspace/models/auto_scale/policies_tests.rb
fog-maestrodev-1.18.0.20131125111730 tests/rackspace/models/auto_scale/policies_tests.rb
fog-maestrodev-1.18.0.20131125083406 tests/rackspace/models/auto_scale/policies_tests.rb
fog-maestrodev-1.18.0.20131123105121 tests/rackspace/models/auto_scale/policies_tests.rb
fog-maestrodev-1.18.0.20131122203507 tests/rackspace/models/auto_scale/policies_tests.rb
fog-maestrodev-1.18.0.20131121075022 tests/rackspace/models/auto_scale/policies_tests.rb
fog-maestrodev-1.18.0.20131118164830 tests/rackspace/models/auto_scale/policies_tests.rb
fog-maestrodev-1.18.0.20131115184302 tests/rackspace/models/auto_scale/policies_tests.rb
fog-maestrodev-1.18.0.20131114200144 tests/rackspace/models/auto_scale/policies_tests.rb
fog-maestrodev-1.18.0.20131112185232 tests/rackspace/models/auto_scale/policies_tests.rb
fog-maestrodev-1.18.0.20131111203459 tests/rackspace/models/auto_scale/policies_tests.rb
fog-1.18.0 tests/rackspace/models/auto_scale/policies_tests.rb
fog-1.17.0 tests/rackspace/models/auto_scale/policies_tests.rb
fog-1.16.0 tests/rackspace/models/auto_scale/policies_tests.rb