2020-12-05 12:34:46.642 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:34:46.643 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:34:46.643 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-05 12:34:49.498 7 ERROR rally.cli.cliutils 2020-12-05 12:34:51.329 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:34:51.330 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:34:51.330 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:34:56.030 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:34:56.030 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:34:56.030 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:35:01.233 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:35:01.234 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:35:01.234 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:35:02.839 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:35:02.840 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:35:02.840 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-05 12:35:05.392 17 ERROR rally.cli.cliutils 2020-12-05 12:35:07.190 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:35:07.190 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:35:07.190 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:35:09.579 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-05 12:35:09.648 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-9ebbb9cc-302b-4def-a6fc-c31bf7b847cf/repo. 2020-12-05 12:35:09.923 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-9ebbb9cc-302b-4def-a6fc-c31bf7b847cf/repo'... done. Note: switching to '10c0e505c52c10f3c20cdde7bb0fb6bd0e49922a'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-12-05 12:35:09.968 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g10c0e505c ' 2020-12-05 12:35:09.975 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '10c0e505c52c10f3c20cdde7bb0fb6bd0e49922a ' 2020-12-05 12:35:09.994 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-05 12:35:10.059 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-05 12:35:10.884 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9ebbb9cc-302b-4def-a6fc-c31bf7b847cf) has been successfully created! 2020-12-05 12:35:12.780 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:35:12.781 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:35:12.781 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:35:22.698 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:35:22.699 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:35:22.699 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:35:25.453 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9ebbb9cc-302b-4def-a6fc-c31bf7b847cf) for deployment 'opnfv-rally' (UUID=806f4326-a0f4-4787-a154-f9ee51925bf7). 2020-12-05 12:35:26.023 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9ebbb9cc-302b-4def-a6fc-c31bf7b847cf) has been successfully configured for deployment 'opnfv-rally' (UUID=806f4326-a0f4-4787-a154-f9ee51925bf7)! 2020-12-05 12:35:35.836 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:35:35.837 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:35:35.837 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:35:38.749 35 INFO rally.api [-] Starting verification (UUID=6f3d39e9-511b-47bd-abba-df07b8a8b733) for deployment 'opnfv-rally' (UUID=806f4326-a0f4-4787-a154-f9ee51925bf7) by verifier 'opnfv-tempest' (UUID=9ebbb9cc-302b-4def-a6fc-c31bf7b847cf). 2020-12-05 12:35:39.523 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-05 12:35:39.523 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9ebbb9cc-302b-4def-a6fc-c31bf7b847cf/for-deployment-806f4326-a0f4-4787-a154-f9ee51925bf7/tempest.log' to option 'log_file'. 2020-12-05 12:35:39.524 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-9ebbb9cc-302b-4def-a6fc-c31bf7b847cf/for-deployment-806f4326-a0f4-4787-a154-f9ee51925bf7/tempest.log 2020-12-05 12:35:39.524 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-05 12:35:39.524 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9ebbb9cc-302b-4def-a6fc-c31bf7b847cf/for-deployment-806f4326-a0f4-4787-a154-f9ee51925bf7/lock_files' to option 'lock_path'. 2020-12-05 12:35:39.525 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-9ebbb9cc-302b-4def-a6fc-c31bf7b847cf/for-deployment-806f4326-a0f4-4787-a154-f9ee51925bf7/lock_files 2020-12-05 12:35:39.525 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-05 12:35:39.525 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-12-05 12:35:39.526 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 6c5cd7d9-238a-46b6-ad3d-bb6665929954 2020-12-05 12:35:39.526 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = e307e9ba-2449-4c98-a08e-d9e974c5ce33 2020-12-05 12:35:39.527 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ae474d48-127c-42b6-be37-a3416f30023b 2020-12-05 12:35:39.527 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 35cf1b72-78f7-4f5a-862a-b4edd7ea7b4d 2020-12-05 12:35:39.903 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-05 12:35:39.903 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_575f9851-fa74-48ba-8cf3-5d850099b1d5 2020-12-05 12:35:39.904 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-05 12:35:39.979 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-05 12:35:40.018 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-05 12:35:40.019 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_6f3d39e9_FYjI9gAR' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-05 12:35:40.058 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_6f3d39e9_FYjI9gAR' (ID = 0615ed0b-cffa-42b5-8b4a-759381eaf2d4) has been successfully created! 2020-12-05 12:35:40.058 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0615ed0b-cffa-42b5-8b4a-759381eaf2d4' to option 'instance_type'. 2020-12-05 12:35:40.059 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0615ed0b-cffa-42b5-8b4a-759381eaf2d4 2020-12-05 12:35:40.060 35 INFO rally.task.context [-] Verification 9ebbb9cc-302b-4def-a6fc-c31bf7b847cf | Context tempest@default setup() finished in 1.05 sec 2020-12-05 12:35:40.062 35 INFO rally.task.context [-] Verification 9ebbb9cc-302b-4def-a6fc-c31bf7b847cf | Context testr@default setup() finished in 0.61 msec 2020-12-05 12:35:40.062 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/efbcf69a-2372-4fc1-8a87-44d0dee8bc82'. 2020-12-05 12:35:46.158 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.142s] 2020-12-05 12:35:46.644 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.486s] 2020-12-05 12:35:48.855 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.211s] 2020-12-05 12:35:48.888 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.033s] 2020-12-05 12:35:48.943 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.055s] 2020-12-05 12:35:49.367 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.424s] 2020-12-05 12:35:51.578 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.210s] 2020-12-05 12:35:51.615 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.037s] 2020-12-05 12:35:51.676 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.061s] 2020-12-05 12:35:56.015 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.339s] 2020-12-05 12:35:56.093 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.078s] 2020-12-05 12:36:00.448 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.354s] 2020-12-05 12:36:00.549 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.101s] 2020-12-05 12:36:00.653 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.104s] 2020-12-05 12:36:00.743 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.090s] 2020-12-05 12:36:01.054 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.214s] 2020-12-05 12:36:01.147 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.093s] 2020-12-05 12:36:01.182 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.035s] 2020-12-05 12:36:01.720 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.488s] 2020-12-05 12:36:01.881 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.160s] 2020-12-05 12:36:02.047 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.166s] 2020-12-05 12:36:02.536 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.443s] 2020-12-05 12:36:04.771 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.235s] 2020-12-05 12:36:04.877 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.106s] 2020-12-05 12:36:04.964 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.087s] 2020-12-05 12:36:05.642 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.579s] 2020-12-05 12:36:07.879 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.237s] 2020-12-05 12:36:08.059 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.178s] 2020-12-05 12:36:08.176 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.118s] 2020-12-05 12:36:08.290 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.114s] 2020-12-05 12:36:08.359 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.069s] 2020-12-05 12:36:08.545 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.185s] 2020-12-05 12:36:08.587 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.041s] 2020-12-05 12:36:08.674 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.087s] 2020-12-05 12:36:08.948 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.168s] 2020-12-05 12:36:09.122 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.173s] 2020-12-05 12:36:09.228 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.105s] 2020-12-05 12:36:09.400 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.172s] 2020-12-05 12:36:09.571 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.170s] 2020-12-05 12:36:09.673 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.102s] 2020-12-05 12:36:09.838 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.165s] 2020-12-05 12:36:10.004 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.166s] 2020-12-05 12:36:10.047 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.043s] 2020-12-05 12:36:10.091 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.044s] 2020-12-05 12:36:27.551 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [17.457s] 2020-12-05 12:36:45.068 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [17.517s] 2020-12-05 12:36:59.022 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.954s] 2020-12-05 12:37:16.679 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [17.656s] 2020-12-05 12:37:30.415 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.735s] 2020-12-05 12:37:44.206 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.790s] 2020-12-05 12:37:58.028 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.821s] 2020-12-05 12:38:11.808 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.780s] 2020-12-05 12:38:41.943 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [30.134s] 2020-12-05 12:39:04.182 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [22.238s] 2020-12-05 12:39:30.078 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [25.896s] 2020-12-05 12:40:00.564 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [30.484s] 2020-12-05 12:40:22.448 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [21.885s] 2020-12-05 12:40:52.192 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [29.743s] 2020-12-05 12:41:13.908 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [21.715s] 2020-12-05 12:41:13.917 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.007s]: b'Test disabled in conf, skipping' 2020-12-05 12:41:22.999 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.082s] 2020-12-05 12:41:36.267 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.268s] 2020-12-05 12:41:49.614 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.347s] 2020-12-05 12:42:03.171 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.556s] 2020-12-05 12:42:16.826 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.655s] 2020-12-05 12:42:34.908 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.081s] 2020-12-05 12:42:48.554 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.645s] 2020-12-05 12:43:06.303 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.749s] 2020-12-05 12:43:24.081 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.778s] 2020-12-05 12:43:24.351 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.269s]: b'LBaasv2 extension not available, skipping' 2020-12-05 12:43:24.497 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.145s]: b'LBaasv2 extension not available, skipping' 2020-12-05 12:43:53.875 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [29.378s] 2020-12-05 12:44:20.896 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [27.021s] 2020-12-05 12:45:03.609 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [42.711s] 2020-12-05 12:45:39.276 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [35.667s] 2020-12-05 12:46:19.188 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [39.911s] 2020-12-05 12:46:54.577 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [35.389s] 2020-12-05 12:47:48.308 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [53.730s] 2020-12-05 12:48:23.808 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [35.500s] 2020-12-05 12:48:57.707 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [33.898s] 2020-12-05 12:49:29.013 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [31.305s] 2020-12-05 12:49:59.017 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [30.003s] 2020-12-05 12:49:59.213 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.196s] 2020-12-05 12:49:59.403 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.189s] 2020-12-05 12:49:59.570 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.167s] 2020-12-05 12:49:59.836 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.265s] 2020-12-05 12:50:05.805 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [5.968s] 2020-12-05 12:50:16.340 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [10.534s] 2020-12-05 12:50:16.679 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.339s] 2020-12-05 12:50:16.681 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_with_cloud_credential ... skip [0.000s]: b'multi_cloud - Feature not enabled.' 2020-12-05 12:50:16.962 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.282s] 2020-12-05 12:50:35.241 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.279s] 2020-12-05 12:50:49.164 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.922s] 2020-12-05 12:50:58.220 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.055s] 2020-12-05 12:51:07.407 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.186s] 2020-12-05 12:52:18.684 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [71.275s] 2020-12-05 12:53:46.273 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [87.589s] 2020-12-05 12:53:55.873 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.598s] 2020-12-05 12:54:09.179 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.306s] 2020-12-05 12:54:18.330 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.149s] 2020-12-05 12:54:31.579 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.249s] 2020-12-05 12:54:44.863 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [13.283s] 2020-12-05 12:55:02.461 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.598s] 2020-12-05 12:55:02.680 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.219s] 2020-12-05 12:55:02.830 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.149s] 2020-12-05 12:55:03.205 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.374s] 2020-12-05 12:55:03.347 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.142s] 2020-12-05 12:55:03.505 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.158s] 2020-12-05 12:55:03.779 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.273s] 2020-12-05 12:55:03.949 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.170s] 2020-12-05 12:55:04.107 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.157s] 2020-12-05 12:55:04.372 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.265s] 2020-12-05 12:55:13.284 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.911s] 2020-12-05 12:55:14.084 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.799s] 2020-12-05 12:55:14.354 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.270s] 2020-12-05 12:55:23.520 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [9.164s] 2020-12-05 12:55:23.809 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.289s] 2020-12-05 12:55:23.977 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.167s] 2020-12-05 12:55:24.156 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.179s] 2020-12-05 12:55:24.165 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.007s]: b'Test disabled in conf, skipping' 2020-12-05 12:55:24.949 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.782s]: b'LBaas v1 extension not available, skipping' 2020-12-05 12:55:25.620 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.670s]: b'LBaasv2 extension not available, skipping' 2020-12-05 12:56:25.324 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [59.703s] 2020-12-05 12:56:43.672 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [18.348s] 2020-12-05 12:56:43.680 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.006s]: b'Test disabled in conf, skipping' 2020-12-05 12:57:24.620 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [40.937s] 2020-12-05 12:58:29.691 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [65.063s] 2020-12-05 12:58:29.692 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.007s]: b'Test disabled in conf, skipping' 2020-12-05 12:58:29.694 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.004s]: b'Test disabled in conf, skipping' 2020-12-05 12:58:29.996 35 INFO rally.task.context [-] Verification 9ebbb9cc-302b-4def-a6fc-c31bf7b847cf | Context testr@default cleanup() started 2020-12-05 12:58:29.996 35 INFO rally.task.context [-] Verification 9ebbb9cc-302b-4def-a6fc-c31bf7b847cf | Context testr@default cleanup() finished in 0.74 msec 2020-12-05 12:58:29.997 35 INFO rally.task.context [-] Verification 9ebbb9cc-302b-4def-a6fc-c31bf7b847cf | Context tempest@default cleanup() started 2020-12-05 12:58:30.283 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_6f3d39e9_FYjI9gAR'. 2020-12-05 12:58:30.499 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_6f3d39e9_FYjI9gAR' has been deleted. 2020-12-05 12:58:30.500 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '0615ed0b-cffa-42b5-8b4a-759381eaf2d4' of option 'instance_type' from Tempest config file. 2020-12-05 12:58:30.501 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '0615ed0b-cffa-42b5-8b4a-759381eaf2d4' has been removed. 2020-12-05 12:58:30.507 35 INFO rally.task.context [-] Verification 9ebbb9cc-302b-4def-a6fc-c31bf7b847cf | Context tempest@default cleanup() finished in 0.51 sec 2020-12-05 12:58:30.544 35 INFO rally.api [-] Verification (UUID=6f3d39e9-511b-47bd-abba-df07b8a8b733) has been successfully finished for deployment 'opnfv-rally' (UUID=806f4326-a0f4-4787-a154-f9ee51925bf7)! 2020-12-05 12:58:32.573 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:58:32.573 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:58:32.573 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:58:34.433 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:58:34.433 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:58:34.433 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:58:37.261 45 INFO rally.api [-] Building 'html' report for the following verification(s): '6f3d39e9-511b-47bd-abba-df07b8a8b733' 2020-12-05 12:58:37.290 45 INFO rally.api [-] The report has been successfully built. 2020-12-05 12:58:39.107 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:58:39.107 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:58:39.107 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:58:41.823 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '6f3d39e9-511b-47bd-abba-df07b8a8b733' 2020-12-05 12:58:41.830 47 INFO rally.api [-] The report has been successfully built.