aodh/tests/storage
Mehdi Abaakouk 48c85f740a Alarm API update
This updates the alarm API to match the latest discussion:

https://wiki.openstack.org/wiki/Ceilometer/blueprints/alarm-api

It allows creation of different kinds of alarm.
The current kind of alarm has been named 'threshold'.

It move the defaults values from the storage models to the API
with all tools provided by wsme to ensure mandatory field and default.

A behavior change, it is now mandatory to PUT a full alarm description
in a PUT call.
In the future a new endpoint can be added to allow to modify only one
field (example for state: /v2/alarms/<id>/state)

Implements blueprint alarming-logical-combination

Change-Id: Ib85636728d427cdb70ef530ff9ff20d2b75c5ed1
2013-09-19 16:11:38 +02:00
..
__init__.py Sketch out a plugin system for saving metering data. 2012-06-08 15:00:47 -04:00
test_base.py Fix to return latest resource metadata 2013-09-09 18:54:19 +00:00
test_get_engine.py ceilometer tests need to be enabled/cleaned 2013-07-11 09:38:55 -04:00
test_impl_hbase.py Refactored storage tests to use testscenarios 2013-08-26 14:24:22 +02:00
test_impl_log.py ceilometer tests need to be enabled/cleaned 2013-07-11 09:38:55 -04:00
test_impl_mongodb.py Alarm API update 2013-09-19 16:11:38 +02:00
test_impl_sqlalchemy.py Reject duplicate events 2013-09-04 12:45:26 -03:00
test_models.py Reject duplicate events 2013-09-04 12:45:26 -03:00
test_storage_scenarios.py Alarm API update 2013-09-19 16:11:38 +02:00