summaryrefslogtreecommitdiff
path: root/tests/unit/ec2
Commit message (Expand)AuthorAgeFilesLines
* Fix unit test for ec2 release_addresskyleknap2014-10-081-2/+2
* Merge pull request #2610 from EaterOA/developDaniel G. Taylor2014-10-071-0/+66
|\
| * Added tests for TaggedEC2Object.remove_tagsVincent Wong2014-09-131-0/+65
| * Fixed remove_tags not checking values, fixed testVincent Wong2014-09-131-1/+2
* | 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
|/
* Support EBS encryption in BlockDeviceType.Joe Crobak2014-09-021-2/+12
* Fix Listener class's __getitem__ method to return the correct data. Add a tes...nash e. foster2014-08-181-0/+24
* Merge pull request #2505 from CashStar/eip_eni_associateDaniel G. Taylor2014-08-071-9/+59
|\
| * allow private IP be specified when associating with ENInevins-b2014-08-061-0/+3
| * fixing testsnevins-b2014-08-061-2/+4
| * allowing address to use network_interface_idnevins-b2014-08-061-9/+54
* | Merge branch 'CashStar-develop' into developDaniel G. Taylor2014-08-061-0/+28
|\ \
| * | adding tests for ELB connectionSetting attributenevins-b2014-08-011-0/+28
| |/
* | ec2 module: tidy up to meet PEP8 betterFelix Yan2014-07-3014-146/+157
|/
* Merge pull request #2433 from kevgliss/elb_markerDaniel G. Taylor2014-07-281-0/+15
|\
| * adding testKevin Glisson2014-07-281-0/+15
* | Merge pull request #2451 from methane/use-std-mockDaniel G. Taylor2014-07-259-21/+9
|\ \
| * | Use unittest.mock if exists.INADA Naoki2014-07-259-21/+9
* | | Add 'include_all_instances' support to 'get_all_instance_status'. (part 2, un...Shawn Falkner-Horine2014-07-251-0/+3
* | | Add 'include_all_instances' support to 'get_all_instance_status'.Shawn Falkner-Horine2014-07-241-0/+11
|/ /
* | Add tests/compat.py for test-only importsDaniel G. Taylor2014-07-232-2/+2
|/
* fix test_describe_snapshots by using OrderedDictFelix Yan2014-07-181-2/+3
* ec2 module: add backward-compatible support for Python 3.3+Felix Yan2014-07-189-43/+44
* Merge pull request #2396 from phspagiari/userdata_encode_fixDaniel G. Taylor2014-07-162-0/+40
|\
| * Fixed #1698 and put unit tests on itPedro H. Spagiari2014-07-112-0/+40
* | Merge tag '2.31.1' into developDaniel G. Taylor2014-07-161-0/+22
|\ \ | |/ |/|
| * Merge branch 'release-2.30.0'2.30.0Daniel G. Taylor2014-07-013-0/+231
| |\
| * \ Merge branch 'release-2.29.0'2.29.0Daniel G. Taylor2014-05-293-6/+161
| |\ \
| * \ \ Merge branch 'release-2.28.0'2.28.0Daniel G. Taylor2014-05-083-2/+40
| |\ \ \
| * | | | add test that next_token is properly passed from get_all_reservations toChris AtLee2014-04-021-0/+22
* | | | | autoscale module: add backward-compatible support for Python 3.3+Felix Yan2014-07-111-15/+15
* | | | | Remove use of six.b and just use byte literals. Add elb unit tests to Py3 wh...Mitch Garnaat2014-07-073-15/+12
* | | | | Fixing ELB unit tests. Also did some PEP8 cleanup on ELB code.Mitch Garnaat2014-07-023-5/+8
| |_|_|/ |/| | |
* | | | Merge pull request #2259 from mindprince/add_tagsDaniel G. Taylor2014-06-061-0/+145
|\ \ \ \
| * | | | Add tests for add_tag, add_tags, remove_tag methods of TaggedEC2ObjectRohit Agarwal2014-05-311-0/+145
| | |/ / | |/| |
* | | | add eni unit testsMichael Tripoli2014-06-032-0/+86
| |_|/ |/| |
* | | Add support for encrypted EBS volumesMichael Barrientos2014-05-223-6/+161
|/ /
* | Reverting changes to default delete on terminateBrandon Adams2014-04-023-10/+10
* | Align volume delete on terminate with AWS defaultsBrandon Adams2014-03-283-5/+43
|/
* Fix BlockDeviceType deserialization in `get_all_launch_configurations`Andrew Gross2014-03-061-1/+115
* Merge pull request #2118 from dkavanagh/updates-to-vmtypesDaniel G. Taylor2014-03-051-0/+120
|\
| * added unit test for instancetypedkavanagh2014-02-261-0/+120
* | More comments about why we're choosing these timeframes.Daniel Lindsley2014-03-031-2/+7
* | Fixed a date bug in the trim_snapshots tests.Daniel Lindsley2014-03-031-3/+5
* | Add unit tests to cover new connection arguments and allocation id preferenceLee Trout2014-02-271-0/+48
|/
* 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
|\