Sha256: 665b7b874a86be0880ba37e5bd76b5e8aa70068ee2e99ef1085dfeeae8d26372
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 37 versions & 6 rubygems