summaryrefslogtreecommitdiff
path: root/nova/test.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace dict.iteritems() with six.iteritems(dict)Victor Stinner2015-05-221-1/+1
* Don't use dict.iterkeys()Victor Stinner2015-05-211-2/+2
* Replace iter.next() with next(iter)Victor Stinner2015-05-131-4/+4
* tests: make API signature test also check static functionDaniel P. Berrange2015-05-011-1/+5
* Skip 'id' attribute to be explicitly deleted in TestCaseghanshyam2015-03-231-1/+7
* Added assertJsonEqual method to TestCase classDavanum Srinivas2015-03-171-1/+42
* Remove TranslationFixtureAlexis Lee2015-03-021-1/+0
* Use oslo.logDavanum Srinivas2015-02-221-6/+7
* patch out nova libvirt driver event thread in testsSean Dague2015-02-131-0/+2
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-3/+3
* Merge "Fix and re-gate on H306"Jenkins2015-01-131-1/+1
|\
| * Fix and re-gate on H306Joe Gordon2015-01-101-1/+1
* | Move WarningsFixture after DatabaseFixture so emit onceBrant Knudson2015-01-081-1/+4
|/
* Add WarningsFixture to only emit DeprecationWarning once in a test runMatt Riedemann2015-01-071-0/+1
* Nuke XML support from Nova REST API - Phase 2Davanum Srinivas2015-01-061-7/+0
* extract RPC setup into a fixtureSean Dague2014-12-181-12/+1
* Reject non existent mock assert callsBalazs Gibizer2014-12-161-0/+24
* simplify database fixture to the features we useSean Dague2014-12-101-59/+1
* extract the timeout setup as a fixtureSean Dague2014-12-101-26/+3
* move all conf overrides to conf_fixtureSean Dague2014-12-091-4/+0
* move ServiceFixture and TranslationFixtureSean Dague2014-12-091-33/+3
* extract fixtures from nova.test to nova.test.fixturesSean Dague2014-12-091-59/+4
* rename oslo.concurrency to oslo_concurrencyZhiQiang Fan2014-12-061-1/+1
* Break V2 XML SupportDavanum Srinivas2014-12-031-0/+40
* Merge "Switch to moxstubout and mockpatch from oslotest"Jenkins2014-12-021-1/+1
|\
| * Switch to moxstubout and mockpatch from oslotestDavanum Srinivas2014-12-021-1/+1
* | Merge "factor out _setup_logging in test.py"Jenkins2014-12-021-19/+48
|\ \
| * | factor out _setup_logging in test.pySean Dague2014-12-011-19/+48
* | | Merge "extract _setup_timeouts in test.py"Jenkins2014-12-021-8/+18
|\ \ \ | |/ /
| * | extract _setup_timeouts in test.pySean Dague2014-12-011-8/+18
| |/
* | remove test.ReplaceModule from test.pySean Dague2014-11-271-18/+0
|/
* move all tests to nova/tests/unitSean Dague2014-11-121-2/+2