summaryrefslogtreecommitdiff
path: root/nova/test.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Cache database and message queue connection objects"Jenkins2017-05-191-0/+1
|\
| * Cache database and message queue connection objectsmelanie witt2017-05-181-0/+1
* | Merge "Make NovaException format errors fatal for tests"Jenkins2017-05-171-0/+22
|\ \ | |/ |/|
| * Make NovaException format errors fatal for testsmelanie witt2017-05-051-0/+22
* | libvirt: Pass instance to connect_volume and disconnect_volumeMatthew Booth2017-05-081-0/+86
|/
* Expose StandardLogging fixture for useSean Dague2017-04-271-1/+2
* Remove usage of parameter enforce_typeChangBo Guo(gcb)2017-04-171-1/+1
* Make scheduler target cells to get compute node instance infoDan Smith2017-04-061-4/+7
* Short circuit notifications when not enabledBalazs Gibizer2017-03-301-0/+6
* Use flake8-import-orderJohn L. Villalovos2017-03-061-4/+4
* Merge "Tests: improve assertJsonEqual diagnostic message"Jenkins2017-02-201-15/+28
|\
| * Tests: improve assertJsonEqual diagnostic messageAndrey Volkov2016-10-171-15/+28
* | Make api_samples tests use simple cell environmentDan Smith2017-01-241-1/+1
* | Multicell support for instance listingDan Smith2017-01-231-0/+4
* | [2/3]Replace six.iteritems() with .items()Spencer Yu2017-01-091-1/+1
* | Make nova-manage cell_v2 discover_hosts tests use DBsmelanie witt2016-12-171-0/+15
* | Setup CellsV2 environment in base testDan Smith2016-12-091-9/+66
* | Merge "Cleanup some redundant USES_DB_SELF usage"Jenkins2016-10-181-0/+7
|\ \
| * | Cleanup some redundant USES_DB_SELF usageMatt Riedemann2016-09-261-0/+7
| |/
* | Use more specific asserts in testsGábor Antal2016-10-121-1/+1
|/
* Use StableObjectJsonFixture from o.voMatt Riedemann2016-08-291-1/+2
* Revert "Optional separate database for placement API"John Garbutt2016-08-251-1/+0
* Merge "TrivialFix: Fixed a typo in nova/test.py"Jenkins2016-08-221-1/+1
|\
| * TrivialFix: Fixed a typo in nova/test.pyDevdatta Kulkarni2016-08-031-1/+1
* | Optional separate database for placement APIRoman Podoliaka2016-08-111-0/+1
* | Set enforce_type=True in method flagsChangBo Guo(gcb)2016-08-091-1/+1
|/
* Fixed typos in nova, nova/api, nova/cells directoryAlex Szarka2016-08-011-1/+1
* Remove mox from unit/compute/test_compute.py (8)Hieu LE2016-06-281-0/+39
* Remove flavor seeding from the base migrationDan Smith2016-04-051-6/+1
* Block flavor creation until main database is emptyDan Smith2016-04-011-0/+6
* remove the ability to disable v2.1Sean Dague2016-03-311-1/+0
* Add a DatabasePoisonFixtureDan Smith2016-03-231-0/+3
* Forbid new legacy notification event_typeBalazs Gibizer2016-03-071-0/+2
* Add StableObjectJsonFixture and use it in our base test classDan Smith2016-02-161-0/+2
* Switch to oslo.cache libDavanum Srinivas2016-02-021-0/+2
* Merge "Persist the request spec during an instance boot"Jenkins2016-01-281-0/+1
|\
| * Persist the request spec during an instance bootAndrew Laski2016-01-281-0/+1
* | Use of six.PY3 should be forward compatibleEric Brown2016-01-171-3/+3
|/
* introduce ``stub_out`` method to base test classSean Dague2016-01-051-0/+12
* Cache SecurityGroupAPI results from neutron multiplexerDan Smith2015-12-101-0/+3
* Remove duplicate NullHandler test fixtureMatt Riedemann2015-08-311-18/+0
* api: deprecate the concept of extensions in v2.1John Garbutt2015-08-271-1/+1
* Move objects registration in tests directoryAndrew Laski2015-08-241-6/+0
* Merge "return more details on assertJsonEqual fail"Jenkins2015-07-311-1/+24
|\
| * return more details on assertJsonEqual failSean Dague2015-07-301-1/+24
* | Enable python34 tests for nova/tests/unit/scheduler/test*.pyDavanum Srinivas2015-07-281-1/+1
|/
* Fix Python 3 issues in nova.utils and nova.testsVictor Stinner2015-07-161-12/+10
* Enable python34 tests for nova/tests/unit/objects/test*.pyDavanum Srinivas2015-07-011-11/+22
* test: add MatchType helper class as equivalent of mox.IsADaniel P. Berrange2015-06-171-0/+32
* Replace metaclass registry with explicit opt-in registry from osloDan Smith2015-06-081-2/+3