summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_api.py
Commit message (Expand)AuthorAgeFilesLines
* Moving more tests to appropriate locationsRick Harris2013-06-061-615/+0
* Improve Python 3.x compatibilityDirk Mueller2013-06-011-1/+1
* Fix boto capabilities checkStanislaw Pitucha2013-01-301-3/+4
* Fix hacking N302 import only modulesJoe Gordon2013-01-241-3/+3
* Refactor EC2 keypairs exceptionChuck Short2013-01-181-3/+2
* fix N402 for nova/testsSean Dague2013-01-091-10/+10
* fix N401 errors, stop ignoring all N4* errorsSean Dague2013-01-071-1/+1
* Use testr to run nova unittests.Clark Boylan2012-12-141-0/+2
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+0
* Remove nova.flagsMark McLoughlin2012-11-171-1/+1
* Merge "Remove custom test assertions."Jenkins2012-11-131-3/+4
|\
| * Remove custom test assertions.Monty Taylor2012-11-101-3/+4
* | Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-3/+0
|/
* Use testtools as the base testcase class.Monty Taylor2012-10-291-1/+1
* ip_protocol for ec2 security groupsJohn Herndon2012-10-021-1/+1
* Use self.flags() instead of manipulating FLAGS by handJohannes Erdfelt2012-09-281-2/+2
* use boto's HTTPResponse class for versions of boto >=2.5.2Ionuț Arțăriși2012-07-231-3/+7
* Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-161-5/+5
* Merge "[PATCH] Allow [:print:] chars for security group names"Jenkins2012-06-011-13/+35
|\
| * [PATCH] Allow [:print:] chars for security group namesAlessio Ababilov2012-05-291-13/+35
* | Align ApiEc2TestCase to closer match api-paste.iniJoe Gordon2012-05-301-4/+3
|/
* Use utils.parse_strtime rather than datetime.strptimeZhongyue Luo2012-05-231-13/+7
* 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
| |\ \ \