senlin/senlin/tests/unit/engine/actions
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 Test case for base action module 2015-08-10 05:27:59 -04:00
test_action_base.py Add cluster_id to action filter in API 2019-10-29 10:35:22 +07:00
test_add_nodes.py Add cluster_id to action filter in API 2019-10-29 10:35:22 +07:00
test_attach_policy.py Split the unit tests for cluster_action 2016-12-29 20:40:53 -05:00
test_check.py Revise cluster/node check action records design 2017-10-21 05:12:43 +00:00
test_cluster_action.py Merge "Enable health checks after failed operation" 2019-01-29 23:06:51 +00:00
test_create.py Add cluster_id to action filter in API 2019-10-29 10:35:22 +07:00
test_custom_action.py Enforce multi-tenancy for actions 2016-02-17 10:18:54 -05:00
test_del_nodes.py Revise issue in do_del_nodes 2017-01-07 11:40:01 +08:00
test_delete.py Add cluster_id to action filter in API 2019-10-29 10:35:22 +07:00
test_node_action.py Fix node lock aquire to force with node operation 2019-02-01 13:45:23 -08:00
test_operation.py Replace the definition about action cause in action with it in consts 2017-01-06 17:19:17 +08:00
test_recover.py Fix cluster recovery and node recovery params 2019-02-15 22:13:25 +00:00
test_replace_nodes.py Add cluster_id to action filter in API 2019-10-29 10:35:22 +07:00
test_resize.py Removed extra underlines in tests 2018-09-19 22:53:00 +00:00
test_scale_in.py Lifecycle hook implementation 2018-01-30 17:31:43 +00:00
test_scale_out.py Split the unit tests for cluster_action 2016-12-29 20:40:53 -05:00
test_update_policy.py Split the unit tests for cluster_action 2016-12-29 20:40:53 -05:00
test_update.py Removed extra underlines in tests 2018-09-19 22:53:00 +00:00
test_wait.py Split the unit tests for cluster_action 2016-12-29 20:40:53 -05:00