aodh/ceilometer/tests
John Herndon d80f30f568 Add a Trait Type model and db table
The event api will provide a way to list all trait types for
a given event type. The current data model does not provide
an efficient way to get all trait types.

This change introduces a trait_type table, and TraitType model.
Trait information can be retrieved with this simple query into
TraitType:

SELECT id, desc, dtype FROM  trait_type;

The UniqueName table is no longer needed, so it has been removed.

Partial-Bug: 1211015
Change-Id: I6ec29dc1d71b5590204d7e7b1bf121c2c1ca1904
2013-12-02 15:16:42 -07:00
..
alarm Merge "full pep8 compliance (part 2)" 2013-11-22 10:54:50 +00:00
api full pep8 compliance (part 2) 2013-11-21 12:35:01 -05:00
central Replace mox with mock in alarm,central,image tests 2013-11-19 17:19:18 +01:00
collector Remove the collector submodule 2013-11-26 16:03:30 +01:00
compute Removed unused method in compute agent manger 2013-11-28 15:22:42 +08:00
dispatcher Simplify the dispatcher method prototype 2013-11-26 16:03:30 +01:00
energy Replace mox with mock in energy and objectstore 2013-11-15 20:00:06 +01:00
image Merge "full pep8 compliance (part 2)" 2013-11-22 10:54:50 +00:00
network Move tests into ceilometer module 2013-11-13 15:32:31 +01:00
objectstore full pep8 compliance (part 2) 2013-11-21 12:35:01 -05:00
publisher full pep8 compliance (part 2) 2013-11-21 12:35:01 -05:00
storage Add a Trait Type model and db table 2013-12-02 15:16:42 -07:00
volume Move tests into ceilometer module 2013-11-13 15:32:31 +01:00
__init__.py Skeleton for API server 2012-07-27 10:34:36 -04:00
agentbase.py Move tests into ceilometer module 2013-11-13 15:32:31 +01:00
base.py Corrected import order 2013-11-13 14:41:33 +08:00
db.py Corrected import order 2013-11-13 14:41:33 +08:00
sources.json Move tests into ceilometer module 2013-11-13 15:32:31 +01:00
test_bin.py Move tests into ceilometer module 2013-11-13 15:32:31 +01:00
test_collector.py Simplify the dispatcher method prototype 2013-11-26 16:03:30 +01:00
test_middleware.py Move tests into ceilometer module 2013-11-13 15:32:31 +01:00
test_notification.py Split collector 2013-11-26 16:03:26 +01:00
test_notifier.py Move tests into ceilometer module 2013-11-13 15:32:31 +01:00
test_novaclient.py Replace mox with mock in novaclient and compute 2013-11-19 10:56:56 +01:00
test_pipeline.py Added resources definition in the pipeline 2013-11-27 13:47:38 +08:00
test_plugin.py Move tests into ceilometer module 2013-11-13 15:32:31 +01:00
test_service.py Move tests into ceilometer module 2013-11-13 15:32:31 +01:00
test_utils.py Move tests into ceilometer module 2013-11-13 15:32:31 +01:00