{
    "info": {
        "generated_at": "2018-11-29T10:22:11", 
        "rally_version": "1.2.2~dev13", 
        "format_version": "1.2"
    }, 
    "tasks": [
        {
            "uuid": "66d523ea-c8ad-4d61-bbb3-ed80b82f0378", 
            "title": "", 
            "description": "", 
            "status": "aborted", 
            "tags": [], 
            "env_uuid": "5a82598f-4e9b-48af-b5a0-ae1370e9e874", 
            "env_name": "opnfv-rally", 
            "created_at": "2018-11-29T10:16:07", 
            "updated_at": "2018-11-29T10:22:07", 
            "pass_sla": false, 
            "subtasks": [
                {
                    "uuid": "ae2d1c7b-6b53-4246-97ee-098f40d92782", 
                    "title": "NovaServers.boot_and_live_migrate_server", 
                    "description": "", 
                    "status": "finished", 
                    "created_at": "2018-11-29T10:16:36", 
                    "updated_at": "2018-11-29T10:22:07", 
                    "sla": {}, 
                    "workloads": [
                        {
                            "uuid": "8722f5be-932e-451e-af12-2baebc7ef0ea", 
                            "description": "Live Migrate a server.", 
                            "runner": {
                                "constant": {
                                    "concurrency": 1, 
                                    "times": 1
                                }
                            }, 
                            "hooks": [], 
                            "scenario": {
                                "NovaServers.boot_and_live_migrate_server": {
                                    "block_migration": false, 
                                    "flavor": {
                                        "name": "rally_sanity-flavor_816e550a-411c-44c8-8891-e3b86812b98c"
                                    }, 
                                    "image": {
                                        "name": "rally_sanity-img_816e550a-411c-44c8-8891-e3b86812b98c"
                                    }, 
                                    "nics": [
                                        {
                                            "net-id": "dd3706af-3ce2-49c0-aef7-f764003cbb9e"
                                        }
                                    ]
                                }
                            }, 
                            "min_duration": 315.8794150352478, 
                            "max_duration": 315.8794150352478, 
                            "start_time": 1543486600.14575, 
                            "load_duration": 315.8794150352478, 
                            "full_duration": 330.88240909576416, 
                            "statistics": {
                                "durations": {
                                    "total": {
                                        "data": {
                                            "success": "0.0%", 
                                            "min": 316.879, 
                                            "max": 316.879, 
                                            "median": 316.879, 
                                            "95%ile": 316.879, 
                                            "iteration_count": 1, 
                                            "avg": 316.879, 
                                            "90%ile": 316.879
                                        }, 
                                        "display_name": "total", 
                                        "name": "total", 
                                        "count_per_iteration": 1, 
                                        "children": [
                                            {
                                                "data": {
                                                    "success": "0.0%", 
                                                    "min": 315.879, 
                                                    "max": 315.879, 
                                                    "median": 315.879, 
                                                    "95%ile": 315.879, 
                                                    "iteration_count": 1, 
                                                    "avg": 315.879, 
                                                    "90%ile": 315.879
                                                }, 
                                                "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.307, 
                                                "max": 10.307, 
                                                "median": 10.307, 
                                                "95%ile": 10.307, 
                                                "iteration_count": 1, 
                                                "avg": 10.307, 
                                                "90%ile": 10.307
                                            }, 
                                            "display_name": "nova.boot_server", 
                                            "name": "nova.boot_server", 
                                            "count_per_iteration": 1, 
                                            "children": []
                                        }, 
                                        {
                                            "data": {
                                                "success": "0.0%", 
                                                "min": 306.572, 
                                                "max": 306.572, 
                                                "median": 306.572, 
                                                "95%ile": 306.572, 
                                                "iteration_count": 1, 
                                                "avg": 306.572, 
                                                "90%ile": 306.572
                                            }, 
                                            "display_name": "nova.live_migrate", 
                                            "name": "nova.live_migrate", 
                                            "count_per_iteration": 1, 
                                            "children": []
                                        }
                                    ]
                                }
                            }, 
                            "data": [
                                {
                                    "timestamp": 1543486600.14575, 
                                    "error": [
                                        "RallyException", 
                                        "Live Migration failed: Migration complete but instance did not change host: cmp002", 
                                        "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 803, in _live_migrate\n    \"but instance did not change host: %s\" % host_pre_migrate)\nRallyException: Live Migration failed: Migration complete but instance did not change host: cmp002\n"
                                    ], 
                                    "duration": 315.8794150352478, 
                                    "output": {
                                        "additive": [], 
                                        "complete": []
                                    }, 
                                    "idle_duration": 1.0, 
                                    "atomic_actions": [
                                        {
                                            "finished_at": 1543486610.453042, 
                                            "started_at": 1543486600.145877, 
                                            "name": "nova.boot_server", 
                                            "children": []
                                        }, 
                                        {
                                            "finished_at": 1543486917.025139, 
                                            "started_at": 1543486610.453104, 
                                            "children": [], 
                                            "failed": true, 
                                            "name": "nova.live_migrate"
                                        }
                                    ]
                                }
                            ], 
                            "failed_iteration_count": 1, 
                            "total_iteration_count": 1, 
                            "created_at": "2018-11-29T10:16:36", 
                            "updated_at": "2018-11-29T10:22:07", 
                            "contexts": {
                                "users": {
                                    "users_per_tenant": 1, 
                                    "tenants": 1
                                }
                            }, 
                            "contexts_results": [
                                {
                                    "setup": {
                                        "finished_at": 1543486598.893622, 
                                        "started_at": 1543486596.269459, 
                                        "atomic_actions": [], 
                                        "error": null
                                    }, 
                                    "cleanup": {
                                        "finished_at": 1543486927.145403, 
                                        "started_at": 1543486923.484775, 
                                        "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": 1543486598.89412, 
                                        "started_at": 1543486598.894116, 
                                        "atomic_actions": [], 
                                        "error": null
                                    }, 
                                    "cleanup": {
                                        "finished_at": 1543486923.484106, 
                                        "started_at": 1543486917.050069, 
                                        "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": "58668338-63fe-4568-b4e0-0a762290efb4", 
                    "title": "NovaServers.boot_server_attach_created_volume_and_live_migrate", 
                    "description": "", 
                    "status": "aborted", 
                    "created_at": "2018-11-29T10:22:07", 
                    "updated_at": "2018-11-29T10:22:07", 
                    "sla": {}, 
                    "workloads": []
                }
            ]
        }
    ]
}