magnum/magnum/tests/unit/conductor
Eli Qiao a48efaa3dd Fix container status when showing a paused containers
We inspect a container when doing container-show, if the container is paused,
inspect will return follows:

    "State": {
        "Error": "",
        ...
        "Paused": true,
        "Pid": 3894,
        "Restarting": false,
        "Running": true,
    },

currently, we just mark an container object's status as Running in this case,
but it is actually Paused.

Change-Id: I132f1d676e4f15be3ea7fe51cbb7391702ce558c
Closes-Bug: #1498326
2015-09-25 15:40:06 +08:00
..
handlers Fix container status when showing a paused containers 2015-09-25 15:40:06 +08:00
tasks Make room for functional tests 2015-04-02 12:25:43 -04:00
__init__.py Make room for functional tests 2015-04-02 12:25:43 -04:00
test_bay_lock.py Fix continuation line under/over indented problems 2015-05-30 00:16:37 +08:00
test_k8s_api.py Make k8sclient use the load balancer address 2015-07-27 14:13:46 -04:00
test_rpcapi.py Add Certificate controller for TLS support. 2015-09-05 13:45:43 +00:00
test_scale_manager.py Migrate to Kubernetes Release 1 2015-09-21 15:02:58 +08:00
test_template_definition.py Merge "Adds labels support to baymodels" 2015-09-21 19:38:53 +00:00
test_utils.py Move conductor common implementations into module 2015-07-02 10:10:11 -04:00