2020-07-14 23:14:21.353 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:14:21.354 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:14:21.354 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:14:23.788 6 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-14 23:14:23.788 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-14 23:14:23.788 6 ERROR rally.cli.cliutils 2020-07-14 23:14:25.482 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:14:25.483 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:14:25.483 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:14:29.826 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:14:29.827 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:14:29.827 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:14:34.337 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:14:34.337 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:14:34.337 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:14:35.848 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:14:35.848 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:14:35.848 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:14:37.872 15 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-14 23:14:37.872 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils force=force) 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-14 23:14:37.872 15 ERROR rally.cli.cliutils 2020-07-14 23:14:39.470 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:14:39.470 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:14:39.470 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:14:41.726 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-14 23:14:41.807 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-be56d2ea-5035-4729-91ed-ccbd478cdc45/repo. 2020-07-14 23:14:42.088 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-be56d2ea-5035-4729-91ed-ccbd478cdc45/repo'... done. Note: checking out '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-07-14 23:14:42.105 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g6d4861c87 ' 2020-07-14 23:14:42.115 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7 ' 2020-07-14 23:14:42.141 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-14 23:14:42.211 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-14 23:14:42.873 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=be56d2ea-5035-4729-91ed-ccbd478cdc45) has been successfully created! 2020-07-14 23:14:44.504 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:14:44.504 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:14:44.504 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:14:53.757 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:14:53.757 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:14:53.757 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:14:55.940 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=be56d2ea-5035-4729-91ed-ccbd478cdc45) for deployment 'opnfv-rally' (UUID=99634940-57ee-4300-8ad3-cecab145422a). 2020-07-14 23:14:56.497 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=be56d2ea-5035-4729-91ed-ccbd478cdc45) has been successfully configured for deployment 'opnfv-rally' (UUID=99634940-57ee-4300-8ad3-cecab145422a)! 2020-07-14 23:15:06.279 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:15:06.279 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:15:06.280 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:15:08.352 32 INFO rally.api [-] Starting verification (UUID=c914125d-0934-4e6c-9fc6-6c78b1487f17) for deployment 'opnfv-rally' (UUID=99634940-57ee-4300-8ad3-cecab145422a) by verifier 'opnfv-tempest' (UUID=be56d2ea-5035-4729-91ed-ccbd478cdc45). 2020-07-14 23:15:09.173 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-14 23:15:09.173 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-be56d2ea-5035-4729-91ed-ccbd478cdc45/for-deployment-99634940-57ee-4300-8ad3-cecab145422a/tempest.log' to option 'log_file'. 2020-07-14 23:15:09.174 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-be56d2ea-5035-4729-91ed-ccbd478cdc45/for-deployment-99634940-57ee-4300-8ad3-cecab145422a/tempest.log 2020-07-14 23:15:09.174 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-14 23:15:09.174 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-be56d2ea-5035-4729-91ed-ccbd478cdc45/for-deployment-99634940-57ee-4300-8ad3-cecab145422a/lock_files' to option 'lock_path'. 2020-07-14 23:15:09.174 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-be56d2ea-5035-4729-91ed-ccbd478cdc45/for-deployment-99634940-57ee-4300-8ad3-cecab145422a/lock_files 2020-07-14 23:15:09.174 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-14 23:15:09.175 32 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-14 23:15:09.175 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 95402ef0-44e9-41e4-9b96-231a8cf156c3 2020-07-14 23:15:09.175 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f408b074-a729-45e8-a7e2-bb0d4723ab17 2020-07-14 23:15:09.176 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 3140d1f3-3019-4526-939c-440eaba556f9 2020-07-14 23:15:09.176 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c530e934-3181-4fcf-a000-d47fa4ce8193 2020-07-14 23:15:09.432 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-14 23:15:09.433 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_ead0bb68-b8ae-4d80-9190-cf4c969f98e6 2020-07-14 23:15:09.434 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-14 23:15:09.529 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-14 23:15:09.568 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-14 23:15:09.568 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_c914125d_rBVf2Iuh' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-14 23:15:09.598 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_c914125d_rBVf2Iuh' (ID = 2d592e2c-072a-417b-953f-a84057eaab2b) has been successfully created! 2020-07-14 23:15:09.598 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '2d592e2c-072a-417b-953f-a84057eaab2b' to option 'instance_type'. 2020-07-14 23:15:09.599 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 2d592e2c-072a-417b-953f-a84057eaab2b 2020-07-14 23:15:09.600 32 INFO rally.task.context [-] Verification be56d2ea-5035-4729-91ed-ccbd478cdc45 | Context tempest@default setup() finished in 1.00 sec 2020-07-14 23:15:09.600 32 INFO rally.task.context [-] Verification be56d2ea-5035-4729-91ed-ccbd478cdc45 | Context testr@default setup() finished in 0.31 msec 2020-07-14 23:15:09.601 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/8bcb089a-7e4a-4ab5-8d88-7aa2f38a505e'. 2020-07-14 23:15:15.624 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.153s] 2020-07-14 23:15:15.720 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.097s] 2020-07-14 23:15:15.749 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.028s] 2020-07-14 23:15:15.892 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.092s] 2020-07-14 23:15:16.069 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.177s] 2020-07-14 23:15:16.179 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.109s] 2020-07-14 23:15:16.353 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.174s] 2020-07-14 23:15:16.524 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.171s] 2020-07-14 23:15:16.634 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.109s] 2020-07-14 23:15:16.803 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.169s] 2020-07-14 23:15:16.976 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.172s] 2020-07-14 23:15:17.025 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.049s] 2020-07-14 23:15:17.070 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.045s] 2020-07-14 23:15:17.802 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.643s] 2020-07-14 23:15:20.066 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.264s] 2020-07-14 23:15:20.214 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.147s] 2020-07-14 23:15:20.311 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.097s] 2020-07-14 23:15:20.413 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.101s] 2020-07-14 23:15:20.490 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.076s] 2020-07-14 23:15:20.640 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.150s] 2020-07-14 23:15:20.685 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.044s] 2020-07-14 23:15:20.779 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.094s] 2020-07-14 23:15:21.377 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.468s] 2020-07-14 23:15:23.612 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.234s] 2020-07-14 23:15:23.726 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.113s] 2020-07-14 23:15:23.819 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.094s] 2020-07-14 23:15:24.533 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.618s] 2020-07-14 23:15:24.700 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.167s] 2020-07-14 23:15:24.859 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.159s] 2020-07-14 23:15:25.086 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.134s] 2020-07-14 23:15:25.492 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.406s] 2020-07-14 23:15:25.609 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.116s] 2020-07-14 23:15:25.641 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.032s] 2020-07-14 23:15:25.692 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.051s] 2020-07-14 23:15:26.186 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.493s] 2020-07-14 23:15:28.416 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.229s] 2020-07-14 23:15:28.462 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.045s] 2020-07-14 23:15:28.540 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.078s] 2020-07-14 23:15:32.888 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.347s] 2020-07-14 23:15:32.963 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.075s] 2020-07-14 23:15:37.292 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.329s] 2020-07-14 23:15:37.405 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.112s] 2020-07-14 23:15:37.513 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.108s] 2020-07-14 23:15:37.608 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.095s] 2020-07-14 23:15:51.034 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [13.424s] 2020-07-14 23:16:12.539 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [21.504s] 2020-07-14 23:16:30.461 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [17.920s] 2020-07-14 23:16:44.021 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.559s] 2020-07-14 23:16:57.659 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.637s] 2020-07-14 23:17:11.343 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.684s] 2020-07-14 23:17:29.033 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [17.689s] 2020-07-14 23:17:42.654 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.620s] 2020-07-14 23:18:12.666 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [30.010s] 2020-07-14 23:18:38.614 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [25.947s] 2020-07-14 23:19:04.522 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [25.908s] 2020-07-14 23:19:34.522 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [29.999s] 2020-07-14 23:20:01.678 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [27.155s] 2020-07-14 23:20:27.449 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [25.770s] 2020-07-14 23:20:57.365 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [29.915s] 2020-07-14 23:20:57.373 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.006s]: b'Test disabled in conf, skipping' 2020-07-14 23:21:06.382 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.009s] 2020-07-14 23:21:19.665 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.282s] 2020-07-14 23:21:32.867 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.202s] 2020-07-14 23:21:46.317 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.449s] 2020-07-14 23:21:59.981 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.663s] 2020-07-14 23:22:18.054 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.072s] 2020-07-14 23:22:31.688 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.633s] 2020-07-14 23:22:49.392 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.704s] 2020-07-14 23:23:07.096 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.704s] 2020-07-14 23:23:07.328 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.230s]: b'LBaasv2 extension not available, skipping' 2020-07-14 23:23:07.458 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.129s]: b'LBaasv2 extension not available, skipping' 2020-07-14 23:23:41.301 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [33.843s] 2020-07-14 23:24:12.117 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [30.816s] 2020-07-14 23:25:05.589 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [53.471s] 2020-07-14 23:25:49.734 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [44.145s] 2020-07-14 23:26:21.564 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [31.829s] 2020-07-14 23:26:53.092 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [31.528s] 2020-07-14 23:27:41.938 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [48.844s] 2020-07-14 23:28:13.681 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [31.743s] 2020-07-14 23:28:41.309 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [27.627s] 2020-07-14 23:29:12.898 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [31.589s] 2020-07-14 23:29:34.309 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [21.410s] 2020-07-14 23:29:34.658 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.349s] 2020-07-14 23:29:34.910 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.252s] 2020-07-14 23:29:35.097 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.185s] 2020-07-14 23:29:35.275 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.178s] 2020-07-14 23:29:44.560 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [9.284s] 2020-07-14 23:29:55.015 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [10.455s] 2020-07-14 23:29:55.192 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.176s] 2020-07-14 23:29:55.193 32 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-14 23:29:55.579 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.386s] 2020-07-14 23:30:13.711 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.132s] 2020-07-14 23:30:27.711 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [14.000s] 2020-07-14 23:30:36.723 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.011s] 2020-07-14 23:30:45.796 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.072s] 2020-07-14 23:31:52.959 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [67.162s] 2020-07-14 23:33:28.171 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [95.211s] 2020-07-14 23:33:37.664 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.493s] 2020-07-14 23:33:50.830 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.165s] 2020-07-14 23:33:59.906 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.075s] 2020-07-14 23:34:13.010 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.103s] 2020-07-14 23:34:22.030 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.019s] 2020-07-14 23:34:39.500 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.470s] 2020-07-14 23:34:39.737 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.237s] 2020-07-14 23:34:39.881 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.144s] 2020-07-14 23:34:40.012 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.130s] 2020-07-14 23:34:40.146 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.133s] 2020-07-14 23:34:40.292 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.145s] 2020-07-14 23:34:40.434 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.142s] 2020-07-14 23:34:40.784 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.349s] 2020-07-14 23:34:40.922 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.138s] 2020-07-14 23:34:41.062 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.140s] 2020-07-14 23:34:49.930 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.867s] 2020-07-14 23:34:50.498 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.567s] 2020-07-14 23:34:50.636 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.138s] 2020-07-14 23:34:59.550 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.911s] 2020-07-14 23:34:59.812 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.263s] 2020-07-14 23:34:59.953 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.140s] 2020-07-14 23:35:00.104 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.151s] 2020-07-14 23:35:00.111 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.006s]: b'Test disabled in conf, skipping' 2020-07-14 23:35:00.689 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.577s]: b'LBaas v1 extension not available, skipping' 2020-07-14 23:35:01.121 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.431s]: b'LBaasv2 extension not available, skipping' 2020-07-14 23:35:51.934 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [50.812s] 2020-07-14 23:35:51.942 32 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-14 23:35:51.946 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_create_update_loadbalancer ... skip [0.004s]: b'Test disabled in conf, skipping' 2020-07-14 23:36:09.881 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [17.935s] 2020-07-14 23:36:09.891 32 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-14 23:36:47.358 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [37.463s] 2020-07-14 23:37:36.580 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [49.218s] 2020-07-14 23:37:36.582 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.006s]: b'Test disabled in conf, skipping' 2020-07-14 23:37:36.586 32 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-14 23:37:36.980 32 INFO rally.task.context [-] Verification be56d2ea-5035-4729-91ed-ccbd478cdc45 | Context testr@default cleanup() started 2020-07-14 23:37:36.981 32 INFO rally.task.context [-] Verification be56d2ea-5035-4729-91ed-ccbd478cdc45 | Context testr@default cleanup() finished in 0.64 msec 2020-07-14 23:37:36.981 32 INFO rally.task.context [-] Verification be56d2ea-5035-4729-91ed-ccbd478cdc45 | Context tempest@default cleanup() started 2020-07-14 23:37:37.183 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_c914125d_rBVf2Iuh'. 2020-07-14 23:37:37.331 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_c914125d_rBVf2Iuh' has been deleted. 2020-07-14 23:37:37.332 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '2d592e2c-072a-417b-953f-a84057eaab2b' of option 'instance_type' from Tempest config file. 2020-07-14 23:37:37.332 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '2d592e2c-072a-417b-953f-a84057eaab2b' has been removed. 2020-07-14 23:37:37.339 32 INFO rally.task.context [-] Verification be56d2ea-5035-4729-91ed-ccbd478cdc45 | Context tempest@default cleanup() finished in 0.36 sec 2020-07-14 23:37:37.370 32 INFO rally.api [-] Verification (UUID=c914125d-0934-4e6c-9fc6-6c78b1487f17) has been successfully finished for deployment 'opnfv-rally' (UUID=99634940-57ee-4300-8ad3-cecab145422a)! 2020-07-14 23:37:39.060 39 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:37:39.060 39 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:37:39.060 39 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:37:40.648 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:37:40.649 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:37:40.649 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:37:42.828 40 INFO rally.api [-] Building 'html' report for the following verification(s): 'c914125d-0934-4e6c-9fc6-6c78b1487f17' 2020-07-14 23:37:42.856 40 INFO rally.api [-] The report has been successfully built. 2020-07-14 23:37:44.325 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:37:44.325 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:37:44.326 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:37:46.416 42 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c914125d-0934-4e6c-9fc6-6c78b1487f17' 2020-07-14 23:37:46.426 42 INFO rally.api [-] The report has been successfully built.