summaryrefslogtreecommitdiffstats
path: root/nova/test.py
Commit message (Expand)AuthorAgeFilesLines
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+1
* Use oslo database codeEric Windisch2013-02-051-3/+4
* Merge "Invert test stream capture logic for debugging."Jenkins2013-01-081-6/+12
|\
| * Invert test stream capture logic for debugging.Clark Boylan2013-01-071-6/+12
* | Merge "Add helper methods to nova.paths"Jenkins2013-01-081-7/+5
|\ \
| * | Add helper methods to nova.pathsMark McLoughlin2013-01-041-7/+5
* | | Merge "Move global path opts in nova.paths"Jenkins2013-01-081-1/+1
|\| | | |/ |/|
| * Move global path opts in nova.pathsMark McLoughlin2013-01-041-1/+1
* | Timeout individual tests after one minute.Clark Boylan2013-01-041-0/+2
|/
* Merge "Enable nova exception format checking in tests."Jenkins2013-01-041-0/+1
|\
| * Enable nova exception format checking in tests.Dan Prince2012-12-211-0/+1
* | Removed unused imports.Chuck Short2012-12-211-2/+0
|/
* Merge "Parameterize database connection in test.py"Jenkins2012-12-201-9/+17
|\
| * Parameterize database connection in test.pyDevananda van der Veen2012-12-201-9/+17
* | Merge "Move baremetal database tests to fixtures."Jenkins2012-12-201-26/+29
|\|
| * Move baremetal database tests to fixtures.Monty Taylor2012-12-191-26/+29
* | Merge "Remove fake_tests opt from test.py."Jenkins2012-12-201-3/+0
|\ \ | |/ |/|
| * Remove fake_tests opt from test.py.Dan Prince2012-12-181-3/+0
* | 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