{
    "info": {
        "generated_at": "2019-05-16T18:20:55", 
        "rally_version": "1.3.0", 
        "format_version": "1.2"
    }, 
    "tasks": [
        {
            "uuid": "c317526c-1ac9-4207-80ff-9f472943973f", 
            "title": "", 
            "description": "", 
            "status": "aborted", 
            "tags": [], 
            "env_uuid": "f6fe352d-2ce5-4da6-9e32-a67341a2f587", 
            "env_name": "opnfv-rally", 
            "created_at": "2019-05-16T18:19:51", 
            "updated_at": "2019-05-16T18:20:51", 
            "pass_sla": false, 
            "subtasks": [
                {
                    "uuid": "a8b601ac-2ace-45e5-90cb-862175068506", 
                    "title": "NovaServers.boot_and_live_migrate_server", 
                    "description": "", 
                    "status": "finished", 
                    "created_at": "2019-05-16T18:20:20", 
                    "updated_at": "2019-05-16T18:20:51", 
                    "sla": {}, 
                    "workloads": [
                        {
                            "uuid": "ef7cb444-1259-44b7-8cc0-64885a354647", 
                            "description": "Live Migrate a server.", 
                            "runner": {
                                "constant": {
                                    "concurrency": 1, 
                                    "times": 1
                                }
                            }, 
                            "hooks": [], 
                            "scenario": {
                                "NovaServers.boot_and_live_migrate_server": {
                                    "block_migration": true, 
                                    "flavor": {
                                        "name": "rally_sanity-flavor_bf980f06-3c22-46a3-bbe3-861f602d0886"
                                    }, 
                                    "image": {
                                        "name": "rally_sanity-img_bf980f06-3c22-46a3-bbe3-861f602d0886"
                                    }, 
                                    "nics": [
                                        {
                                            "net-id": "6ebf3df3-3bee-4461-987f-3971063b02f2"
                                        }
                                    ]
                                }
                            }, 
                            "min_duration": 12.89258885383606, 
                            "max_duration": 12.89258885383606, 
                            "start_time": 1558030825.93015, 
                            "load_duration": 12.89258885383606, 
                            "full_duration": 28.334131956100464, 
                            "statistics": {
                                "durations": {
                                    "total": {
                                        "data": {
                                            "success": "0.0%", 
                                            "min": 13.893, 
                                            "max": 13.893, 
                                            "median": 13.893, 
                                            "95%ile": 13.893, 
                                            "iteration_count": 1, 
                                            "avg": 13.893, 
                                            "90%ile": 13.893
                                        }, 
                                        "display_name": "total", 
                                        "name": "total", 
                                        "count_per_iteration": 1, 
                                        "children": [
                                            {
                                                "data": {
                                                    "success": "0.0%", 
                                                    "min": 12.893, 
                                                    "max": 12.893, 
                                                    "median": 12.893, 
                                                    "95%ile": 12.893, 
                                                    "iteration_count": 1, 
                                                    "avg": 12.893, 
                                                    "90%ile": 12.893
                                                }, 
                                                "display_name": "duration", 
                                                "name": "duration", 
                                                "count_per_iteration": 1, 
                                                "children": []
                                            }, 
                                            {
                                                "data": {
                                                    "success": "0.0%", 
                                                    "min": 1.0, 
                                                    "max": 1.0, 
                                                    "median": 1.0, 
                                                    "95%ile": 1.0, 
                                                    "iteration_count": 1, 
                                                    "avg": 1.0, 
                                                    "90%ile": 1.0
                                                }, 
                                                "display_name": "idle_duration", 
                                                "name": "idle_duration", 
                                                "count_per_iteration": 1, 
                                                "children": []
                                            }
                                        ]
                                    }, 
                                    "atomics": [
                                        {
                                            "data": {
                                                "success": "100.0%", 
                                                "min": 10.328, 
                                                "max": 10.328, 
                                                "median": 10.328, 
                                                "95%ile": 10.328, 
                                                "iteration_count": 1, 
                                                "avg": 10.328, 
                                                "90%ile": 10.328
                                            }, 
                                            "display_name": "nova.boot_server", 
                                            "name": "nova.boot_server", 
                                            "count_per_iteration": 1, 
                                            "children": []
                                        }, 
                                        {
                                            "data": {
                                                "success": "0.0%", 
                                                "min": 3.565, 
                                                "max": 3.565, 
                                                "median": 3.565, 
                                                "95%ile": 3.565, 
                                                "iteration_count": 1, 
                                                "avg": 3.565, 
                                                "90%ile": 3.565
                                            }, 
                                            "display_name": "nova.live_migrate", 
                                            "name": "nova.live_migrate", 
                                            "count_per_iteration": 1, 
                                            "children": []
                                        }
                                    ]
                                }
                            }, 
                            "data": [
                                {
                                    "timestamp": 1558030825.93015, 
                                    "error": [
                                        "BadRequest", 
                                        "cmp001 is not on local storage: Block migration can not be used with shared storage. (HTTP 400) (Request-ID: req-a13669e2-66f6-4d19-a61d-3fd9f2b38b18)", 
                                        "Traceback (most recent call last):\n  File \"/usr/lib/python2.7/site-packages/rally/task/runner.py\", line 71, in _run_scenario_once\n    getattr(scenario_inst, method_name)(**scenario_kwargs)\n  File \"/usr/lib/python2.7/site-packages/rally_openstack/scenarios/nova/servers.py\", line 720, in run\n    self._live_migrate(server, block_migration, disk_over_commit)\n  File \"/usr/lib/python2.7/site-packages/rally/task/atomic.py\", line 91, in func_atomic_actions\n    f = func(self, *args, **kwargs)\n  File \"/usr/lib/python2.7/site-packages/rally_openstack/scenarios/nova/utils.py\", line 789, in _live_migrate\n    disk_over_commit=disk_over_commit)\n  File \"/usr/lib/python2.7/site-packages/novaclient/api_versions.py\", line 393, in substitution\n    return methods[-1].func(obj, *args, **kwargs)\n  File \"/usr/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 431, in live_migrate\n    disk_over_commit)\n  File \"/usr/lib/python2.7/site-packages/novaclient/api_versions.py\", line 393, in substitution\n    return methods[-1].func(obj, *args, **kwargs)\n  File \"/usr/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1678, in live_migrate\n    'disk_over_commit': disk_over_commit})\n  File \"/usr/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1918, in _action\n    info=info, **kwargs)\n  File \"/usr/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 1929, in _action_return_resp_and_body\n    return self.api.client.post(url, body=body)\n  File \"/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 334, in post\n    return self.request(url, 'POST', **kwargs)\n  File \"/usr/lib/python2.7/site-packages/novaclient/client.py\", line 83, in request\n    raise exceptions.from_response(resp, body, url, method)\nBadRequest: cmp001 is not on local storage: Block migration can not be used with shared storage. (HTTP 400) (Request-ID: req-a13669e2-66f6-4d19-a61d-3fd9f2b38b18)\n"
                                    ], 
                                    "duration": 12.89258885383606, 
                                    "output": {
                                        "additive": [], 
                                        "complete": []
                                    }, 
                                    "idle_duration": 1.0, 
                                    "atomic_actions": [
                                        {
                                            "finished_at": 1558030836.258153, 
                                            "started_at": 1558030825.930228, 
                                            "name": "nova.boot_server", 
                                            "children": []
                                        }, 
                                        {
                                            "finished_at": 1558030839.822725, 
                                            "started_at": 1558030836.258208, 
                                            "children": [], 
                                            "failed": true, 
                                            "name": "nova.live_migrate"
                                        }
                                    ]
                                }
                            ], 
                            "failed_iteration_count": 1, 
                            "total_iteration_count": 1, 
                            "created_at": "2019-05-16T18:20:20", 
                            "updated_at": "2019-05-16T18:20:51", 
                            "contexts": {
                                "users": {
                                    "users_per_tenant": 1, 
                                    "tenants": 1
                                }
                            }, 
                            "contexts_results": [
                                {
                                    "setup": {
                                        "finished_at": 1558030824.298091, 
                                        "started_at": 1558030820.870638, 
                                        "atomic_actions": [], 
                                        "error": null
                                    }, 
                                    "cleanup": {
                                        "finished_at": 1558030849.203178, 
                                        "started_at": 1558030845.36633, 
                                        "atomic_actions": [], 
                                        "error": null
                                    }, 
                                    "plugin_cfg": {
                                        "user_domain": "Default", 
                                        "project_domain": "Default", 
                                        "user_choice_method": "random", 
                                        "users_per_tenant": 1, 
                                        "tenants": 1, 
                                        "resource_management_workers": 20
                                    }, 
                                    "plugin_name": "users@openstack"
                                }, 
                                {
                                    "setup": {
                                        "finished_at": 1558030824.298865, 
                                        "started_at": 1558030824.298798, 
                                        "atomic_actions": [], 
                                        "error": null
                                    }, 
                                    "cleanup": {
                                        "finished_at": 1558030845.365648, 
                                        "started_at": 1558030839.847663, 
                                        "atomic_actions": [], 
                                        "error": null
                                    }, 
                                    "plugin_cfg": [
                                        "nova"
                                    ], 
                                    "plugin_name": "cleanup@openstack"
                                }
                            ], 
                            "position": 0, 
                            "pass_sla": false, 
                            "sla_results": {
                                "sla": [
                                    {
                                        "criterion": "failure_rate", 
                                        "detail": "Failure rate criteria 0.00% <= 100.00% <= 0.00% - Failed", 
                                        "success": false
                                    }, 
                                    {
                                        "criterion": "aborted_on_sla", 
                                        "detail": "Task was aborted due to SLA failure(s).", 
                                        "success": false
                                    }
                                ]
                            }, 
                            "sla": {
                                "failure_rate": {
                                    "max": 0
                                }
                            }
                        }
                    ]
                }, 
                {
                    "uuid": "d97fbfdd-576c-4595-a812-38143d4966d9", 
                    "title": "NovaServers.boot_server_attach_created_volume_and_live_migrate", 
                    "description": "", 
                    "status": "aborted", 
                    "created_at": "2019-05-16T18:20:51", 
                    "updated_at": "2019-05-16T18:20:51", 
                    "sla": {}, 
                    "workloads": []
                }
            ]
        }
    ]
}