summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_api.py
Commit message (Expand)AuthorAgeFilesLines
* Alphabetize imports in nova/tests/Joe Gordon2012-05-181-4/+4
* Create an internal key pair API.Dan Prince2012-05-141-9/+4
* Fix bug 983206 : _try_convert parsing stringJoe Gordon2012-05-071-0/+12
* Remove unnecessary return statementsJohannes Erdfelt2012-04-301-4/+0
* Tweak security port validation for ICMPGreg Althaus2012-03-161-5/+11
* db api: Remove check for security groups referenceAdam Gandelman2012-03-151-9/+0
* fix timestamps to match documented ec2 apiMark McClain2012-03-151-2/+2
* HACKING fixes, all but sqlalchemy.Yuriy Taraday2012-03-071-12/+17
* assertRaises(Exception, ...) considered harmfulJohannes Erdfelt2012-03-041-28/+25
* Merge "Don't allow EC2 removal of security group in use."Jenkins2012-02-221-0/+10
|\
| * Don't allow EC2 removal of security group in use.Russell Bryant2012-02-141-0/+10
* | Backslash continuations (nova.tests)Zhongyue Luo2012-02-171-2/+2
|/
* Remove a whole bunch of unused importsVishvananda Ishaya2012-01-131-1/+0
* Relax dependency on boto 1.9b and nova-adminclientVishvananda Ishaya2011-12-081-0/+2
* Verify security group parametersAhmad Hassan2011-11-111-1/+47
* Adjust test_api to account to multiple rules getting returned for a single se...Soren Hansen2011-09-051-1/+1
* add keystone middlewares for ec2 apiVishvananda Ishaya2011-08-111-1/+2
* Initial validation for ec2 security groups name.Dave Walker (Daviey)2011-08-091-0/+27
|\
| * simplified test cases further, thanks to trunk changesDave Walker (Daviey)2011-08-061-12/+0
| * Merge with trunk, resolving merge conflictDave Walker (Daviey)2011-08-061-69/+13
| |\
| * | Simplified test casesDave Walker (Daviey)2011-07-281-21/+6
| * | Split tests into 2Dave Walker (Daviey)2011-07-201-3/+17
| * | Merged with trunkDave Walker (Daviey)2011-07-191-0/+70
| |\ \
| * | | pep8'dDave Walker (Daviey)2011-07-181-2/+2
| * | | Extended test to check for error specific error code and test cover for bad c...Dave Walker (Daviey)2011-07-181-2/+22
| * | | Initial test case proving we have a bug of, ec2 security group name can excee...Dave Walker (Daviey)2011-07-171-0/+20
* | | | merged with nova trunkIsaku Yamahata2011-08-021-69/+13
|\ \ \ \ | | |_|/ | |/| |
| * | | merged trunkVishvananda Ishaya2011-07-281-1/+5
| |\ \ \
| | * | | remove some logging, remove extra ifVishvananda Ishaya2011-07-261-2/+0
| | * | | Update security gropu rules to properly support new format and boto 2.0Vishvananda Ishaya2011-07-261-1/+7
| | | |/ | | |/|
| * | | pep cleanupVishvananda Ishaya2011-07-221-1/+0
| * | | fix all testsVishvananda Ishaya2011-07-221-1/+2
| * | | fix a whole bunch of testsVishvananda Ishaya2011-07-221-67/+7
| |/ /
* | | block_device: introduce helper function to check swap or ephemeral deviceIsaku Yamahata2011-07-231-1/+1
* | | ec2utils: factor generic helper function into generic placeIsaku Yamahata2011-07-231-2/+5
|/ /
* | ec2utils: an unit test for mapping_prepend_dev()Isaku Yamahata2011-06-231-0/+34
* | ec2utils: an unit test for ec2utils.properties_root_defice_name.Isaku Yamahata2011-06-221-0/+11
* | ec2utils: unit tests for case insensitive true/false conversionIsaku Yamahata2011-06-221-0/+2
* | ec2utils: add an unit test for dict_from_dotted_str()Isaku Yamahata2011-06-221-0/+20
* | test_api: unit tests for ec2utils.id_to_ec2_{snap, vol}_id()Isaku Yamahata2011-06-221-1/+4
|/
* api/ec2: make the parameter parser an independent methodIsaku Yamahata2011-06-151-1/+1
* Added test case for attempting to create a duplicate keypairDave Walker (Daviey)2011-05-231-0/+23
* make sure proper exceptions are raised for ec2 id conversion and add testsVishvananda Ishaya2011-05-111-1/+18
* Replaced all pylint "disable-msg=" with "disable=" and "enable-msg=" with "en...Brian Lamar2011-03-181-1/+1
|\
| * disable-msg -> disableBrian Lamar2011-03-181-1/+1
* | Added test case.Dan Prince2011-03-181-0/+12
|/
* make sure that ec2 response times are xs:dateTime parsableKen Pepple2011-02-211-0/+23
* Beautify it a little bit, thanks to dabo.Soren Hansen2011-02-151-22/+15
* Break out of the "for group in rv" loop in security group unit tests so that ...Soren Hansen2011-02-151-0/+2
* Add unit test for xmlns version matching request version.Soren Hansen2011-01-271-6/+28