aodh/ceilometer/tests/storage
Mehdi Abaakouk 49b9a547ff Don't assume alarms are returned in insert order
The previous implentation of the tests assure than the db backends
return the alarms into the insert order. This is false for mysql.

The patch rewritte the tests to make it compatible to mysql

Change-Id: I146de0d8cef78b6c734bc6742238b939422645b9
2013-12-19 15:36:51 +01:00
..
sqlalchemy full pep8 compliance (part 2) 2013-11-21 12:35:01 -05:00
__init__.py Move tests into ceilometer module 2013-11-13 15:32:31 +01:00
test_base.py Move tests into ceilometer module 2013-11-13 15:32:31 +01:00
test_get_engine.py Replace mox with mock in tests.storage 2013-11-18 11:08:46 +01:00
test_impl_hbase.py full pep8 compliance (part 2) 2013-11-21 12:35:01 -05:00
test_impl_log.py Replace mox with mock in tests.storage 2013-11-18 11:08:46 +01:00
test_impl_mongodb.py full pep8 compliance (part 2) 2013-11-21 12:35:01 -05:00
test_impl_sqlalchemy.py Convert event timestamp to PrecisionTimestamp 2013-12-17 13:48:49 -07:00
test_models.py Add configuration-driven conversion to Events 2013-12-10 17:31:09 +00:00
test_storage_scenarios.py Don't assume alarms are returned in insert order 2013-12-19 15:36:51 +01:00