summaryrefslogtreecommitdiffstats
path: root/nova/test.py
Commit message (Expand)AuthorAgeFilesLines
* support the extra optional arguments for msg to assertIn and assertNotInChris Behrens2011-08-291-6/+6
* fix for assertIn and assertNotIn use which was added in python 2.7. this mak...Chris Behrens2011-08-281-0/+18
* Implemented @test.skip_unless and @test.skip_if functionality in nova/test.py. Justin Shepherd2011-08-051-2/+33
|\
| * utilized functools.wrapsJustin Shepherd2011-08-041-6/+3
| * Conditionals were not actually runing the tests when they were supposed to. R...Justin Shepherd2011-08-031-0/+2
| * Resolved pep8 errorsJustin Shepherd2011-08-021-1/+2
| * Added @test.skip_unless and @test.skip_if functionality. Also created nova/te...Justin Shepherd2011-08-011-0/+31
* | remove storing original flags verbosityChris Behrens2011-08-041-1/+0
* | remove set_flags_verbosity.. it's not neededChris Behrens2011-08-041-5/+0
* | switch FLAGS.* = in tests to self.flags(...)Chris Behrens2011-08-031-5/+3
* | more cleanup of API tests regarding FLAGSChris Behrens2011-08-031-0/+6
|/
* Implements a simplified messaging abstraction with the least amount of impact...Zed Shaw2011-07-261-16/+0
* image/fake: added teardown methodIsaku Yamahata2011-07-081-0/+4
* merge with trunkIsaku Yamahata2011-07-081-23/+19
|\
| * merged trunk, fixed the floating_ip fixed_ip exception stupidityTrey Morris2011-06-291-23/+0
| |\
| | * General cleanup and refactor of a lot of the API/WSGI service code.Brian Lamar2011-06-181-23/+0
| * | bunch of docstring changesTrey Morris2011-06-171-2/+2
| * | merge with treyJason Koelker2011-06-061-7/+23
| |\|
| * | pep8 fixesJason Kölker2011-05-311-1/+1
| * | Virt tests passing while assuming the old style single nicsCerberus2011-05-261-2/+2
| * | merge with dietzJason Koelker2011-05-261-5/+14
| |\ \
| | * | Added test skipper classCerberus2011-05-251-0/+16
| * | | Fixing divergenceCerberus2011-05-251-0/+9
| |/ /
* | / api/ec2, boot-from-volume: an unit test for describe instancesIsaku Yamahata2011-06-221-0/+12
| |/ |/|
* | Changes all uses of utcnow to use the version in utils. This is a simple wra...Vishvananda Ishaya2011-06-031-2/+2
|\ \
| * | make all uses of utcnow use our testable utils.utcnowVishvananda Ishaya2011-06-021-2/+2
* | | Resolving conflict and finish test_imagesRick Harris2011-05-311-5/+9
|\| |
| * | cleanup the code for mergingtermie2011-05-251-1/+1
| * | lots of fixes for rpc and extra importsVishvananda Ishaya2011-05-251-3/+5
| * | almost everything working with fake_rabbittermie2011-05-251-0/+1
| |/
* | Pep8 fixesRick Harris2011-05-171-2/+3
* | Adding fill first cost functionRick Harris2011-05-171-3/+13
|/
* docstring cleanup, nova dirtermie2011-04-201-23/+27
* port the objectstore tests to the new teststermie2011-03-241-1/+0
* update test base class to monkey patch wsgitermie2011-03-241-5/+32
* Fixing API per spec, to get unit-tests to passRick Harris2011-03-151-0/+26
* Adding instance_id as Glance image_propertyRick Harris2011-03-141-0/+31
* merged upstreamVishvananda Ishaya2011-02-231-0/+1
|\
| * merged trunkVishvananda Ishaya2011-02-231-14/+4
* | use flags for sqlite db names and fix flags in dhcpbridgeVishvananda Ishaya2011-02-231-4/+7
* | merged trunkVishvananda Ishaya2011-02-231-8/+30
|\ \
| * | Fixes various issues regarding verbose logging and logging errors on import.Vishvananda Ishaya2011-02-221-1/+1
| |\|
| * | remove keyword argument, per reviewtermie2011-02-211-1/+1
| * | add a start_service method to our test baseclasstermie2011-02-211-12/+41
* | | move db creation into fixtures and clean db for each testVishvananda Ishaya2011-02-231-15/+2
| |/ |/|
* | fixed newline and moved import fake_flags into run_tests where it makes more ...Vishvananda Ishaya2011-02-211-3/+0
* | get rid of initialized flagVishvananda Ishaya2011-02-211-0/+3
* | move the fake initialized into fake flagsVishvananda Ishaya2011-02-201-2/+0
* | fixes for various logging errors and issuesVishvananda Ishaya2011-02-201-0/+2
|/
* Changed method signature of create_networkNachi Ueno2011-01-261-1/+2