summaryrefslogtreecommitdiffstats
path: root/nova/test.py
Commit message (Expand)AuthorAgeFilesLines
* Move TimeOverride to the general reusable-test-helper place.Robert Collins2012-12-181-0/+9
* Replace fixtures.DetailStream with fixtures.StringStream.Clark Boylan2012-12-161-2/+2
* Use testr to run nova unittests.Clark Boylan2012-12-141-0/+9
* Add general mechanism for testing api coverage.Monty Taylor2012-12-131-0/+15
* Move all temporary files into a single /tmp subdir.Robert Collins2012-12-111-0/+2
* Use fixtures library for nova test fixtures.Monty Taylor2012-12-071-124/+124
* Make policy.json not filesystem location specific.Monty Taylor2012-12-041-0/+2
* Fix test suite to use MiniDNSDavanum Srinivas2012-12-031-0/+2
* Move global fixture setup into nova/test.pyMonty Taylor2012-11-221-1/+74
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Allow group='foo' in self.flags() for tests.Chris Behrens2012-11-151-1/+2
* Isolate tests from the environment variable http_proxy.Robert Collins2012-11-141-0/+2
* 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