The aodh.tests.unit.evaluator.test_combination Module

Tests for aodh/evaluator/combination.py

class aodh.tests.unit.evaluator.test_combination.TestEvaluate(*args, **kwds)[source]

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

EVALUATOR

alias of CombinationEvaluator

prepare_alarms()[source]
test_no_state_change()[source]
test_no_state_change_and_repeat_actions()[source]
test_no_state_change_outside_time_constraint(*args, **keywargs)[source]
test_retry_transient_api_failure()[source]
test_simple_insufficient()[source]
test_state_change_inside_time_constraint(*args, **keywargs)[source]
test_to_alarm_with_all_alarm()[source]
test_to_alarm_with_one_insufficient_data()[source]
test_to_alarm_with_one_ok()[source]
test_to_ok_with_all_ok()[source]
test_to_ok_with_one_alarm()[source]
test_to_unknown()[source]