summaryrefslogtreecommitdiffstats
path: root/nova/test.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove custom test assertions."Jenkins2012-11-131-83/+0
|\
| * Remove custom test assertions.Monty Taylor2012-11-101-83/+0
* | Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-5/+5
|/
* Removed two unused imports.Monty Taylor2012-11-091-2/+0
* Move parse_args to nova.configMark McLoughlin2012-11-041-1/+2
* Use testtools as the base testcase class.Monty Taylor2012-10-291-87/+4
* Add TestCase.stub_module to make stubbing modules easierJohannes Erdfelt2012-10-021-0/+15
* Remove TestCase.assertNotRaisesJohannes Erdfelt2012-10-011-27/+0
* Fix spelling typosJoe Gordon2012-08-161-1/+1
* Remove unused importsJoe Gordon2012-08-021-1/+0
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Cleanup of image service codeBrian Waldon2012-06-271-4/+0
* SM volume driver: DB changes and testsRenuka Apte2012-06-181-0/+9
* Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-161-2/+2
* Merge "Unused imports cleanup (folsom-2)"Jenkins2012-06-061-2/+0
|\
| * Unused imports cleanup (folsom-2)Zhongyue Luo2012-06-031-2/+0
* | Adds `disabled` field for instance-types.Rick Harris2012-06-051-0/+27
* | convert virt drivers to fully dynamic loadingSean Dague2012-05-311-4/+0
|/
* Use cfg's new global CONF objectMark McLoughlin2012-05-301-0/+1
* Use cfg's new behavior of reset() clearing overridesMark McLoughlin2012-05-211-13/+5
* Alphabetize importsJoe Gordon2012-05-141-2/+2
* Run tools/hacking.py instead of pep8 mandatory.Yuriy Taraday2012-04-101-2/+2
* Remove nova.rpc.impl_carrot.Russell Bryant2012-04-021-5/+0
* Make sqlite in-memory-db usable to unittestHengqing Hu2012-03-171-2/+2
* Clear created attributes when tearing down testsJohannes Erdfelt2012-03-071-0/+6
* assertRaises(Exception, ...) considered harmfulJohannes Erdfelt2012-03-041-0/+4
* Standardize logging delaration and useJason Kölker2012-02-141-2/+2
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-6/+7
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-4/+11
* Clean up pylint errors in top-level filesBrian Waldon2011-12-291-3/+1
* First steps towards consolidating testing infrastructureDuncan McGreggor2011-12-061-2/+2
* Fix RPC responses to allow None response correctly.Chris Behrens2011-11-291-1/+0
* More spelling fixes inside of novaJoe Gordon2011-11-091-2/+2
* Remove unused flag_overrides from TestCaseMark McLoughlin2011-10-151-4/+0
* moved floating ip db access and sanity checking from network api into network...Trey Morris2011-09-301-0/+1
* 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
|\