2020-08-10 14:35:54.053 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:35:54.060 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:35:54.062 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:36:19.379 10 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-08-10 14:36:19.379 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-08-10 14:36:19.379 10 ERROR rally.cli.cliutils 2020-08-10 14:36:35.111 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:36:35.117 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:36:35.119 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:37:16.940 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:37:16.947 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:37:16.948 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:38:00.226 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:38:00.233 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:38:00.234 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:38:15.066 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:38:15.072 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:38:15.074 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:38:37.391 40 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-08-10 14:38:37.391 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-08-10 14:38:37.391 40 ERROR rally.cli.cliutils 2020-08-10 14:38:52.607 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:38:52.613 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:38:52.614 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:39:15.514 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-08-10 14:39:16.042 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3f7d0404-7828-470c-a780-28f12113f977/repo. 2020-08-10 14:39:16.823 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3f7d0404-7828-470c-a780-28f12113f977/repo'... done. Note: switching to '7cf317646c216b70fd060027d67c7aedf746bf6d'. 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-08-10 14:39:16.929 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g7cf317646 ' 2020-08-10 14:39:16.988 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '7cf317646c216b70fd060027d67c7aedf746bf6d ' 2020-08-10 14:39:17.047 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-08-10 14:39:17.569 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-08-10 14:39:24.362 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3f7d0404-7828-470c-a780-28f12113f977) has been successfully created! 2020-08-10 14:39:38.882 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:39:38.889 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:39:38.890 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:40:30.955 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:40:30.962 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:40:30.964 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:40:53.749 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3f7d0404-7828-470c-a780-28f12113f977) for deployment 'opnfv-rally' (UUID=2ef6fed4-d1b5-43be-9bdc-61300bd15a64). 2020-08-10 14:40:55.353 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3f7d0404-7828-470c-a780-28f12113f977) has been successfully configured for deployment 'opnfv-rally' (UUID=2ef6fed4-d1b5-43be-9bdc-61300bd15a64)! 2020-08-10 14:42:13.856 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:42:13.862 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:42:13.863 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:42:36.886 97 INFO rally.api [-] Starting verification (UUID=0f9f9de3-0706-4679-956b-9c1cc041cfb3) for deployment 'opnfv-rally' (UUID=2ef6fed4-d1b5-43be-9bdc-61300bd15a64) by verifier 'opnfv-tempest' (UUID=3f7d0404-7828-470c-a780-28f12113f977). 2020-08-10 14:42:41.443 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-08-10 14:42:41.446 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3f7d0404-7828-470c-a780-28f12113f977/for-deployment-2ef6fed4-d1b5-43be-9bdc-61300bd15a64/tempest.log' to option 'log_file'. 2020-08-10 14:42:41.448 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3f7d0404-7828-470c-a780-28f12113f977/for-deployment-2ef6fed4-d1b5-43be-9bdc-61300bd15a64/tempest.log 2020-08-10 14:42:41.450 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-08-10 14:42:41.452 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3f7d0404-7828-470c-a780-28f12113f977/for-deployment-2ef6fed4-d1b5-43be-9bdc-61300bd15a64/lock_files' to option 'lock_path'. 2020-08-10 14:42:41.454 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3f7d0404-7828-470c-a780-28f12113f977/for-deployment-2ef6fed4-d1b5-43be-9bdc-61300bd15a64/lock_files 2020-08-10 14:42:41.455 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-08-10 14:42:41.457 97 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-08-10 14:42:41.459 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = daf6f48b-8d2f-480f-900f-a65002e89beb 2020-08-10 14:42:41.461 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d0acb474-088e-4246-b850-79b6bb95a53b 2020-08-10 14:42:41.465 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f26ce5e2-9c52-43fe-bfef-9e4904e17350 2020-08-10 14:42:41.468 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3c807a3d-907a-4276-887f-7399c11f2309 2020-08-10 14:42:41.939 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-08-10 14:42:41.943 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_889e4742-67af-4a9b-934c-4de2879a44e9 2020-08-10 14:42:41.947 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-08-10 14:42:42.754 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-08-10 14:42:42.839 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-08-10 14:42:42.841 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_0f9f9de3_F8G726rL' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-08-10 14:42:42.899 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_0f9f9de3_F8G726rL' (ID = e4b0494a-9b6e-41ef-9f58-5ec948feeba1) has been successfully created! 2020-08-10 14:42:42.901 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e4b0494a-9b6e-41ef-9f58-5ec948feeba1' to option 'instance_type'. 2020-08-10 14:42:42.903 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e4b0494a-9b6e-41ef-9f58-5ec948feeba1 2020-08-10 14:42:42.911 97 INFO rally.task.context [-] Verification 3f7d0404-7828-470c-a780-28f12113f977 | Context tempest@default setup() finished in 4.91 sec 2020-08-10 14:42:42.914 97 INFO rally.task.context [-] Verification 3f7d0404-7828-470c-a780-28f12113f977 | Context testr@default setup() finished in 1.08 msec 2020-08-10 14:42:42.916 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/4363fd3f-eceb-465f-97c4-c501506682f9'. 2020-08-10 14:43:25.792 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.421s] 2020-08-10 14:43:27.093 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [1.321s] 2020-08-10 14:43:28.293 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [1.199s] 2020-08-10 14:43:29.023 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.605s] 2020-08-10 14:43:29.872 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [0.848s] 2020-08-10 14:43:30.550 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.672s] 2020-08-10 14:43:30.801 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.252s] 2020-08-10 14:43:31.403 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.478s] 2020-08-10 14:43:32.251 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [0.846s] 2020-08-10 14:43:33.414 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [1.162s] 2020-08-10 14:43:34.088 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.673s] 2020-08-10 14:43:34.858 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.769s] 2020-08-10 14:43:35.103 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.243s] 2020-08-10 14:43:37.106 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [2.001s] 2020-08-10 14:43:37.384 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.276s] 2020-08-10 14:43:37.627 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.239s] 2020-08-10 14:43:37.880 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.119s] 2020-08-10 14:43:38.371 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.489s] 2020-08-10 14:43:39.226 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.852s] 2020-08-10 14:43:39.346 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.119s] 2020-08-10 14:43:39.533 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.184s] 2020-08-10 14:43:39.978 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.445s] 2020-08-10 14:43:40.776 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [0.796s] 2020-08-10 14:43:40.900 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.118s] 2020-08-10 14:43:41.048 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.148s] 2020-08-10 14:43:44.443 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [3.392s] 2020-08-10 14:43:44.649 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.204s] 2020-08-10 14:43:48.278 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [3.625s] 2020-08-10 14:43:48.955 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.678s] 2020-08-10 14:43:49.656 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.699s] 2020-08-10 14:43:49.884 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.227s] 2020-08-10 14:43:50.760 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.725s] 2020-08-10 14:43:51.656 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.894s] 2020-08-10 14:43:51.755 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.097s] 2020-08-10 14:43:51.986 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.107s] 2020-08-10 14:43:53.221 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [1.235s] 2020-08-10 14:43:54.029 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.805s] 2020-08-10 14:43:55.213 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [1.183s] 2020-08-10 14:43:56.406 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [1.190s] 2020-08-10 14:43:57.083 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.676s] 2020-08-10 14:43:58.279 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [1.194s] 2020-08-10 14:43:59.471 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [1.191s] 2020-08-10 14:43:59.534 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.058s] 2020-08-10 14:43:59.585 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.053s] 2020-08-10 14:44:13.892 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [14.297s] 2020-08-10 14:44:28.234 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [14.329s] 2020-08-10 14:44:42.599 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [14.374s] 2020-08-10 14:45:01.187 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [18.582s] 2020-08-10 14:45:19.619 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [18.429s] 2020-08-10 14:45:33.962 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [14.340s] 2020-08-10 14:45:48.296 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [14.330s] 2020-08-10 14:46:11.097 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [22.798s] 2020-08-10 14:46:34.568 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [23.467s] 2020-08-10 14:46:57.422 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [22.852s] 2020-08-10 14:47:24.462 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [27.038s] 2020-08-10 14:47:51.725 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [27.256s] 2020-08-10 14:48:14.794 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [23.067s] 2020-08-10 14:48:37.698 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [22.902s] 2020-08-10 14:48:59.838 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [22.137s] 2020-08-10 14:48:59.880 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.035s]: b'Test disabled in conf, skipping' 2020-08-10 14:49:05.404 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [5.525s] 2020-08-10 14:49:15.450 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [10.042s] 2020-08-10 14:49:25.364 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [9.910s] 2020-08-10 14:49:35.344 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.977s] 2020-08-10 14:49:49.890 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [14.543s] 2020-08-10 14:50:08.775 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.883s] 2020-08-10 14:50:23.327 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [14.549s] 2020-08-10 14:50:37.905 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [14.577s] 2020-08-10 14:50:52.472 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [14.565s] 2020-08-10 14:50:52.811 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.329s]: b'LBaasv2 extension not available, skipping' 2020-08-10 14:50:53.072 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.257s]: b'LBaasv2 extension not available, skipping' 2020-08-10 14:51:14.928 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [21.856s] 2020-08-10 14:51:41.987 97 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.056s] 2020-08-10 14:52:17.426 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [35.437s] 2020-08-10 14:52:49.787 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [32.356s] 2020-08-10 14:53:18.036 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [28.247s] 2020-08-10 14:53:50.396 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [32.357s] 2020-08-10 14:54:27.663 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [37.263s] 2020-08-10 14:54:59.865 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [32.200s] 2020-08-10 14:55:35.871 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [35.999s] 2020-08-10 14:56:03.977 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [28.104s] 2020-08-10 14:56:26.543 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [22.564s] 2020-08-10 14:56:26.910 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.363s] 2020-08-10 14:56:27.236 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.321s] 2020-08-10 14:56:27.551 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.315s] 2020-08-10 14:56:27.875 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.322s] 2020-08-10 14:56:34.147 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [6.266s] 2020-08-10 14:56:45.708 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [11.558s] 2020-08-10 14:56:46.193 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.479s] 2020-08-10 14:56:46.206 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_with_cloud_credential ... skip [0.001s]: b'multi_cloud - Feature not enabled.' 2020-08-10 14:56:46.969 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.770s] 2020-08-10 14:57:06.978 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [20.007s] 2020-08-10 14:57:22.106 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [15.124s] 2020-08-10 14:57:31.900 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.791s] 2020-08-10 14:57:41.524 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.621s] 2020-08-10 14:58:56.233 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [74.709s] 2020-08-10 15:00:24.984 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [88.742s] 2020-08-10 15:00:31.625 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [6.638s] 2020-08-10 15:00:45.560 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.933s] 2020-08-10 15:00:55.262 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.699s] 2020-08-10 15:01:05.133 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [9.865s] 2020-08-10 15:01:14.777 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.642s] 2020-08-10 15:01:33.144 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [18.362s] 2020-08-10 15:01:33.534 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.389s] 2020-08-10 15:01:33.911 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.373s] 2020-08-10 15:01:34.214 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.302s] 2020-08-10 15:01:34.611 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.394s] 2020-08-10 15:01:34.937 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.320s] 2020-08-10 15:01:35.232 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.296s] 2020-08-10 15:01:35.517 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.283s] 2020-08-10 15:01:35.824 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.302s] 2020-08-10 15:01:36.128 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.298s] 2020-08-10 15:01:41.498 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [5.370s] 2020-08-10 15:01:42.171 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.670s] 2020-08-10 15:01:42.445 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.272s] 2020-08-10 15:01:48.014 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [5.569s] 2020-08-10 15:01:48.444 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.425s] 2020-08-10 15:01:48.751 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.302s] 2020-08-10 15:01:49.127 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.375s] 2020-08-10 15:01:49.178 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.041s]: b'Test disabled in conf, skipping' 2020-08-10 15:01:50.231 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [1.047s]: b'LBaas v1 extension not available, skipping' 2020-08-10 15:01:51.153 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.904s]: b'LBaasv2 extension not available, skipping' 2020-08-10 15:02:43.567 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [52.430s] 2020-08-10 15:02:43.611 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_add_delete_poolmember ... skip [0.036s]: b'Test disabled in conf, skipping' 2020-08-10 15:02:43.647 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_create_update_loadbalancer ... skip [0.034s]: b'Test disabled in conf, skipping' 2020-08-10 15:02:54.750 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [11.100s] 2020-08-10 15:02:54.799 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.039s]: b'Test disabled in conf, skipping' 2020-08-10 15:03:37.775 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [42.951s] 2020-08-10 15:04:33.966 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [56.155s] 2020-08-10 15:04:33.976 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.036s]: b'Test disabled in conf, skipping' 2020-08-10 15:04:34.005 97 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.035s]: b'Test disabled in conf, skipping' 2020-08-10 15:04:35.320 97 INFO rally.task.context [-] Verification 3f7d0404-7828-470c-a780-28f12113f977 | Context testr@default cleanup() started 2020-08-10 15:04:35.324 97 INFO rally.task.context [-] Verification 3f7d0404-7828-470c-a780-28f12113f977 | Context testr@default cleanup() finished in 3.98 msec 2020-08-10 15:04:35.327 97 INFO rally.task.context [-] Verification 3f7d0404-7828-470c-a780-28f12113f977 | Context tempest@default cleanup() started 2020-08-10 15:04:35.760 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_0f9f9de3_F8G726rL'. 2020-08-10 15:04:35.977 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_0f9f9de3_F8G726rL' has been deleted. 2020-08-10 15:04:35.982 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'e4b0494a-9b6e-41ef-9f58-5ec948feeba1' of option 'instance_type' from Tempest config file. 2020-08-10 15:04:35.983 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'e4b0494a-9b6e-41ef-9f58-5ec948feeba1' has been removed. 2020-08-10 15:04:36.007 97 INFO rally.task.context [-] Verification 3f7d0404-7828-470c-a780-28f12113f977 | Context tempest@default cleanup() finished in 0.68 sec 2020-08-10 15:04:36.103 97 INFO rally.api [-] Verification (UUID=0f9f9de3-0706-4679-956b-9c1cc041cfb3) has been successfully finished for deployment 'opnfv-rally' (UUID=2ef6fed4-d1b5-43be-9bdc-61300bd15a64)! 2020-08-10 15:04:50.947 120 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:04:50.953 120 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:04:50.954 120 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:05:05.553 126 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:05:05.559 126 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:05:05.561 126 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:05:27.970 126 INFO rally.api [-] Building 'html' report for the following verification(s): '0f9f9de3-0706-4679-956b-9c1cc041cfb3' 2020-08-10 15:05:28.201 126 INFO rally.api [-] The report has been successfully built. 2020-08-10 15:05:42.093 132 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:05:42.100 132 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:05:42.101 132 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:06:03.043 132 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '0f9f9de3-0706-4679-956b-9c1cc041cfb3' 2020-08-10 15:06:03.133 132 INFO rally.api [-] The report has been successfully built.