Merge pull request #148 from mrucci/fix-describe-asg
Fix retrieval of autoscaling group instances.
This commit is contained in:
commit
3a063862a7
2 changed files with 12 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ def test_create_autoscaling_group():
|
|||
group.desired_capacity.should.equal(2)
|
||||
group.max_size.should.equal(2)
|
||||
group.min_size.should.equal(2)
|
||||
group.instances.should.have.length_of(2)
|
||||
group.vpc_zone_identifier.should.equal('subnet-1234abcd')
|
||||
group.launch_config_name.should.equal('tester')
|
||||
group.default_cooldown.should.equal(60)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue