{
    "info": {
        "generated_at": "2019-06-27T20:06:35", 
        "rally_version": "1.3.0", 
        "format_version": "1.2"
    }, 
    "tasks": [
        {
            "uuid": "11299287-cc9d-4956-be6d-c2ee3bdaaf1e", 
            "title": "", 
            "description": "", 
            "status": "aborted", 
            "tags": [], 
            "env_uuid": "fd3ad31b-5b1e-430b-adf6-b63bdf52aad0", 
            "env_name": "opnfv-rally", 
            "created_at": "2019-06-27T20:05:33", 
            "updated_at": "2019-06-27T20:06:31", 
            "pass_sla": false, 
            "subtasks": [
                {
                    "uuid": "9a674a0c-5389-467e-bc5b-dccdbb44a56a", 
                    "title": "NovaServers.boot_and_live_migrate_server", 
                    "description": "", 
                    "status": "finished", 
                    "created_at": "2019-06-27T20:06:03", 
                    "updated_at": "2019-06-27T20:06:31", 
                    "sla": {}, 
                    "workloads": [
                        {
                            "uuid": "f3f1e0f5-7587-4126-b130-0fe801b435d5", 
                            "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_2c9c5813-1602-4910-881d-8c612d358205"
                                    }, 
                                    "image": {
                                        "name": "rally_sanity-img_2c9c5813-1602-4910-881d-8c612d358205"
                                    }, 
                                    "nics": [
                                        {
                                            "net-id": "f0b27e4f-65e2-4059-9d85-ece48fb6a6bf"
                                        }
                                    ]
                                }
                            }, 
                            "min_duration": 10.82900094985962, 
                            "max_duration": 10.82900094985962, 
                            "start_time": 1561665967.923816, 
                            "load_duration": 10.82900094985962, 
                            "full_duration": 26.54738187789917, 
                            "statistics": {
                                "durations": {
                                    "total": {
                                        "data": {
                                            "success": "0.0%", 
                                            "min": 11.829, 
                                            "max": 11.829, 
                                            "median": 11.829, 
                                            "95%ile": 11.829, 
                                            "iteration_count": 1, 
                                            "avg": 11.829, 
                                            "90%ile": 11.829
                                        }, 
                                        "display_name": "total", 
                                        "name": "total", 
                                        "count_per_iteration": 1, 
                                        "children": [
                                            {
                                                "data": {
                                                    "success": "0.0%", 
                                                    "min": 10.829, 
                                                    "max": 10.829, 
                                                    "median": 10.829, 
                                                    "95%ile": 10.829, 
                                                    "iteration_count": 1, 
                                                    "avg": 10.829, 
                                                    "90%ile": 10.829
                                                }, 
                                                "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.462, 
                                                "max": 10.462, 
                                                "median": 10.462, 
                                                "95%ile": 10.462, 
                                                "iteration_count": 1, 
                                                "avg": 10.462, 
                                                "90%ile": 10.462
                                            }, 
                                            "display_name": "nova.boot_server", 
                                            "name": "nova.boot_server", 
                                            "count_per_iteration": 1, 
                                            "children": []
                                        }, 
                                        {
                                            "data": {
                                                "success": "0.0%", 
                                                "min": 1.366, 
                                                "max": 1.366, 
                                                "median": 1.366, 
                                                "95%ile": 1.366, 
                                                "iteration_count": 1, 
                                                "avg": 1.366, 
                                                "90%ile": 1.366
                                            }, 
                                            "display_name": "nova.live_migrate", 
                                            "name": "nova.live_migrate", 
                                            "count_per_iteration": 1, 
                                            "children": []
                                        }
                                    ]
                                }
                            }, 
                            "data": [
                                {
                                    "timestamp": 1561665967.923816, 
                                    "error": [
                                        "BadRequest", 
                                        "Migration pre-check error: Instance has an associated NUMA topology. Instance NUMA topologies, including related attributes such as CPU pinning, huge page and emulator thread pinning information, are not currently recalculated on live migration. See bug #1289064 for more information. (HTTP 400) (Request-ID: req-06ea8d7d-2ed6-47ef-a1af-76b311ebb626)", 
                                        "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: Migration pre-check error: Instance has an associated NUMA topology. Instance NUMA topologies, including related attributes such as CPU pinning, huge page and emulator thread pinning information, are not currently recalculated on live migration. See bug #1289064 for more information. (HTTP 400) (Request-ID: req-06ea8d7d-2ed6-47ef-a1af-76b311ebb626)\n"
                                    ], 
                                    "duration": 10.82900094985962, 
                                    "output": {
                                        "additive": [], 
                                        "complete": []
                                    }, 
                                    "idle_duration": 1.0, 
                                    "atomic_actions": [
                                        {
                                            "finished_at": 1561665978.386329, 
                                            "started_at": 1561665967.923899, 
                                            "name": "nova.boot_server", 
                                            "children": []
                                        }, 
                                        {
                                            "finished_at": 1561665979.752807, 
                                            "started_at": 1561665978.386375, 
                                            "children": [], 
                                            "failed": true, 
                                            "name": "nova.live_migrate"
                                        }
                                    ]
                                }
                            ], 
                            "failed_iteration_count": 1, 
                            "total_iteration_count": 1, 
                            "created_at": "2019-06-27T20:06:03", 
                            "updated_at": "2019-06-27T20:06:31", 
                            "contexts": {
                                "users": {
                                    "users_per_tenant": 1, 
                                    "tenants": 1
                                }
                            }, 
                            "contexts_results": [
                                {
                                    "setup": {
                                        "finished_at": 1561665966.50489, 
                                        "started_at": 1561665963.287027, 
                                        "atomic_actions": [], 
                                        "error": null
                                    }, 
                                    "cleanup": {
                                        "finished_at": 1561665989.831741, 
                                        "started_at": 1561665986.16834, 
                                        "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": 1561665966.505384, 
                                        "started_at": 1561665966.505381, 
                                        "atomic_actions": [], 
                                        "error": null
                                    }, 
                                    "cleanup": {
                                        "finished_at": 1561665986.168077, 
                                        "started_at": 1561665979.776408, 
                                        "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": "19815721-5cad-4951-961d-4f8a7ed60d25", 
                    "title": "NovaServers.boot_server_attach_created_volume_and_live_migrate", 
                    "description": "", 
                    "status": "aborted", 
                    "created_at": "2019-06-27T20:06:31", 
                    "updated_at": "2019-06-27T20:06:31", 
                    "sla": {}, 
                    "workloads": []
                }
            ]
        }
    ]
}