senlin/senlin/tests/unit/db
Bo Tran 8a5460c591 Add cluster_id to action filter in API
Current, an action was created haven't information of a cluster.
When a specific action is created, we do not know what action this action takes
in a cluster and when we execute the query API:

GET http://senlin_host:8777/actions

so many actions are returned even though we can limit using parameters
such as name, target, action, status combined with limit and marker.
But, we can't just get the actions executed in a particular cluster.
So, I want us to be able to do this by enabling the query with a cluster_id parameter.
To accomplish this, I need to modify the schema of
action models and action tables in the database of senlin service.

Change-Id: I49d172414eecf9158192cf0869abb91822ee2226
2019-10-29 10:35:22 +07:00
..
__init__.py Relocate Senlin unit tests 2015-08-04 06:16:20 -04:00
shared.py Add cluster_id to action filter in API 2019-10-29 10:35:22 +07:00
test_action_api.py Add cluster_id to action filter in API 2019-10-29 10:35:22 +07:00
test_cluster_api.py Fix Senlin performance issues 2019-02-28 17:27:30 -08:00
test_cluster_policy_api.py Remove tox unit test warnings 2017-12-18 05:05:02 -05:00
test_cred_api.py Remove concurrency constraint for functional tests 2016-04-06 12:16:44 +08:00
test_event_api.py Remove tox unit test warnings 2017-12-18 05:05:02 -05:00
test_lock_api.py Reject actions if target resource is locked 2018-10-10 16:46:10 +00:00
test_node_api.py Remove tox unit test warnings 2017-12-18 05:05:02 -05:00
test_policy_api.py Remove tox unit test warnings 2017-12-18 05:05:02 -05:00
test_profile_api.py Add duplicated name tests in db api. 2017-04-09 14:11:49 +08:00
test_receiver_api.py Remove tox unit test warnings 2017-12-18 05:05:02 -05:00
test_registry_api.py add db api to health registry object 2017-12-20 16:48:59 +08:00
test_service_api.py Remove context from service db apis 2017-02-19 22:00:32 -05:00
test_sqlalchemy_types.py Fix TZAwareDateTime 2016-06-02 02:43:57 -04:00
test_sqlalchemy_utils.py Remove usage of parameter enforce_type 2017-05-31 16:22:11 +05:30