summaryrefslogtreecommitdiffstats
path: root/nova/test.py
Commit message (Expand)AuthorAgeFilesLines
* Backup and restore object registry for testsDan Smith2013-06-131-1/+9
* Merge "Use InstanceList object for init_host"Jenkins2013-06-121-0/+5
|\
| * Use InstanceList object for init_hostDan Smith2013-06-071-0/+5
* | Speeding up scheduler testsRick Harris2013-06-071-8/+24
|/
* Import osapi_v3/enabled option in nova/testRick Harris2013-06-051-0/+1
* Merge "Adds ability to black/whitelist v3 API extensions"Jenkins2013-06-031-1/+1
|\
| * Adds ability to black/whitelist v3 API extensionsChris Yeoh2013-06-031-1/+1
* | Merge "Moved sample network creation out of unittest base class constructor."Jenkins2013-06-031-3/+7
|\ \ | |/ |/|
| * Moved sample network creation out of unittest base class constructor.Sergey Skripnick2013-05-241-3/+7
* | Adds v3 API disable config optionChris Yeoh2013-05-311-0/+1
|/
* Mox should cleanup before stubsRick Harris2013-05-161-1/+1
* Remove unnecessary LOG initialisationStanislaw Pitucha2013-04-101-1/+0
* Move console scripts to entrypoints.Monty Taylor2013-04-041-3/+3
* set up FakeLogger for root logger.Russell Bryant2013-03-251-1/+1
* 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