summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_cloud.py
Commit message (Expand)AuthorAgeFilesLines
* relocating ec2 testsBrian Waldon2011-09-121-1623/+0
* converting fix to just address ec2; updating testBrian Waldon2011-09-081-3/+1
* - implements changes-since for servers resourceBrian Waldon2011-09-011-2/+5
|\
| * merging trunkBrian Waldon2011-09-011-9/+15
| |\
* | \ Fixes NotFound exceptions to show the proper instance id in the ec2 api.Vishvananda Ishaya2011-09-011-7/+0
|\ \ \ | |_|/ |/| |
| * | add tests to verify NotFound exceptions are wrapped with the proper idsVishvananda Ishaya2011-08-261-7/+0
| |/
* | Fixed and improved the way instance "states" are set. Instead of relying on s...Brian Lamar2011-08-311-5/+10
|\ \
| * | Test fixup after last review feedback commit.Brian Lamar2011-08-251-1/+1
| * | Merge and fix tests.Brian Lamar2011-08-221-3/+7
| * | Fixes/updates to make test_cloud pass.Dan Prince2011-08-221-3/+4
| * | Ec2 API updates.Dan Prince2011-08-221-4/+4
| |/
* / remove unused rpc connections in test_cloud and test_adminapiChris Behrens2011-08-281-2/+0
|/
* test improvements per peer reviewJohn Tran2011-08-161-4/+6
* adding sqlalchemi api tests for test_instance_get_all_by_filter to ensure doe...John Tran2011-08-151-1/+0
* added cloud unit test for describe_instances to ensure doesn't return deleted...John Tran2011-08-151-0/+10
* merged with nova trunk.Isaku Yamahata2011-08-051-3/+1
|\
| * fix test_cloud FLAGS settingChris Behrens2011-08-031-3/+1
* | merged with nova trunkIsaku Yamahata2011-08-021-40/+71
|\|
| * merged trunkVishvananda Ishaya2011-07-291-27/+5
| |\
| | * Merge in from trunk resolving a conflict in test_cloud.pyZed Shaw2011-07-281-25/+60
| | |\
| | * | Implements a simplified messaging abstraction with the least amount of impact...Zed Shaw2011-07-261-61/+7
| * | | merged trunkVishvananda Ishaya2011-07-281-29/+86
| |\ \ \ | | | |/ | | |/|
| | * | Re-enables and fixes test_cloud tests that broke from multi_nic.Vishvananda Ishaya2011-07-271-23/+9
| | |\ \
| | | * | cloud tests all passing againVishvananda Ishaya2011-07-261-23/+9
| | | |/
| | * / Update security gropu rules to properly support new format and boto 2.0Vishvananda Ishaya2011-07-261-1/+18
| | |/
| | * modified to conform to latest AWS EC2 API spec for authorize & revoke ingres...John Tran2011-07-251-6/+45
| | |\
| | | * resolved pep8 issuesJohn Tran2011-07-181-5/+9
| | | * renamed priv method arg_to_dict since it's not just used for revoke. modifie...John Tran2011-07-151-6/+41
| | * | Fixes a typo in rescue instance in ec2 api. This is mnaser's fix, I just adde...Mohammed Naser2011-07-251-0/+15
| | |\ \
| | | * | add a simple broken test to verify the bugVishvananda Ishaya2011-07-251-0/+15
| | | |/
| * | | fix a whole bunch of testsVishvananda Ishaya2011-07-221-10/+6
| * | | start removing references to AuthManagerVishvananda Ishaya2011-07-211-6/+6
| |/ /
* | | api/ec2: rename CloudController._get_instance_mapping into _format_instance_m...Isaku Yamahata2011-07-291-2/+4
* | | tests: unit tests for describe instance attributeIsaku Yamahata2011-07-231-0/+144
* | | tests/test_cloud:test_modify_image: make it passIsaku Yamahata2011-07-231-4/+7
|/ /
* | move import network to the topJohn Tran2011-07-191-1/+1
* | merged from trunkJohn Tran2011-07-191-12/+405
|\ \
| * \ This change adds the basic boot-from-volume support to the image service.Isaku Yamahata2011-07-181-12/+405
| |\ \ | | |/ | |/|
| | * tests/test_cloud: make an unit test, test_create_image, happyIsaku Yamahata2011-07-081-1/+2
| | * merge with trunkIsaku Yamahata2011-07-081-6/+132
| | |\
| | * | ec2/cloud: an unit test for _format_instance_bdm()Isaku Yamahata2011-06-231-86/+120
| | * | api/ec2: an unit test for create imageIsaku Yamahata2011-06-221-18/+72
| | * | api/ec2, boot-from-volume: an unit test for describe instancesIsaku Yamahata2011-06-221-0/+140
| | * | unittest: an unit test for ec2 describe image attributeIsaku Yamahata2011-06-221-53/+88
| | * | test_cloud: an unit test for describe image with block device mappingIsaku Yamahata2011-06-221-2/+131
| | * | merge with trunkIsaku Yamahata2011-06-221-19/+27
| | |\ \
| | * | | ec2utils: consolidate 'vol-%08x' and 'snap-%08x'Isaku Yamahata2011-06-161-8/+8
* | | | | network api release_floating_ip method checks if an instance associated to th...John Tran2011-07-191-0/+29
|/ / / /
* | | / ec2 api _get_image method logic flaw that strips the hex16 digit off of the i...John Tran2011-07-071-7/+23
| |_|/ |/| |
* | | Added the GroupId param to any pertinent security_group methods that support ...John Tran2011-07-011-0/+96
|\ \ \