The ceilometer.tests.unit.test_event_pipeline Module

The ceilometer.tests.unit.test_event_pipeline Module

class ceilometer.tests.unit.test_event_pipeline.EventPipelineTestCase(*args, **kwds)[source]

Bases: ceilometer.tests.base.BaseTestCase

class PublisherClassException(conf, parsed_url)[source]

Bases: ceilometer.publisher.ConfigPublisherBase

publish_events(events)[source]

Publish events into final conduit.

publish_samples(samples)[source]

Publish samples into final conduit.

get_publisher(conf, url, namespace='')[source]
setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_all_excluded_events_excluded()[source]
test_all_excluded_events_not_excluded()[source]
test_check_events_include_exclude()[source]
test_check_events_include_exclude_same()[source]
test_check_events_wildcard_included()[source]
test_check_publishers_invalid_publisher()[source]
test_event_non_match()[source]
test_event_pipeline_endpoint_requeue_on_failure()[source]
test_excluded_event_and_excluded_wildcard_events()[source]
test_included_event_and_wildcard_events()[source]
test_multiple_included_events()[source]
test_multiple_pipeline()[source]
test_multiple_publisher()[source]
test_multiple_publisher_isolation()[source]
test_name()[source]
test_no_events()[source]
test_no_name()[source]
test_no_publishers()[source]
test_unique_pipeline_names()[source]
test_wildcard_and_excluded_wildcard_events()[source]
test_wildcard_event()[source]
test_wildcard_excluded_events()[source]
test_wildcard_excluded_events_not_excluded()[source]
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.