{
    "info": {
        "generated_at": "2019-07-04T00:31:42", 
        "rally_version": "1.3.0", 
        "format_version": "1.2"
    }, 
    "tasks": [
        {
            "uuid": "b3404df2-4d7d-443c-bcfe-6b16fcbe1283", 
            "title": "", 
            "description": "", 
            "status": "aborted", 
            "tags": [], 
            "env_uuid": "6d8d5f7a-3402-4cd6-a8d3-ff6ac6b1a91e", 
            "env_name": "opnfv-rally", 
            "created_at": "2019-07-04T00:30:45", 
            "updated_at": "2019-07-04T00:31:39", 
            "pass_sla": false, 
            "subtasks": [
                {
                    "uuid": "e165cf2f-4707-4614-b974-44e8ba4631c1", 
                    "title": "NovaServers.boot_and_live_migrate_server", 
                    "description": "", 
                    "status": "finished", 
                    "created_at": "2019-07-04T00:31:10", 
                    "updated_at": "2019-07-04T00:31:39", 
                    "sla": {}, 
                    "workloads": [
                        {
                            "uuid": "60036127-991a-42fa-ae7a-cf12dedb7945", 
                            "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_4aea1cdf-f28c-4016-97ef-a54b0fb84397"
                                    }, 
                                    "image": {
                                        "name": "rally_sanity-img_4aea1cdf-f28c-4016-97ef-a54b0fb84397"
                                    }, 
                                    "nics": [
                                        {
                                            "net-id": "51aff782-5723-44c9-bddd-2fdb91a18a91"
                                        }
                                    ]
                                }
                            }, 
                            "min_duration": 12.524255990982056, 
                            "max_duration": 12.524255990982056, 
                            "start_time": 1562200274.973361, 
                            "load_duration": 12.524255990982056, 
                            "full_duration": 26.67977809906006, 
                            "statistics": {
                                "durations": {
                                    "total": {
                                        "data": {
                                            "success": "0.0%", 
                                            "min": 13.524, 
                                            "max": 13.524, 
                                            "median": 13.524, 
                                            "95%ile": 13.524, 
                                            "iteration_count": 1, 
                                            "avg": 13.524, 
                                            "90%ile": 13.524
                                        }, 
                                        "display_name": "total", 
                                        "name": "total", 
                                        "count_per_iteration": 1, 
                                        "children": [
                                            {
                                                "data": {
                                                    "success": "0.0%", 
                                                    "min": 12.524, 
                                                    "max": 12.524, 
                                                    "median": 12.524, 
                                                    "95%ile": 12.524, 
                                                    "iteration_count": 1, 
                                                    "avg": 12.524, 
                                                    "90%ile": 12.524
                                                }, 
                                                "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.104, 
                                                "max": 12.104, 
                                                "median": 12.104, 
                                                "95%ile": 12.104, 
                                                "iteration_count": 1, 
                                                "avg": 12.104, 
                                                "90%ile": 12.104
                                            }, 
                                            "display_name": "nova.boot_server", 
                                            "name": "nova.boot_server", 
                                            "count_per_iteration": 1, 
                                            "children": []
                                        }, 
                                        {
                                            "data": {
                                                "success": "0.0%", 
                                                "min": 1.42, 
                                                "max": 1.42, 
                                                "median": 1.42, 
                                                "95%ile": 1.42, 
                                                "iteration_count": 1, 
                                                "avg": 1.42, 
                                                "90%ile": 1.42
                                            }, 
                                            "display_name": "nova.live_migrate", 
                                            "name": "nova.live_migrate", 
                                            "count_per_iteration": 1, 
                                            "children": []
                                        }
                                    ]
                                }
                            }, 
                            "data": [
                                {
                                    "timestamp": 1562200274.973361, 
                                    "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-7ff33519-9593-477b-a4f2-c3a4adca5a5c)", 
                                        "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-7ff33519-9593-477b-a4f2-c3a4adca5a5c)\n"
                                    ], 
                                    "duration": 12.524255990982056, 
                                    "output": {
                                        "additive": [], 
                                        "complete": []
                                    }, 
                                    "idle_duration": 1.0, 
                                    "atomic_actions": [
                                        {
                                            "finished_at": 1562200287.077349, 
                                            "started_at": 1562200274.973418, 
                                            "name": "nova.boot_server", 
                                            "children": []
                                        }, 
                                        {
                                            "finished_at": 1562200288.497607, 
                                            "started_at": 1562200287.077392, 
                                            "children": [], 
                                            "failed": true, 
                                            "name": "nova.live_migrate"
                                        }
                                    ]
                                }
                            ], 
                            "failed_iteration_count": 1, 
                            "total_iteration_count": 1, 
                            "created_at": "2019-07-04T00:31:10", 
                            "updated_at": "2019-07-04T00:31:39", 
                            "contexts": {
                                "users": {
                                    "users_per_tenant": 1, 
                                    "tenants": 1
                                }
                            }, 
                            "contexts_results": [
                                {
                                    "setup": {
                                        "finished_at": 1562200273.80084, 
                                        "started_at": 1562200271.017863, 
                                        "atomic_actions": [], 
                                        "error": null
                                    }, 
                                    "cleanup": {
                                        "finished_at": 1562200297.696202, 
                                        "started_at": 1562200294.583294, 
                                        "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": 1562200273.801261, 
                                        "started_at": 1562200273.801258, 
                                        "atomic_actions": [], 
                                        "error": null
                                    }, 
                                    "cleanup": {
                                        "finished_at": 1562200294.583021, 
                                        "started_at": 1562200288.522405, 
                                        "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": "fc18dcb5-2c53-4e28-bcbf-af33fc8c0f7d", 
                    "title": "NovaServers.boot_server_attach_created_volume_and_live_migrate", 
                    "description": "", 
                    "status": "aborted", 
                    "created_at": "2019-07-04T00:31:39", 
                    "updated_at": "2019-07-04T00:31:39", 
                    "sla": {}, 
                    "workloads": []
                }
            ]
        }
    ]
}