2020-05-03 12:18:37.046 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:18:37.046 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:18:37.047 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:18:39.476 8 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-05-03 12:18:39.476 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-03 12:18:39.476 8 ERROR rally.cli.cliutils 2020-05-03 12:18:41.230 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:18:41.230 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:18:41.230 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:18:45.781 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:18:45.781 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:18:45.781 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:18:50.857 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:18:50.858 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:18:50.858 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:18:52.330 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:18:52.331 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:18:52.331 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:18:54.508 18 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-05-03 12:18:54.508 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-03 12:18:54.508 18 ERROR rally.cli.cliutils 2020-05-03 12:18:56.276 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:18:56.277 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:18:56.277 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:18:59.141 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-03 12:18:59.217 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ab5c3f74-1fae-45ba-bded-bb7253b592ea/repo. 2020-05-03 12:18:59.459 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ab5c3f74-1fae-45ba-bded-bb7253b592ea/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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-05-03 12:18:59.473 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-03 12:18:59.480 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-03 12:18:59.500 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-03 12:18:59.564 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-03 12:19:00.298 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ab5c3f74-1fae-45ba-bded-bb7253b592ea) has been successfully created! 2020-05-03 12:19:02.021 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:19:02.022 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:19:02.022 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:19:11.613 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:19:11.613 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:19:11.614 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:19:13.888 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ab5c3f74-1fae-45ba-bded-bb7253b592ea) for deployment 'opnfv-rally' (UUID=b2a5fb89-efc0-4d5c-ba1d-02d2e30d346a). 2020-05-03 12:19:14.366 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ab5c3f74-1fae-45ba-bded-bb7253b592ea) has been successfully configured for deployment 'opnfv-rally' (UUID=b2a5fb89-efc0-4d5c-ba1d-02d2e30d346a)! 2020-05-03 12:19:23.812 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:19:23.813 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:19:23.813 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:19:25.981 36 INFO rally.api [-] Starting verification (UUID=310fbfb4-8185-4a2a-b462-ebd25b8ac149) for deployment 'opnfv-rally' (UUID=b2a5fb89-efc0-4d5c-ba1d-02d2e30d346a) by verifier 'opnfv-tempest' (UUID=ab5c3f74-1fae-45ba-bded-bb7253b592ea). 2020-05-03 12:19:26.729 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-03 12:19:26.730 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ab5c3f74-1fae-45ba-bded-bb7253b592ea/for-deployment-b2a5fb89-efc0-4d5c-ba1d-02d2e30d346a/tempest.log' to option 'log_file'. 2020-05-03 12:19:26.730 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ab5c3f74-1fae-45ba-bded-bb7253b592ea/for-deployment-b2a5fb89-efc0-4d5c-ba1d-02d2e30d346a/tempest.log 2020-05-03 12:19:26.731 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-03 12:19:26.731 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ab5c3f74-1fae-45ba-bded-bb7253b592ea/for-deployment-b2a5fb89-efc0-4d5c-ba1d-02d2e30d346a/lock_files' to option 'lock_path'. 2020-05-03 12:19:26.732 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ab5c3f74-1fae-45ba-bded-bb7253b592ea/for-deployment-b2a5fb89-efc0-4d5c-ba1d-02d2e30d346a/lock_files 2020-05-03 12:19:26.732 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-03 12:19:26.732 36 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-05-03 12:19:26.733 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = cd49f909-3e31-497b-8d89-fc80f83e0f14 2020-05-03 12:19:26.733 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = a4d60f27-4879-4849-8dc5-ee4c014ff064 2020-05-03 12:19:26.734 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = a4a9f14b-dda8-474a-a029-9135ecfe40cd 2020-05-03 12:19:26.734 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3027c9a7-122d-4d4f-a4ea-894b12488598 2020-05-03 12:19:27.367 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-03 12:19:27.367 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_0cec28c0-efff-4d75-95da-708c57c3a2f8 2020-05-03 12:19:27.368 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-03 12:19:27.449 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-03 12:19:27.490 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-05-03 12:19:27.490 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_310fbfb4_Q8FpnKgt' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-05-03 12:19:27.530 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_310fbfb4_Q8FpnKgt' (ID = 7c953b2c-7d8f-4577-84a9-214aec452191) has been successfully created! 2020-05-03 12:19:27.530 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7c953b2c-7d8f-4577-84a9-214aec452191' to option 'instance_type'. 2020-05-03 12:19:27.531 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7c953b2c-7d8f-4577-84a9-214aec452191 2020-05-03 12:19:27.532 36 INFO rally.task.context [-] Verification ab5c3f74-1fae-45ba-bded-bb7253b592ea | Context tempest@default setup() finished in 1.32 sec 2020-05-03 12:19:27.534 36 INFO rally.task.context [-] Verification ab5c3f74-1fae-45ba-bded-bb7253b592ea | Context testr@default setup() finished in 0.88 msec 2020-05-03 12:19:27.534 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/38d362e3-abf7-4496-891d-2dbf383d8334'. 2020-05-03 12:19:33.435 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.448s] 2020-05-03 12:19:33.615 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.180s] 2020-05-03 12:19:33.784 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.169s] 2020-05-03 12:19:34.380 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.509s] 2020-05-03 12:19:36.643 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.262s] 2020-05-03 12:19:36.905 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.262s] 2020-05-03 12:19:36.992 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.087s] 2020-05-03 12:19:37.681 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.586s] 2020-05-03 12:19:39.914 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.233s] 2020-05-03 12:19:40.094 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.179s] 2020-05-03 12:19:40.205 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.111s] 2020-05-03 12:19:40.312 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.107s] 2020-05-03 12:19:40.390 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.078s] 2020-05-03 12:19:40.574 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.183s] 2020-05-03 12:19:40.631 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.057s] 2020-05-03 12:19:40.733 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.102s] 2020-05-03 12:19:40.999 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.174s] 2020-05-03 12:19:41.446 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.446s] 2020-05-03 12:19:43.670 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.224s] 2020-05-03 12:19:43.706 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.036s] 2020-05-03 12:19:43.768 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.061s] 2020-05-03 12:19:44.229 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.460s] 2020-05-03 12:19:46.469 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.239s] 2020-05-03 12:19:46.512 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.043s] 2020-05-03 12:19:46.581 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.068s] 2020-05-03 12:19:50.925 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.343s] 2020-05-03 12:19:51.013 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.088s] 2020-05-03 12:19:55.378 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.365s] 2020-05-03 12:19:55.491 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.113s] 2020-05-03 12:19:55.612 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.120s] 2020-05-03 12:19:55.718 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.106s] 2020-05-03 12:19:56.057 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.244s] 2020-05-03 12:19:56.166 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.109s] 2020-05-03 12:19:56.196 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.030s] 2020-05-03 12:19:56.436 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.144s] 2020-05-03 12:19:56.607 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.171s] 2020-05-03 12:19:56.718 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.110s] 2020-05-03 12:19:56.901 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.182s] 2020-05-03 12:19:57.089 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.187s] 2020-05-03 12:19:57.212 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.122s] 2020-05-03 12:19:57.421 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.209s] 2020-05-03 12:19:57.589 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.168s] 2020-05-03 12:19:57.642 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.052s] 2020-05-03 12:19:57.691 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.049s] 2020-05-03 12:20:11.064 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [13.371s] 2020-05-03 12:20:28.577 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [17.512s] 2020-05-03 12:20:42.226 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.649s] 2020-05-03 12:20:56.041 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.814s] 2020-05-03 12:21:09.570 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.529s] 2020-05-03 12:21:23.195 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.624s] 2020-05-03 12:21:36.999 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.804s] 2020-05-03 12:21:50.672 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.673s] 2020-05-03 12:22:16.713 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [26.039s] 2020-05-03 12:22:38.453 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [21.740s] 2020-05-03 12:23:00.245 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [21.791s] 2020-05-03 12:23:22.034 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [21.788s] 2020-05-03 12:23:48.011 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [25.976s] 2020-05-03 12:24:09.765 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.754s] 2020-05-03 12:24:27.241 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.475s] 2020-05-03 12:24:40.967 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... success [13.724s] 2020-05-03 12:24:50.237 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.270s] 2020-05-03 12:25:03.592 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.354s] 2020-05-03 12:25:16.799 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.206s] 2020-05-03 12:25:30.421 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.621s] 2020-05-03 12:25:44.088 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.666s] 2020-05-03 12:26:02.222 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.133s] 2020-05-03 12:26:15.801 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.578s] 2020-05-03 12:26:33.506 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.703s] 2020-05-03 12:26:51.151 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.643s] 2020-05-03 12:26:51.363 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.211s]: b'LBaasv2 extension not available, skipping' 2020-05-03 12:26:51.480 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.117s]: b'LBaasv2 extension not available, skipping' 2020-05-03 12:27:16.804 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.323s] 2020-05-03 12:27:47.122 36 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.317s] 2020-05-03 12:28:26.195 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [39.072s] 2020-05-03 12:28:57.593 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [31.398s] 2020-05-03 12:29:25.489 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [27.894s] 2020-05-03 12:29:56.719 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [31.229s] 2020-05-03 12:30:37.266 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [40.547s] 2020-05-03 12:31:04.755 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.487s] 2020-05-03 12:31:32.173 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [27.417s] 2020-05-03 12:32:03.358 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [31.184s] 2020-05-03 12:32:28.691 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [25.332s] 2020-05-03 12:32:29.054 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.362s] 2020-05-03 12:32:29.286 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.231s] 2020-05-03 12:32:29.451 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.165s] 2020-05-03 12:32:29.627 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.175s] 2020-05-03 12:32:38.571 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [8.943s] 2020-05-03 12:32:48.122 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [9.550s] 2020-05-03 12:32:48.404 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.281s] 2020-05-03 12:32:48.405 36 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-05-03 12:32:48.611 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.207s] 2020-05-03 12:33:06.429 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [17.817s] 2020-05-03 12:33:20.309 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.878s] 2020-05-03 12:33:29.572 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.262s] 2020-05-03 12:33:38.643 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.070s] 2020-05-03 12:34:45.266 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [66.622s] 2020-05-03 12:36:12.348 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [87.082s] 2020-05-03 12:36:21.921 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.573s] 2020-05-03 12:36:35.130 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.207s] 2020-05-03 12:36:44.244 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.113s] 2020-05-03 12:36:57.364 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.120s] 2020-05-03 12:37:06.404 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.039s] 2020-05-03 12:37:23.892 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.487s] 2020-05-03 12:37:24.131 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.238s] 2020-05-03 12:37:24.263 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.131s] 2020-05-03 12:37:24.414 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.150s] 2020-05-03 12:37:24.570 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.156s] 2020-05-03 12:37:24.827 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.255s] 2020-05-03 12:37:25.100 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.273s] 2020-05-03 12:37:25.245 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.144s] 2020-05-03 12:37:25.396 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.150s] 2020-05-03 12:37:25.555 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.160s] 2020-05-03 12:37:34.456 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.899s] 2020-05-03 12:37:35.157 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.700s] 2020-05-03 12:37:35.472 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.315s] 2020-05-03 12:37:44.444 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.970s] 2020-05-03 12:37:44.713 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.269s] 2020-05-03 12:37:44.942 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.229s] 2020-05-03 12:37:45.239 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.296s] 2020-05-03 12:37:45.248 36 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-05-03 12:37:46.089 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.837s]: b'LBaas v1 extension not available, skipping' 2020-05-03 12:37:46.941 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.855s]: b'LBaasv2 extension not available, skipping' 2020-05-03 12:38:29.938 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [42.996s] 2020-05-03 12:38:29.950 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_add_delete_poolmember ... skip [0.010s]: b'Test disabled in conf, skipping' 2020-05-03 12:38:29.954 36 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-05-03 12:38:30.083 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... fail [0.118s] 2020-05-03 12:38:30.084 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.005s]: b'Test disabled in conf, skipping' 2020-05-03 12:38:30.142 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... fail [0.054s] 2020-05-03 12:38:30.203 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... fail [0.056s] 2020-05-03 12:38:30.204 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.007s]: b'Test disabled in conf, skipping' 2020-05-03 12:38:30.206 36 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-05-03 12:38:30.517 36 INFO rally.task.context [-] Verification ab5c3f74-1fae-45ba-bded-bb7253b592ea | Context testr@default cleanup() started 2020-05-03 12:38:30.518 36 INFO rally.task.context [-] Verification ab5c3f74-1fae-45ba-bded-bb7253b592ea | Context testr@default cleanup() finished in 0.78 msec 2020-05-03 12:38:30.519 36 INFO rally.task.context [-] Verification ab5c3f74-1fae-45ba-bded-bb7253b592ea | Context tempest@default cleanup() started 2020-05-03 12:38:30.734 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_310fbfb4_Q8FpnKgt'. 2020-05-03 12:38:30.874 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_310fbfb4_Q8FpnKgt' has been deleted. 2020-05-03 12:38:30.875 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '7c953b2c-7d8f-4577-84a9-214aec452191' of option 'instance_type' from Tempest config file. 2020-05-03 12:38:30.876 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '7c953b2c-7d8f-4577-84a9-214aec452191' has been removed. 2020-05-03 12:38:30.881 36 INFO rally.task.context [-] Verification ab5c3f74-1fae-45ba-bded-bb7253b592ea | Context tempest@default cleanup() finished in 0.36 sec 2020-05-03 12:38:30.908 36 INFO rally.api [-] Verification (UUID=310fbfb4-8185-4a2a-b462-ebd25b8ac149) has been successfully finished for deployment 'opnfv-rally' (UUID=b2a5fb89-efc0-4d5c-ba1d-02d2e30d346a)! 2020-05-03 12:38:32.707 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:38:32.708 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:38:32.708 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:38:34.388 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:38:34.389 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:38:34.389 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:38:36.498 44 INFO rally.api [-] Building 'html' report for the following verification(s): '310fbfb4-8185-4a2a-b462-ebd25b8ac149' 2020-05-03 12:38:36.535 44 INFO rally.api [-] The report has been successfully built. 2020-05-03 12:38:38.125 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:38:38.125 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:38:38.126 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:38:40.227 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '310fbfb4-8185-4a2a-b462-ebd25b8ac149' 2020-05-03 12:38:40.235 46 INFO rally.api [-] The report has been successfully built.