2020-09-29 09:50:40.205 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:50:40.205 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:50:40.205 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:50:42.534 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-09-29 09:50:42.534 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-29 09:50:42.534 6 ERROR rally.cli.cliutils 2020-09-29 09:50:44.035 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:50:44.036 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:50:44.036 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:50:48.095 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:50:48.096 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:50:48.096 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:50:52.401 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:50:52.401 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:50:52.401 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:50:53.903 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:50:53.903 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:50:53.904 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:50:55.958 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-09-29 09:50:55.958 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils force=force) 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-29 09:50:55.958 15 ERROR rally.cli.cliutils 2020-09-29 09:50:57.466 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:50:57.466 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:50:57.467 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:50:59.493 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-29 09:50:59.575 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f05a83ec-493d-4bdc-9ca9-6ca92addd4cf/repo. 2020-09-29 09:50:59.910 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f05a83ec-493d-4bdc-9ca9-6ca92addd4cf/repo'... done. Note: checking out 'b0d516cd07ff9bd7c6c1371736de3c30dd647636'. 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-09-29 09:50:59.923 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gb0d516cd0 ' 2020-09-29 09:50:59.929 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'b0d516cd07ff9bd7c6c1371736de3c30dd647636 ' 2020-09-29 09:50:59.952 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-29 09:51:00.019 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-29 09:51:00.589 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f05a83ec-493d-4bdc-9ca9-6ca92addd4cf) has been successfully created! 2020-09-29 09:51:02.027 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:51:02.028 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:51:02.028 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:51:06.544 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:51:06.544 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:51:06.544 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:51:08.772 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f05a83ec-493d-4bdc-9ca9-6ca92addd4cf) for deployment 'opnfv-rally' (UUID=467f9094-7092-4b51-a944-83e29744a87a). 2020-09-29 09:51:09.171 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f05a83ec-493d-4bdc-9ca9-6ca92addd4cf) has been successfully configured for deployment 'opnfv-rally' (UUID=467f9094-7092-4b51-a944-83e29744a87a)! 2020-09-29 09:51:17.140 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:51:17.140 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:51:17.140 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:51:19.374 32 INFO rally.api [-] Starting verification (UUID=daf78f4d-f668-41c5-920d-bd5e783d3461) for deployment 'opnfv-rally' (UUID=467f9094-7092-4b51-a944-83e29744a87a) by verifier 'opnfv-tempest' (UUID=f05a83ec-493d-4bdc-9ca9-6ca92addd4cf). 2020-09-29 09:51:20.094 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-29 09:51:20.095 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f05a83ec-493d-4bdc-9ca9-6ca92addd4cf/for-deployment-467f9094-7092-4b51-a944-83e29744a87a/tempest.log' to option 'log_file'. 2020-09-29 09:51:20.095 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f05a83ec-493d-4bdc-9ca9-6ca92addd4cf/for-deployment-467f9094-7092-4b51-a944-83e29744a87a/tempest.log 2020-09-29 09:51:20.095 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-29 09:51:20.096 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f05a83ec-493d-4bdc-9ca9-6ca92addd4cf/for-deployment-467f9094-7092-4b51-a944-83e29744a87a/lock_files' to option 'lock_path'. 2020-09-29 09:51:20.096 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f05a83ec-493d-4bdc-9ca9-6ca92addd4cf/for-deployment-467f9094-7092-4b51-a944-83e29744a87a/lock_files 2020-09-29 09:51:20.096 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-29 09:51:20.096 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-09-29 09:51:20.097 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a4301510-550a-446c-a87d-7e029284a16c 2020-09-29 09:51:20.097 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 09075329-e9f4-4a3a-b5d2-c240b3e696ef 2020-09-29 09:51:20.097 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 4b65cccb-7986-4d4c-83c2-987a6e05dc93 2020-09-29 09:51:20.098 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 6b764f7c-cb6d-4313-b4ae-3334de10f0a0 2020-09-29 09:51:20.365 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-29 09:51:20.365 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone_cntt-net_69baee7c-4532-42c9-a294-be30b79c175c 2020-09-29 09:51:20.366 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-29 09:51:20.452 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-29 09:51:20.492 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_36fae506_bK5YVHrR'. Using flavor 'rally_verify_36fae506_bK5YVHrR' (ID = 0198a25e-3369-4ca6-8744-29224a90db85) for the tests. 2020-09-29 09:51:20.492 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0198a25e-3369-4ca6-8744-29224a90db85' to option 'instance_type'. 2020-09-29 09:51:20.493 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0198a25e-3369-4ca6-8744-29224a90db85 2020-09-29 09:51:20.494 32 INFO rally.task.context [-] Verification f05a83ec-493d-4bdc-9ca9-6ca92addd4cf | Context tempest@default setup() finished in 0.92 sec 2020-09-29 09:51:20.494 32 INFO rally.task.context [-] Verification f05a83ec-493d-4bdc-9ca9-6ca92addd4cf | Context testr@default setup() finished in 0.32 msec 2020-09-29 09:51:20.494 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/41993e5a-e0a9-44f0-84c9-3f4ebc9705e2'. 2020-09-29 09:51:24.741 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.150s] 2020-09-29 09:51:24.909 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.170s] 2020-09-29 09:51:25.033 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.124s] 2020-09-29 09:51:25.059 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.266s] 2020-09-29 09:51:25.147 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.113s] 2020-09-29 09:51:25.190 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.131s] 2020-09-29 09:51:25.200 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.053s] 2020-09-29 09:51:25.296 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.105s] 2020-09-29 09:51:25.405 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.204s] 2020-09-29 09:51:25.498 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.898s] 2020-09-29 09:51:25.502 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.205s] 2020-09-29 09:51:25.972 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.565s] 2020-09-29 09:51:26.016 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.513s] 2020-09-29 09:51:26.122 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [0.624s] 2020-09-29 09:51:26.295 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.322s] 2020-09-29 09:51:26.501 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.206s] 2020-09-29 09:51:26.923 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.799s] 2020-09-29 09:51:27.122 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.620s] 2020-09-29 09:51:27.446 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.524s] 2020-09-29 09:51:28.038 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.592s] 2020-09-29 09:51:28.646 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.607s] 2020-09-29 09:51:29.263 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.616s] 2020-09-29 09:51:31.162 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.898s] 2020-09-29 09:51:31.874 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.712s] 2020-09-29 09:51:33.159 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.280s] 2020-09-29 09:51:34.118 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.961s] 2020-09-29 09:51:35.031 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [0.913s] 2020-09-29 09:51:35.446 32 INFO rally.task.context [-] Verification f05a83ec-493d-4bdc-9ca9-6ca92addd4cf | Context testr@default cleanup() started 2020-09-29 09:51:35.446 32 INFO rally.task.context [-] Verification f05a83ec-493d-4bdc-9ca9-6ca92addd4cf | Context testr@default cleanup() finished in 0.79 msec 2020-09-29 09:51:35.447 32 INFO rally.task.context [-] Verification f05a83ec-493d-4bdc-9ca9-6ca92addd4cf | Context tempest@default cleanup() started 2020-09-29 09:51:35.617 32 INFO rally.task.context [-] Verification f05a83ec-493d-4bdc-9ca9-6ca92addd4cf | Context tempest@default cleanup() finished in 0.17 sec 2020-09-29 09:51:35.639 32 INFO rally.api [-] Verification (UUID=daf78f4d-f668-41c5-920d-bd5e783d3461) has been successfully finished for deployment 'opnfv-rally' (UUID=467f9094-7092-4b51-a944-83e29744a87a)! 2020-09-29 09:51:37.296 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:51:37.297 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:51:37.297 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:51:38.946 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:51:38.947 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:51:38.947 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:51:41.104 42 INFO rally.api [-] Building 'html' report for the following verification(s): 'daf78f4d-f668-41c5-920d-bd5e783d3461' 2020-09-29 09:51:41.129 42 INFO rally.api [-] The report has been successfully built. 2020-09-29 09:51:42.666 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:51:42.666 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:51:42.666 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:51:44.795 44 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'daf78f4d-f668-41c5-920d-bd5e783d3461' 2020-09-29 09:51:44.801 44 INFO rally.api [-] The report has been successfully built.