mistral/mistral/tests/unit/engine
Winson Chan e003849ecf Engine as a standalone process
Refactored engine to run as a standalone process. The engine is
modified to use the RPC client/server design pattern from
oslo.messaging. A new launch option is included to run the
engine separately. The API server communicates with the engine
via the RPC client. A pecan hook is used to pass a common client
instance with appropriate transport configuration to the API.

Change-Id: I9ca757aedad764fd38645a5b858800d69808bb95
Implements: blueprint mistral-engine-standalone-process
2014-04-24 17:46:05 -07:00
..
scalable Engine as a standalone process 2014-04-24 17:46:05 -07:00
__init__.py Implement single (non-scalable) engine 2014-01-07 16:22:01 +04:00
test_data_flow.py Engine as a standalone process 2014-04-24 17:46:05 -07:00
test_data_flow_module.py Fix convert params and result in AdHocAction 2014-04-18 14:24:54 +04:00
test_task_retry.py Engine as a standalone process 2014-04-24 17:46:05 -07:00
test_transport.py Engine as a standalone process 2014-04-24 17:46:05 -07:00
test_workflow.py Fixing ordering bugs in workbook model and tests 2014-03-14 14:47:44 +07:00