senlin/senlin/tests/unit/engine
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
..
actions Add cluster_id to action filter in API 2019-10-29 10:35:22 +07:00
notifications Add retry logic to post_lifecycle_hook_message 2018-06-06 17:13:18 -07:00
receivers Add webhook v2 support 2019-05-13 19:04:51 +00:00
service Add cluster_id to action filter in API 2019-10-29 10:35:22 +07:00
__init__.py Relocate Senlin unit tests 2015-08-04 06:16:20 -04:00
test_cluster_policy.py Fix misuse of assertTrue 2019-04-02 16:21:21 +08:00
test_cluster.py Fix Senlin performance issues 2019-02-28 17:27:30 -08:00
test_dispatcher.py Remove usage of parameter enforce_type 2017-06-01 10:00:11 +08:00
test_engine_parser.py Add unit tests to engine.parser 2015-12-14 10:34:41 +00:00
test_engine_startstop.py Removed extra underlines in tests 2018-09-19 22:53:00 +00:00
test_environment.py Fix lb and delete policy not support 1.0 version 2018-02-09 18:42:32 +08:00
test_event.py Removed extra underlines in tests 2018-09-19 22:53:00 +00:00
test_health_manager.py Update hacking version to latest 2019-08-11 14:07:02 +00:00
test_node.py Add unit test for node.do_recover 2019-04-27 13:46:12 +08:00
test_registry.py Fix lb and delete policy not support 1.0 version 2018-02-09 18:42:32 +08:00
test_scheduler.py Use ThreadGroup.add_timer() API correctly 2018-12-07 09:26:57 +13:00
test_senlin_lock.py Add lock retry logic 2017-11-14 08:16:10 -05:00