The aodh.tests.unit.evaluator.test_event Module

class aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate(*args, **kwds)[source]

Bases: aodh.tests.unit.evaluator.base.TestEvaluatorBase

EVALUATOR

alias of EventAlarmEvaluator

test_continue_alarming_when_repeat_actions_enabled()[source]
test_continue_following_evaluation_after_exception()[source]
test_do_not_continue_alarming_when_repeat_actions_disabled()[source]
test_event_alarm_cache_expired(*args, **keywargs)[source]
test_event_alarm_cache_hit()[source]
test_event_alarm_cache_miss()[source]
test_event_alarm_cache_updated_after_fired()[source]
test_event_alarm_caching_disabled()[source]
test_fire_alarm_event_type_pattern_matched()[source]
test_fire_alarm_in_project_none()[source]
test_fire_alarm_in_the_same_project_id()[source]
test_fire_alarm_in_the_same_tenant_id()[source]
test_fire_alarm_query_matched_datetime()[source]
test_fire_alarm_query_matched_float()[source]
test_fire_alarm_query_matched_integer()[source]
test_fire_alarm_query_matched_string()[source]
test_skip_alarm_due_to_uncompareable_trait()[source]
test_skip_event_missing_event_type()[source]
test_skip_event_missing_message_id()[source]
test_skip_event_type_pattern_unmatched()[source]
test_skip_query_unmatched_datetime()[source]
test_skip_query_unmatched_float()[source]
test_skip_query_unmatched_integer()[source]
test_skip_query_unmatched_string()[source]
test_skip_uninterested_event_type()[source]