ceilometer/ceilometer/tests/unit/event
gord chung 2d67bd21dd nearly pluggable notification agent
notification agent now just asks for pipelinemanagers and gets
endpoints it should broadcast to from there. it only sets up a
listener for main queue and a listener for internal queue
(if applicable)

- pass in publishing/processing context into endpoints instead of
manager. context is based on partitioning or not
- move all endpoint/notifier setup to respective pipeline managers
- change interim broadcast filtering to use event_type rather than
publisher_id so all filtering uses event_type.
- add namespace to load supported pipeline managers
- remove some notification tests as they are redundant and only
different that it mocks stuff other tests don't mock
- change relevant_endpoint test to verify endpoints cover all pipelines

Related-Bug: #1720021
Change-Id: I9f9073e3b15c4e3a502976c2e3e0306bc99282d9
2017-11-16 14:43:46 -05:00
..
__init__.py Initial separating unit and functional tests 2015-08-06 07:59:45 +03:00
test_converter.py event: move models out of storage 2017-10-13 18:18:07 +02:00
test_endpoint.py nearly pluggable notification agent 2017-11-16 14:43:46 -05:00
test_trait_plugins.py Using assertIsNone() instead of assertIs(None) 2016-09-23 10:55:43 +08:00