magnum/magnum/tests/unit/conductor/handlers
Hongbin Lu 8d9649bc1f Move conductor common implementations into module
This allows common implementations to be reused later. Below is
the list of methods that were moved and renamed:
* handlers.k8s_conductor._retrieve_bay -> utils.retrieve_bay
* handlers.bay_conductor._get_baymodel -> utils.retrieve_bay
* handlers.k8s_conductor._retrieve_baymodel -> utils.retrieve_baymodel
* handlers.k8s_conductor._object_has_stack -> utils.object_has_stack
* handlers.k8s_conductor._retrieve_k8s_master_url ->
                                      k8s_api._retrieve_k8s_master_url
* handlers.k8s_conductor.Handler.k8s_api -> k8s_api.create_k8s_api

Change-Id: Ia10625f35667fd9309dc3627e2f2d31455dd19be
Partially-Implements: blueprint magnum-smart-bay-scale-down
2015-07-02 10:10:11 -04:00
..
common Remove unused files that used kubectl 2015-06-05 09:49:07 +08:00
__init__.py Make room for functional tests 2015-04-02 12:25:43 -04:00
test_bay_conductor.py Move conductor common implementations into module 2015-07-02 10:10:11 -04:00
test_conductor_listener.py Implement listener API for conductor horizontal-scale 2015-04-13 03:09:57 +00:00
test_docker_conductor.py Merge "Changes container_execute to container_exec" 2015-06-23 20:38:59 +00:00
test_k8s_conductor.py Move conductor common implementations into module 2015-07-02 10:10:11 -04:00