summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_rpc.py
Commit message (Expand)AuthorAgeFilesLines
* rpc: Rework 'get_notifier', 'wrap_exception'Stephen Finucane2021-03-011-12/+0
* Remove six.text_type (2/2)Takashi Natsume2020-12-131-2/+1
* test_rpc: Stop f****** with global stateStephen Finucane2019-04-261-171/+145
* Fix jsonutils.to_primitive UserWarningMatt Riedemann2018-12-171-3/+14
* Use oslo.messaging per-call monitoringDan Smith2018-06-111-0/+3
* Make TestRPC inherit from the base nova TestCaseMatt Riedemann2017-09-261-4/+5
* Replace messaging.get_transport with get_rpc_transportMatt Riedemann2017-06-051-1/+1
* Clean up ClientRouter debtDan Smith2017-04-251-41/+2
* Short circuit notifications when not enabledBalazs Gibizer2017-03-301-0/+25
* Remove old oslo.messaging transport aliasesChangBo Guo(gcb)2017-03-171-6/+3
* Make versioned notifications topics configurableJuan Antonio Osorio Robles2017-03-141-1/+18
* Change MQ targeting to honor only what is in the contextDan Smith2017-03-101-132/+22
* Set access_policy for messaging's dispatcherChangBo Guo(gcb)2017-01-201-2/+7
* Integrate OSProfiler and NovaDina Belova2017-01-181-0/+75
* conf: added notifications groupMaciej Szankin2017-01-031-1/+1
* Make RPCFixture support multiple connectionsDan Smith2016-12-071-16/+18
* Move cell message queue switching and add cachingmelanie witt2016-08-311-47/+184
* Add message queue switching through RequestContextmelanie witt2016-05-161-0/+59
* Replace topic with topics for messaging.NotifierAndrew Laski2016-04-051-2/+3
* Forbid new legacy notification event_typeBalazs Gibizer2016-03-071-2/+4
* Database not needed for RPC serializer testsDiana Clarke2016-02-041-2/+2
* Use get_notification_transport() for notificationsRyan Rossiter2016-01-251-15/+35
* Add tests for nova.rpc moduleRyan Rossiter2016-01-251-0/+322