panko/ceilometer/tests/unit
Julien Danjou 984042084f collector: use an intermediate proxy class for event dispatcher
This makes sure that the base class EventDispatcherBase does not owns
any code itself. This makes external plugin easier to implement as they
don't _have_ to inherit from EventDispatcherBase, they just need to
implement a `record_events(events)' method and that's it.

This will allow Panko to provide the database dispatcher without having
a hard dependency on Ceilometer.

Change-Id: I094aed1e7e081fe1de130d987035a6c9d977d25e
2016-06-14 17:00:11 +02:00
..
agent Merge "fix some typos in our doc, comments and releasenotes" 2016-05-25 13:19:11 +00:00
api Use assertIn and assertNotIn 2016-03-16 22:16:37 +08:00
compute Merge "Adjust log levels for InstanceShutOffException" 2016-03-09 01:57:46 +00:00
dispatcher collector: use an intermediate proxy class for event dispatcher 2016-06-14 17:00:11 +02:00
energy Drop timestamping in pollsters 2016-05-06 14:33:08 +08:00
event notification: Use oslo.messaging batch listener 2016-01-18 06:59:09 +00:00
hardware refactor DefinitionException classes 2016-04-20 17:07:39 +08:00
image Remove unused context objects in Glance tests 2016-04-06 15:53:28 +02:00
ipmi Fix SDR file parsing for Intel Node Manager 2016-02-19 17:24:54 +02:00
meter refactor DefinitionException classes 2016-04-20 17:07:39 +08:00
network Drop timestamping in pollsters 2016-05-06 14:33:08 +08:00
objectstore remove wrong "#!/usr/bin/env python" header 2016-03-07 13:31:03 +08:00
publisher Use "topics" instead of "topic" in Notifier initialization 2016-06-13 16:24:47 +08:00
storage Remove alarming code 2015-11-24 13:44:58 +01:00
telemetry pollster/api now publish to sample queue 2015-09-17 13:19:13 +00:00
transformer publisher: clean out context usage 2016-04-01 09:51:54 +02:00
__init__.py Initial separating unit and functional tests 2015-08-06 07:59:45 +03:00
test_coordination.py tests: stop services on tests teardown 2016-05-02 17:42:09 +02:00
test_declarative.py Cache getters for the decalarative definitions 2016-03-03 13:28:54 +03:00
test_decoupled_pipeline.py publisher: clean out context usage 2016-04-01 09:51:54 +02:00
test_event_pipeline.py publisher: clean out context usage 2016-04-01 09:51:54 +02:00
test_messaging.py Initial separating unit and functional tests 2015-08-06 07:59:45 +03:00
test_middleware.py Initial separating unit and functional tests 2015-08-06 07:59:45 +03:00
test_neutronclient.py Enable the Load Balancer v2 for the Ceilometer(Part One) 2016-02-13 08:44:22 -05:00
test_neutronclient_lbaas_v2.py Enable the Load Balancer v2 for the Ceilometer(Part Two) 2016-02-15 08:10:33 -05:00
test_novaclient.py remove wrong "#!/usr/bin/env python" header 2016-03-07 13:31:03 +08:00
test_sample.py handle list payloads in notifications 2015-08-19 22:06:10 -04:00
test_utils.py Initial separating unit and functional tests 2015-08-06 07:59:45 +03:00