deb-aodh/aodh/tests/unit/evaluator
Mehdi Abaakouk 0ac9fcaf62 composite: fix evaluation of trending state alarms
When threshold evaluator returns a trending state instead of a state,
the composite evaluator ignores it and passes the alarm to insufficient
data instead of using it.

This change fixes that.

Closes-bug: #1645344

Change-Id: I4703936e0377a466e09c97b5485191b17442b57d
2017-01-05 07:17:46 +01:00
..
__init__.py Move evaluator tests into the unit folder 2015-11-06 09:14:59 +01:00
base.py support queue based communication between evaluator and notifier 2015-11-24 09:25:09 -05:00
test_base.py Record the state transition reason in alarm's history data when evaluating 2016-07-07 09:31:02 +08:00
test_combination.py Replaces uuid.uuid4 with uuidutils.generate_uuid() 2016-12-16 05:14:43 +00:00
test_composite.py composite: fix evaluation of trending state alarms 2017-01-05 07:17:46 +01:00
test_event.py Replaces uuid.uuid4 with uuidutils.generate_uuid() 2016-12-16 05:14:43 +00:00
test_gnocchi.py Replaces uuid.uuid4 with uuidutils.generate_uuid() 2016-12-16 05:14:43 +00:00
test_threshold.py Replaces uuid.uuid4 with uuidutils.generate_uuid() 2016-12-16 05:14:43 +00:00