2020-07-04 07:50:55.987 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:50:55.988 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:50:55.988 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:50:58.043 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-07-04 07:50:58.043 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-04 07:50:58.043 7 ERROR rally.cli.cliutils 2020-07-04 07:50:59.667 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:50:59.667 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:50:59.667 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:51:03.823 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:51:03.823 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:51:03.823 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:51:08.156 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:51:08.156 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:51:08.157 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:51:09.655 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:51:09.655 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:51:09.655 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:51:11.592 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-07-04 07:51:11.592 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-04 07:51:11.592 17 ERROR rally.cli.cliutils 2020-07-04 07:51:13.090 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:51:13.091 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:51:13.091 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:51:15.112 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-04 07:51:15.173 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-74285bba-7f10-4f52-b1ed-04c70f09ff0a/repo. 2020-07-04 07:51:15.408 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-74285bba-7f10-4f52-b1ed-04c70f09ff0a/repo'... done. Note: switching to '537bf665f54089bb155b56d8ea1e34ba364dbb74'. 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-07-04 07:51:15.421 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g537bf665f ' 2020-07-04 07:51:15.430 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '537bf665f54089bb155b56d8ea1e34ba364dbb74 ' 2020-07-04 07:51:15.456 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-04 07:51:15.502 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-04 07:51:16.206 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=74285bba-7f10-4f52-b1ed-04c70f09ff0a) has been successfully created! 2020-07-04 07:51:17.715 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:51:17.715 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:51:17.715 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:51:26.402 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:51:26.402 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:51:26.402 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:51:28.439 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=74285bba-7f10-4f52-b1ed-04c70f09ff0a) for deployment 'opnfv-rally' (UUID=c5834376-474d-45a0-9904-34dcc7bfd242). 2020-07-04 07:51:28.895 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=74285bba-7f10-4f52-b1ed-04c70f09ff0a) has been successfully configured for deployment 'opnfv-rally' (UUID=c5834376-474d-45a0-9904-34dcc7bfd242)! 2020-07-04 07:51:38.013 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:51:38.013 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:51:38.014 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:51:40.102 35 INFO rally.api [-] Starting verification (UUID=960feb02-41e9-4998-bc00-986bb765fbec) for deployment 'opnfv-rally' (UUID=c5834376-474d-45a0-9904-34dcc7bfd242) by verifier 'opnfv-tempest' (UUID=74285bba-7f10-4f52-b1ed-04c70f09ff0a). 2020-07-04 07:51:40.792 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-04 07:51:40.794 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-74285bba-7f10-4f52-b1ed-04c70f09ff0a/for-deployment-c5834376-474d-45a0-9904-34dcc7bfd242/tempest.log' to option 'log_file'. 2020-07-04 07:51:40.795 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-74285bba-7f10-4f52-b1ed-04c70f09ff0a/for-deployment-c5834376-474d-45a0-9904-34dcc7bfd242/tempest.log 2020-07-04 07:51:40.795 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-04 07:51:40.795 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-74285bba-7f10-4f52-b1ed-04c70f09ff0a/for-deployment-c5834376-474d-45a0-9904-34dcc7bfd242/lock_files' to option 'lock_path'. 2020-07-04 07:51:40.796 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-74285bba-7f10-4f52-b1ed-04c70f09ff0a/for-deployment-c5834376-474d-45a0-9904-34dcc7bfd242/lock_files 2020-07-04 07:51:40.796 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-04 07:51:40.797 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-07-04 07:51:40.797 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 7c4f968c-5994-4cd6-81ad-c9f8a1648a17 2020-07-04 07:51:40.797 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = e4a4ff41-7fda-4bf8-b5e1-35c78640aa11 2020-07-04 07:51:40.798 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 4d2d6724-f717-4673-894e-5585ead14348 2020-07-04 07:51:40.799 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3b27668b-3969-426d-b889-117af603538a 2020-07-04 07:51:41.033 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-04 07:51:41.034 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_4af624bb-6283-4049-b310-236763ca5544 2020-07-04 07:51:41.034 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-04 07:51:41.133 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-04 07:51:41.172 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-04 07:51:41.172 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_960feb02_5pXDqIHv' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-04 07:51:41.207 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_960feb02_5pXDqIHv' (ID = 81fc5f81-9c16-42d4-a4f6-903ad10f895e) has been successfully created! 2020-07-04 07:51:41.207 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '81fc5f81-9c16-42d4-a4f6-903ad10f895e' to option 'instance_type'. 2020-07-04 07:51:41.208 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 81fc5f81-9c16-42d4-a4f6-903ad10f895e 2020-07-04 07:51:41.209 35 INFO rally.task.context [-] Verification 74285bba-7f10-4f52-b1ed-04c70f09ff0a | Context tempest@default setup() finished in 0.88 sec 2020-07-04 07:51:41.211 35 INFO rally.task.context [-] Verification 74285bba-7f10-4f52-b1ed-04c70f09ff0a | Context testr@default setup() finished in 0.89 msec 2020-07-04 07:51:41.211 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/25d55ee5-4d62-4a68-a903-61433416ea54'. 2020-07-04 07:51:46.944 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.402s] 2020-07-04 07:51:47.120 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.176s] 2020-07-04 07:51:47.280 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.160s] 2020-07-04 07:51:47.722 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.398s] 2020-07-04 07:51:49.963 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.240s] 2020-07-04 07:51:50.156 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.193s] 2020-07-04 07:51:50.245 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.089s] 2020-07-04 07:51:50.761 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.428s] 2020-07-04 07:51:52.984 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.223s] 2020-07-04 07:51:53.160 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.176s] 2020-07-04 07:51:53.272 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.111s] 2020-07-04 07:51:53.382 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.109s] 2020-07-04 07:51:53.449 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.067s] 2020-07-04 07:51:53.629 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.180s] 2020-07-04 07:51:53.671 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.042s] 2020-07-04 07:51:53.762 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.091s] 2020-07-04 07:51:54.016 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.161s] 2020-07-04 07:51:54.440 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.424s] 2020-07-04 07:51:56.649 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.209s] 2020-07-04 07:51:56.678 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.029s] 2020-07-04 07:51:56.730 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.052s] 2020-07-04 07:51:57.144 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.413s] 2020-07-04 07:51:59.371 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.227s] 2020-07-04 07:51:59.413 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.042s] 2020-07-04 07:51:59.482 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.068s] 2020-07-04 07:52:03.838 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.355s] 2020-07-04 07:52:03.909 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.071s] 2020-07-04 07:52:08.265 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.356s] 2020-07-04 07:52:08.366 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.101s] 2020-07-04 07:52:08.474 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.108s] 2020-07-04 07:52:08.562 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.088s] 2020-07-04 07:52:08.880 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.217s] 2020-07-04 07:52:08.976 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.096s] 2020-07-04 07:52:09.002 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.026s] 2020-07-04 07:52:09.230 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.144s] 2020-07-04 07:52:09.416 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.185s] 2020-07-04 07:52:09.517 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.101s] 2020-07-04 07:52:09.689 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.172s] 2020-07-04 07:52:09.862 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.173s] 2020-07-04 07:52:09.988 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.126s] 2020-07-04 07:52:10.154 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.166s] 2020-07-04 07:52:10.326 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.172s] 2020-07-04 07:52:10.370 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.044s] 2020-07-04 07:52:10.409 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.037s] 2020-07-04 07:52:27.837 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [17.427s] 2020-07-04 07:52:41.230 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [13.392s] 2020-07-04 07:52:54.842 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.612s] 2020-07-04 07:53:08.603 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.761s] 2020-07-04 07:53:26.295 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [17.691s] 2020-07-04 07:53:43.988 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [17.692s] 2020-07-04 07:53:57.466 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.477s] 2020-07-04 07:54:11.018 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.551s] 2020-07-04 07:54:32.901 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [21.882s] 2020-07-04 07:54:54.684 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [21.784s] 2020-07-04 07:55:24.492 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [29.807s] 2020-07-04 07:55:46.156 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [21.663s] 2020-07-04 07:56:15.889 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [29.733s] 2020-07-04 07:56:45.519 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [29.629s] 2020-07-04 07:57:03.216 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.696s] 2020-07-04 07:57:03.225 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-07-04 07:57:12.396 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.171s] 2020-07-04 07:57:25.654 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.256s] 2020-07-04 07:57:38.884 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.230s] 2020-07-04 07:57:52.401 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.517s] 2020-07-04 07:58:06.017 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.615s] 2020-07-04 07:58:23.981 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [17.963s] 2020-07-04 07:58:37.517 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.536s] 2020-07-04 07:58:55.412 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.894s] 2020-07-04 07:59:13.069 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.657s] 2020-07-04 07:59:13.285 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.215s]: b'LBaasv2 extension not available, skipping' 2020-07-04 07:59:13.414 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.128s]: b'LBaasv2 extension not available, skipping' 2020-07-04 07:59:39.182 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.768s] 2020-07-04 08:00:01.488 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 [22.305s] 2020-07-04 08:00:35.873 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [34.384s] 2020-07-04 08:01:03.487 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [27.614s] 2020-07-04 08:01:42.687 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.200s] 2020-07-04 08:02:09.886 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [27.198s] 2020-07-04 08:02:50.013 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [40.127s] 2020-07-04 08:03:17.079 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.065s] 2020-07-04 08:03:47.993 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [30.913s] 2020-07-04 08:04:23.356 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [35.363s] 2020-07-04 08:04:53.092 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [29.735s] 2020-07-04 08:04:53.373 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.281s] 2020-07-04 08:04:53.563 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.189s] 2020-07-04 08:04:53.748 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.184s] 2020-07-04 08:04:53.957 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.208s] 2020-07-04 08:04:59.571 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [5.614s] 2020-07-04 08:05:09.416 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [9.844s] 2020-07-04 08:05:09.602 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.185s] 2020-07-04 08:05:09.603 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-07-04 08:05:09.799 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.197s] 2020-07-04 08:05:27.525 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [17.725s] 2020-07-04 08:05:41.474 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.948s] 2020-07-04 08:05:50.531 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.057s] 2020-07-04 08:05:59.814 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.282s] 2020-07-04 08:07:05.918 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [66.103s] 2020-07-04 08:08:37.070 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [91.151s] 2020-07-04 08:08:46.577 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.507s] 2020-07-04 08:08:59.839 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.261s] 2020-07-04 08:09:08.965 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.126s] 2020-07-04 08:09:22.089 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.124s] 2020-07-04 08:09:31.075 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [8.985s] 2020-07-04 08:09:48.491 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.416s] 2020-07-04 08:09:48.748 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.255s] 2020-07-04 08:09:48.902 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.155s] 2020-07-04 08:09:49.055 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.152s] 2020-07-04 08:09:49.207 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.152s] 2020-07-04 08:09:49.365 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.157s] 2020-07-04 08:09:49.499 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.135s] 2020-07-04 08:09:49.638 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.138s] 2020-07-04 08:09:49.779 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.140s] 2020-07-04 08:09:49.919 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.140s] 2020-07-04 08:09:58.796 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.876s] 2020-07-04 08:09:59.353 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.557s] 2020-07-04 08:09:59.649 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.296s] 2020-07-04 08:10:08.574 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.924s] 2020-07-04 08:10:08.854 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.280s] 2020-07-04 08:10:09.010 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.156s] 2020-07-04 08:10:09.162 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.151s] 2020-07-04 08:10:09.170 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-07-04 08:10:09.843 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.671s]: b'LBaas v1 extension not available, skipping' 2020-07-04 08:10:10.426 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.580s]: b'LBaasv2 extension not available, skipping' 2020-07-04 08:11:05.049 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [54.626s] 2020-07-04 08:11:05.058 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_add_delete_poolmember ... skip [0.007s]: b'Test disabled in conf, skipping' 2020-07-04 08:11:05.064 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_create_update_loadbalancer ... skip [0.006s]: b'Test disabled in conf, skipping' 2020-07-04 08:11:18.852 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [13.788s] 2020-07-04 08:11:18.861 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.008s]: b'Test disabled in conf, skipping' 2020-07-04 08:11:55.865 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [36.998s] 2020-07-04 08:13:05.267 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [69.396s] 2020-07-04 08:13:05.269 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.005s]: b'Test disabled in conf, skipping' 2020-07-04 08:13:05.270 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-07-04 08:13:05.557 35 INFO rally.task.context [-] Verification 74285bba-7f10-4f52-b1ed-04c70f09ff0a | Context testr@default cleanup() started 2020-07-04 08:13:05.557 35 INFO rally.task.context [-] Verification 74285bba-7f10-4f52-b1ed-04c70f09ff0a | Context testr@default cleanup() finished in 0.55 msec 2020-07-04 08:13:05.557 35 INFO rally.task.context [-] Verification 74285bba-7f10-4f52-b1ed-04c70f09ff0a | Context tempest@default cleanup() started 2020-07-04 08:13:05.851 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_960feb02_5pXDqIHv'. 2020-07-04 08:13:06.053 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_960feb02_5pXDqIHv' has been deleted. 2020-07-04 08:13:06.054 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '81fc5f81-9c16-42d4-a4f6-903ad10f895e' of option 'instance_type' from Tempest config file. 2020-07-04 08:13:06.054 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '81fc5f81-9c16-42d4-a4f6-903ad10f895e' has been removed. 2020-07-04 08:13:06.058 35 INFO rally.task.context [-] Verification 74285bba-7f10-4f52-b1ed-04c70f09ff0a | Context tempest@default cleanup() finished in 0.50 sec 2020-07-04 08:13:06.084 35 INFO rally.api [-] Verification (UUID=960feb02-41e9-4998-bc00-986bb765fbec) has been successfully finished for deployment 'opnfv-rally' (UUID=c5834376-474d-45a0-9904-34dcc7bfd242)! 2020-07-04 08:13:07.915 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:13:07.915 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:13:07.916 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:13:09.728 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:13:09.729 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:13:09.729 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:13:12.008 45 INFO rally.api [-] Building 'html' report for the following verification(s): '960feb02-41e9-4998-bc00-986bb765fbec' 2020-07-04 08:13:12.032 45 INFO rally.api [-] The report has been successfully built. 2020-07-04 08:13:13.742 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:13:13.743 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:13:13.743 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:13:16.008 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '960feb02-41e9-4998-bc00-986bb765fbec' 2020-07-04 08:13:16.017 47 INFO rally.api [-] The report has been successfully built.