summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_context.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+2
* Fix unit test for oslo.context 4.1.0Ghanshyam Mann2022-02-281-1/+0
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-3/+3
* Revert "Log CellTimeout traceback in scatter_gather_cells"Matt Riedemann2019-10-221-33/+1
* [Gate fix] Avoid use cell_uuid before assignmentricolin2019-10-071-1/+33
* Tests: autospecs all the mock.patch usagesTakashi NATSUME2019-08-191-2/+3
* Move default policy targetJohn2019-06-031-2/+1
* Revert "Fix target_cell usage for scatter_gather_cells"melanie witt2019-05-081-16/+2
* Remove NovaException logging from scatter_gather_cellsMatt Riedemann2018-11-211-1/+15
* Refactor scatter-gather utility to return exception objectsSurya Seetharaman2018-10-311-1/+9
* Add scatter-gather-single-cell utilitySurya Seetharaman2018-10-031-0/+16
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+1
* Stash the cell uuid on the context when targetingDan Smith2018-08-221-0/+7
* Use nova.db.api directlyChris Dent2018-07-101-3/+3
* Remove RequestContext.instance_lock_checkedMatt Riedemann2018-04-111-1/+0
* Allow 'network' in RequestContext service_catalogThomas Bechtold2018-02-281-0/+2
* Get auth from context for glance endpointEric Fried2017-11-211-2/+3
* Regenerate context during targetingDan Smith2017-10-131-0/+20
* Merge "Fix target_cell usage for scatter_gather_cells"Jenkins2017-10-121-2/+16
|\
| * Fix target_cell usage for scatter_gather_cellsmelanie witt2017-10-111-2/+16
* | Update cinder in RequestContext service catalogEric Fried2017-10-101-2/+4
|/
* Add scatter gather utilities for cellsmelanie witt2017-06-291-0/+119
* Have nova.context use super from_contextSean Dague2017-05-251-60/+3
* Make target_cell() yield a new contextDan Smith2017-05-231-12/+12
* Cache database and message queue connection objectsmelanie witt2017-05-181-1/+27
* Temporarily untarget context when deleting from cell0Matt Riedemann2017-03-131-0/+19
* Change MQ targeting to honor only what is in the contextDan Smith2017-03-101-4/+10
* Setup CellsV2 environment in base testDan Smith2016-12-091-0/+3
* Add get_context helper methodAndrew Laski2016-09-291-0/+15
* Move cell message queue switching and add cachingmelanie witt2016-08-311-25/+2
* Add support for oslo.context 2.6.0Tony Breeds2016-07-271-0/+33
* Revert "Don't assert exact to_dict output"Tony Breeds2016-07-271-28/+27
* Don't assert exact to_dict outputJamie Lennox2016-07-221-27/+28
* Pass kwargs through to base contextJamie Lennox2016-07-141-17/+1
* policy: Replaces 'authorize' in nova-api (part 2)Claudiu Belu2016-06-271-0/+33
* Add message queue switching through RequestContextmelanie witt2016-05-161-2/+25
* Replace deprecated LOG.warn with LOG.warningSwapnil Kulkarni (coolsvap)2016-03-151-1/+1
* Fix string interpolations at logging callsTakashi NATSUME2016-03-071-1/+3
* Add methods for RequestContext to switch db connectionDheeraj Gupta2016-02-101-0/+15
* Use stub_out and mock to remove mox:part 3jichenjc2016-01-131-2/+2
* Change assertEqual(True/False) to assertTrue/FalseAyush Garg2016-01-111-3/+3
* Fix order of arguments in assertEqualPranaliDeore2015-09-031-14/+14
* Removed unused variablesSergey Nikitin2015-05-201-1/+1
* Better round trip for RequestContext<->Dict conversionDavanum Srinivas2015-03-051-0/+58
* Switch nova.context to actually use oslo.contextDavanum Srinivas2015-03-021-0/+35
* Prevent admin role leak in context.elevatedMatthew Gilliard2014-11-241-0/+11
* Replacement `_` on `_LW` in all LOG.warning part 1Mike Durnosvistov2014-11-201-1/+1
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+121