The ceilometer.tests.unit.test_notification Module

The ceilometer.tests.unit.test_notification Module

Tests for Ceilometer notify daemon.

class ceilometer.tests.unit.test_notification.BaseNotificationTest(*args, **kwds)[source]

Bases: ceilometer.tests.base.BaseTestCase

run_service(srv)[source]
class ceilometer.tests.unit.test_notification.BaseRealNotification(*args, **kwds)[source]

Bases: ceilometer.tests.unit.test_notification.BaseNotificationTest

setUp()[source]

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

setup_event_pipeline(event_names)[source]
setup_pipeline(counter_names)[source]
class ceilometer.tests.unit.test_notification.TestNotification(*args, **kwds)[source]

Bases: ceilometer.tests.unit.test_notification.BaseNotificationTest

setUp()[source]

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

test_select_pipelines()[source]
test_select_pipelines_missing(**keywargs)[source]
test_start_multiple_listeners()[source]
test_targets()[source]
test_unique_consumers(**keywargs)[source]
class ceilometer.tests.unit.test_notification.TestRealNotification(*args, **kwds)[source]

Bases: ceilometer.tests.unit.test_notification.BaseRealNotification

setUp()[source]

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

test_notification_service(**keywargs)[source]
test_notification_service_error_topic(**keywargs)[source]
class ceilometer.tests.unit.test_notification.TestRealNotificationHA(*args, **kwds)[source]

Bases: ceilometer.tests.unit.test_notification.BaseRealNotification

setUp()[source]

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

test_broadcast_to_relevant_pipes_only(**keywargs)[source]
test_hashring_targets()[source]
test_notification_service(**keywargs)[source]
test_notification_threads(**keywargs)[source]
test_notify_to_relevant_endpoint(**keywargs)[source]
test_reset_listener_on_refresh(**keywargs)[source]
class ceilometer.tests.unit.test_notification.TestRealNotificationMultipleAgents(*args, **kwds)[source]

Bases: ceilometer.tests.unit.test_notification.BaseNotificationTest

setUp()[source]

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

setup_event_pipeline()[source]
setup_pipeline(transformers)[source]
test_multiple_agents_multiple_transform(**keywargs)[source]
test_multiple_agents_no_transform(**keywargs)[source]
test_multiple_agents_transform(**keywargs)[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.