{
    "info": {
        "generated_at": "2018-11-28T21:34:31", 
        "rally_version": "1.2.2~dev13", 
        "format_version": "1.2"
    }, 
    "tasks": [
        {
            "uuid": "92d93f92-77a3-4f0d-b73c-74f14fb5efe5", 
            "title": "", 
            "description": "", 
            "status": "aborted", 
            "tags": [], 
            "env_uuid": "d5e920f4-546d-47f0-8da9-8ab1837541f3", 
            "env_name": "opnfv-rally", 
            "created_at": "2018-11-28T21:28:22", 
            "updated_at": "2018-11-28T21:34:27", 
            "pass_sla": false, 
            "subtasks": [
                {
                    "uuid": "68e1c1a5-f354-4697-b81a-b421e907abf6", 
                    "title": "NovaServers.boot_and_live_migrate_server", 
                    "description": "", 
                    "status": "finished", 
                    "created_at": "2018-11-28T21:28:52", 
                    "updated_at": "2018-11-28T21:34:27", 
                    "sla": {}, 
                    "workloads": [
                        {
                            "uuid": "af14feb0-b040-4de1-b5ef-45337b7349f8", 
                            "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_dfdc2409-910c-4f69-90be-8bcfc518f2df"
                                    }, 
                                    "image": {
                                        "name": "rally_sanity-img_dfdc2409-910c-4f69-90be-8bcfc518f2df"
                                    }, 
                                    "nics": [
                                        {
                                            "net-id": "30fad2ea-b5e8-44a3-8403-6e680b648303"
                                        }
                                    ]
                                }
                            }, 
                            "min_duration": 318.1014349460602, 
                            "max_duration": 318.1014349460602, 
                            "start_time": 1543440536.04596, 
                            "load_duration": 318.1014349460602, 
                            "full_duration": 333.7787551879883, 
                            "statistics": {
                                "durations": {
                                    "total": {
                                        "data": {
                                            "success": "0.0%", 
                                            "min": 319.101, 
                                            "max": 319.101, 
                                            "median": 319.101, 
                                            "95%ile": 319.101, 
                                            "iteration_count": 1, 
                                            "avg": 319.101, 
                                            "90%ile": 319.101
                                        }, 
                                        "display_name": "total", 
                                        "name": "total", 
                                        "count_per_iteration": 1, 
                                        "children": [
                                            {
                                                "data": {
                                                    "success": "0.0%", 
                                                    "min": 318.101, 
                                                    "max": 318.101, 
                                                    "median": 318.101, 
                                                    "95%ile": 318.101, 
                                                    "iteration_count": 1, 
                                                    "avg": 318.101, 
                                                    "90%ile": 318.101
                                                }, 
                                                "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": 12.513, 
                                                "max": 12.513, 
                                                "median": 12.513, 
                                                "95%ile": 12.513, 
                                                "iteration_count": 1, 
                                                "avg": 12.513, 
                                                "90%ile": 12.513
                                            }, 
                                            "display_name": "nova.boot_server", 
                                            "name": "nova.boot_server", 
                                            "count_per_iteration": 1, 
                                            "children": []
                                        }, 
                                        {
                                            "data": {
                                                "success": "0.0%", 
                                                "min": 306.589, 
                                                "max": 306.589, 
                                                "median": 306.589, 
                                                "95%ile": 306.589, 
                                                "iteration_count": 1, 
                                                "avg": 306.589, 
                                                "90%ile": 306.589
                                            }, 
                                            "display_name": "nova.live_migrate", 
                                            "name": "nova.live_migrate", 
                                            "count_per_iteration": 1, 
                                            "children": []
                                        }
                                    ]
                                }
                            }, 
                            "data": [
                                {
                                    "timestamp": 1543440536.04596, 
                                    "error": [
                                        "RallyException", 
                                        "Live Migration failed: Migration complete but instance did not change host: cmp001", 
                                        "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: cmp001\n"
                                    ], 
                                    "duration": 318.1014349460602, 
                                    "output": {
                                        "additive": [], 
                                        "complete": []
                                    }, 
                                    "idle_duration": 1.0, 
                                    "atomic_actions": [
                                        {
                                            "finished_at": 1543440548.558579, 
                                            "started_at": 1543440536.046028, 
                                            "name": "nova.boot_server", 
                                            "children": []
                                        }, 
                                        {
                                            "finished_at": 1543440855.147366, 
                                            "started_at": 1543440548.558665, 
                                            "children": [], 
                                            "failed": true, 
                                            "name": "nova.live_migrate"
                                        }
                                    ]
                                }
                            ], 
                            "failed_iteration_count": 1, 
                            "total_iteration_count": 1, 
                            "created_at": "2018-11-28T21:28:52", 
                            "updated_at": "2018-11-28T21:34:27", 
                            "contexts": {
                                "users": {
                                    "users_per_tenant": 1, 
                                    "tenants": 1
                                }
                            }, 
                            "contexts_results": [
                                {
                                    "setup": {
                                        "finished_at": 1543440534.792927, 
                                        "started_at": 1543440532.195548, 
                                        "atomic_actions": [], 
                                        "error": null
                                    }, 
                                    "cleanup": {
                                        "finished_at": 1543440865.972976, 
                                        "started_at": 1543440862.267504, 
                                        "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": 1543440534.793301, 
                                        "started_at": 1543440534.793299, 
                                        "atomic_actions": [], 
                                        "error": null
                                    }, 
                                    "cleanup": {
                                        "finished_at": 1543440862.267128, 
                                        "started_at": 1543440855.171402, 
                                        "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": "2d9372d8-d401-4612-bb00-2fc3273b3ab7", 
                    "title": "NovaServers.boot_server_attach_created_volume_and_live_migrate", 
                    "description": "", 
                    "status": "aborted", 
                    "created_at": "2018-11-28T21:34:27", 
                    "updated_at": "2018-11-28T21:34:27", 
                    "sla": {}, 
                    "workloads": []
                }
            ]
        }
    ]
}