summaryrefslogtreecommitdiff
path: root/tests/unit/ec2/autoscale/test_group.py
Commit message (Expand)AuthorAgeFilesLines
* Enable and fix Autoscale unit tests by defaultDaniel G. Taylor2014-09-221-7/+1
* Use literal binary syntaxDaniel G. Taylor2014-09-221-3/+1
* autoscale module: fix launch_config.user_data creation via connectionnishigori2014-09-051-1/+3
* ec2 module: tidy up to meet PEP8 betterFelix Yan2014-07-301-23/+29
* Fixed #1698 and put unit tests on itPedro H. Spagiari2014-07-111-0/+3
* autoscale module: add backward-compatible support for Python 3.3+Felix Yan2014-07-111-15/+15
* Reverting changes to default delete on terminateBrandon Adams2014-04-021-2/+2
* Align volume delete on terminate with AWS defaultsBrandon Adams2014-03-281-2/+2
* Fix BlockDeviceType deserialization in `get_all_launch_configurations`Andrew Gross2014-03-061-1/+115
* Actually check results in TestGetAdjustmentTypes unit testPascal Hakim2014-02-011-1/+5
* added adjustment types unit testdkavanagh2014-02-011-0/+34
* Merge remote-tracking branch 'pasc/launchconfiguration-associate_public_ip' i...Daniel Lindsley2014-01-311-1/+68
|\
| * Updated unit tests for #2028, #2029Pascal Hakim2014-01-251-0/+15
| * Added unit test for #2029, #2028Pascal Hakim2014-01-251-1/+53
* | Added unit test for #1772Pascal Hakim2014-01-301-0/+36
|/
* Updated Autoscaling for the latest API changes.Daniel Lindsley2014-01-021-6/+74
* Fix honor cooldown AutoScaling parameter serialization to prevent an exceptio...Daniel G. Taylor2013-12-061-0/+23
* Unit test for AssociatePublicIpAddress parametermsshin2013-10-221-1/+3
* Unit test for autoscaling tags, and specific test for setting propagate_at_la...Jerry Pommer2013-10-051-0/+68
* unit tests for put_notification_configuration() and delete_notification_confi...Rayson Ho2013-09-181-0/+59
* Fixes #1709 - Cannot create Launch Configuration with Block Device MappingsTobias Work2013-09-091-6/+6
* Merge remote-tracking branch 'taylordt/ec2-min-adjustment-type' into developDaniel Lindsley2013-07-311-0/+76
|\
| * Only include MinAdjustmentStep as a parameter if it has been set in order to ...Daniel G. Taylor2013-07-301-2/+1
| * Add unit tests for EC2 auto scaling policy MinAdjustmentStepDaniel G. Taylor2013-07-251-0/+77
* | Updated a test to match current autoscale output.Daniel Lindsley2013-07-231-6/+7
* | Merge remote-tracking branch 'pasc/bdm_for_autoscaling_groups' into developDaniel Lindsley2013-07-231-0/+52
|\ \ | |/ |/|
| * Added support for block device mappings in autoscaling groups (re #753, #1343)Pascal Hakim2013-02-261-0/+52
* | Adding unit test for scheduled action, and adding cron example for documentationKyle Gordon2013-05-301-0/+38
|/
* Implement termination_policies autoscaling argJames Saryerwinnie2012-09-281-0/+162