Sha256: b6ed8bedbddfe76d6b808d54ad830abce310216ead452d9d1e6e07deeaed4889

Contents?: true

Size: 515 Bytes

Versions: 11

Compression:

Stored size: 515 Bytes

Contents

Shindo.tests('AWS::AutoScaling | group', ['aws', 'auto_scaling_m']) do

  params = {
    :id => uniq_id,
    :auto_scaling_group_name => "name",
    :availability_zones => [],
    :launch_configuration_name => "lc"
  }

  lc_params = {
    :id => params[:launch_configuration_name],
    :image_id => "image-id",
    :instance_type => "instance-type",
  }

  Fog::AWS[:auto_scaling].configurations.new(lc_params).save
  
  model_tests(Fog::AWS[:auto_scaling].groups, params, true) do
    @instance.update
  end

end

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
gapinc-fog-1.12.1.2.1 tests/aws/models/auto_scaling/groups_test.rb
fog-maestrodev-1.15.0.20130829165835 tests/aws/models/auto_scaling/groups_test.rb
fog-1.15.0 tests/aws/models/auto_scaling/groups_test.rb
gapinc-fog-1.14.0 tests/aws/models/auto_scaling/groups_test.rb
fog-maestrodev-1.14.0.20130806165225 tests/aws/models/auto_scaling/groups_test.rb
fog-1.14.0 tests/aws/models/auto_scaling/groups_test.rb
fog-1.13.0 tests/aws/models/auto_scaling/groups_test.rb
gapinc-fog-1.12.1.2 tests/aws/models/auto_scaling/groups_test.rb
gapinc-fog-1.12.1.1 tests/aws/models/auto_scaling/groups_test.rb
gapinc-fog-1.12.1a tests/aws/models/auto_scaling/groups_test.rb
gapinc-fog-1.12.1 tests/aws/models/auto_scaling/groups_test.rb