ceilometer/ceilometer/tests/storage
Gordon Chung ac26db7cfa refactor sql backend to improve write speed
- drop sourceassoc table as its data is not accessible via api
- drop resource table since data can be retreive from sample table

Change-Id: I2d4a5175734cafce6a439ad736c47691e6e7e847
Implements: blueprint big-data-sql
Closes-Bug: #1305332
Closes-Bug: #1257908
2014-05-27 19:15:36 +00:00
..
sqlalchemy Fix order of arguments in assertEquals 2014-03-20 10:11:14 +08:00
__init__.py Move tests into ceilometer module 2013-11-13 15:32:31 +01:00
test_base.py Fix order of arguments in assertEquals 2014-03-20 10:11:14 +08:00
test_get_connection.py Replaced CONF object with url in storage engine creation 2014-04-29 17:54:52 +03:00
test_impl_db2.py Made get_capabilities a classmethod instead of object method 2014-04-23 12:21:32 +03:00
test_impl_hbase.py Replaced CONF object with url in storage engine creation 2014-04-29 17:54:52 +03:00
test_impl_log.py Removed StorageEngine class and it's hierarchy 2014-05-04 13:18:27 +00:00
test_impl_mongodb.py Replaced CONF object with url in storage engine creation 2014-04-29 17:54:52 +03:00
test_impl_sqlalchemy.py refactor sql backend to improve write speed 2014-05-27 19:15:36 +00:00
test_models.py Fix order of arguments in assertEquals 2014-03-20 10:11:14 +08:00
test_pymongo_base.py Refactored fake connection URL classes 2014-04-09 15:08:13 +03:00
test_storage_scenarios.py Drop deprecated api v1 2014-05-18 16:17:01 +02:00