2020-07-31 14:56:11.510 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:56:11.510 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:56:11.510 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-31 14:56:13.934 7 ERROR rally.cli.cliutils 2020-07-31 14:56:15.625 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:56:15.625 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:56:15.626 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:56:19.599 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:56:19.599 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:56:19.599 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:56:23.916 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:56:23.916 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:56:23.916 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:56:25.342 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:56:25.342 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:56:25.342 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-31 14:56:27.497 17 ERROR rally.cli.cliutils 2020-07-31 14:56:29.172 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:56:29.172 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:56:29.172 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:56:31.487 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-31 14:56:32.342 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-6d12de61-5bf1-49b7-bcb8-379050ce8fd4/repo. 2020-07-31 14:56:33.059 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-6d12de61-5bf1-49b7-bcb8-379050ce8fd4/repo'... done. Note: switching to '312b48e98e8e4268ccef26ec32593bd78c9d8624'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-07-31 14:56:33.074 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g312b48e98 ' 2020-07-31 14:56:33.081 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '312b48e98e8e4268ccef26ec32593bd78c9d8624 ' 2020-07-31 14:56:33.100 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-31 14:56:33.149 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-31 14:56:33.929 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6d12de61-5bf1-49b7-bcb8-379050ce8fd4) has been successfully created! 2020-07-31 14:56:35.611 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:56:35.611 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:56:35.612 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:56:39.948 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:56:39.949 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:56:39.949 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:56:42.060 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6d12de61-5bf1-49b7-bcb8-379050ce8fd4) for deployment 'opnfv-rally' (UUID=a584b93b-bbf5-4a1d-ab42-281be479ae1c). 2020-07-31 14:56:42.545 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6d12de61-5bf1-49b7-bcb8-379050ce8fd4) has been successfully configured for deployment 'opnfv-rally' (UUID=a584b93b-bbf5-4a1d-ab42-281be479ae1c)! 2020-07-31 14:56:50.649 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:56:50.650 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:56:50.650 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:56:52.753 35 INFO rally.api [-] Starting verification (UUID=9739e655-33b5-4fa4-aaf0-925ff36016d2) for deployment 'opnfv-rally' (UUID=a584b93b-bbf5-4a1d-ab42-281be479ae1c) by verifier 'opnfv-tempest' (UUID=6d12de61-5bf1-49b7-bcb8-379050ce8fd4). 2020-07-31 14:56:53.340 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-31 14:56:53.340 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6d12de61-5bf1-49b7-bcb8-379050ce8fd4/for-deployment-a584b93b-bbf5-4a1d-ab42-281be479ae1c/tempest.log' to option 'log_file'. 2020-07-31 14:56:53.341 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-6d12de61-5bf1-49b7-bcb8-379050ce8fd4/for-deployment-a584b93b-bbf5-4a1d-ab42-281be479ae1c/tempest.log 2020-07-31 14:56:53.341 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-31 14:56:53.342 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6d12de61-5bf1-49b7-bcb8-379050ce8fd4/for-deployment-a584b93b-bbf5-4a1d-ab42-281be479ae1c/lock_files' to option 'lock_path'. 2020-07-31 14:56:53.342 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-6d12de61-5bf1-49b7-bcb8-379050ce8fd4/for-deployment-a584b93b-bbf5-4a1d-ab42-281be479ae1c/lock_files 2020-07-31 14:56:53.342 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-31 14:56:53.343 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-07-31 14:56:53.343 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 416ae1c9-dc32-409e-9145-886450b314c3 2020-07-31 14:56:53.344 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 49f848ae-6146-4dfe-98f7-7693277939eb 2020-07-31 14:56:53.345 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 5671e439-f8c7-45f5-96e3-6cccaff2ef83 2020-07-31 14:56:53.345 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = d4954640-a4f1-4e20-8b6f-633bad90a7e1 2020-07-31 14:56:53.613 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-31 14:56:53.614 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone_cntt-net_7a963306-b22a-4317-b283-5c056d9bfa9d 2020-07-31 14:56:53.615 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-31 14:56:53.709 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-31 14:56:53.756 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_ecc89451_LeZcpgzC'. Using flavor 'rally_verify_ecc89451_LeZcpgzC' (ID = 6c1990c5-cb4b-40da-9072-3f545399049a) for the tests. 2020-07-31 14:56:53.756 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6c1990c5-cb4b-40da-9072-3f545399049a' to option 'instance_type'. 2020-07-31 14:56:53.757 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6c1990c5-cb4b-40da-9072-3f545399049a 2020-07-31 14:56:53.758 35 INFO rally.task.context [-] Verification 6d12de61-5bf1-49b7-bcb8-379050ce8fd4 | Context tempest@default setup() finished in 0.83 sec 2020-07-31 14:56:53.758 35 INFO rally.task.context [-] Verification 6d12de61-5bf1-49b7-bcb8-379050ce8fd4 | Context testr@default setup() finished in 0.30 msec 2020-07-31 14:56:53.759 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/894a030e-c8ea-4d79-9634-7d804c0f715a'. 2020-07-31 14:56:58.609 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.220s] 2020-07-31 14:56:58.669 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.341s] 2020-07-31 14:56:58.738 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.070s] 2020-07-31 14:56:58.742 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.133s] 2020-07-31 14:56:58.816 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.078s] 2020-07-31 14:56:58.871 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.129s] 2020-07-31 14:56:59.012 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.140s] 2020-07-31 14:56:59.044 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.227s] 2020-07-31 14:56:59.063 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.051s] 2020-07-31 14:56:59.111 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.812s] 2020-07-31 14:56:59.278 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.214s] 2020-07-31 14:56:59.549 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.502s] 2020-07-31 14:56:59.617 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [0.506s] 2020-07-31 14:56:59.705 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.425s] 2020-07-31 14:56:59.941 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.236s] 2020-07-31 14:57:00.252 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.311s] 2020-07-31 14:57:00.655 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [1.036s] 2020-07-31 14:57:01.022 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.768s] 2020-07-31 14:57:01.264 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.609s] 2020-07-31 14:57:01.872 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.607s] 2020-07-31 14:57:02.473 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.600s] 2020-07-31 14:57:03.119 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.645s] 2020-07-31 14:57:05.184 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [2.063s] 2020-07-31 14:57:06.068 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.884s] 2020-07-31 14:57:07.509 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.439s] 2020-07-31 14:57:08.741 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.232s] 2020-07-31 14:57:09.654 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [0.913s] 2020-07-31 14:57:09.975 35 INFO rally.task.context [-] Verification 6d12de61-5bf1-49b7-bcb8-379050ce8fd4 | Context testr@default cleanup() started 2020-07-31 14:57:09.975 35 INFO rally.task.context [-] Verification 6d12de61-5bf1-49b7-bcb8-379050ce8fd4 | Context testr@default cleanup() finished in 0.84 msec 2020-07-31 14:57:09.976 35 INFO rally.task.context [-] Verification 6d12de61-5bf1-49b7-bcb8-379050ce8fd4 | Context tempest@default cleanup() started 2020-07-31 14:57:10.148 35 INFO rally.task.context [-] Verification 6d12de61-5bf1-49b7-bcb8-379050ce8fd4 | Context tempest@default cleanup() finished in 0.17 sec 2020-07-31 14:57:10.209 35 INFO rally.api [-] Verification (UUID=9739e655-33b5-4fa4-aaf0-925ff36016d2) has been successfully finished for deployment 'opnfv-rally' (UUID=a584b93b-bbf5-4a1d-ab42-281be479ae1c)! 2020-07-31 14:57:12.228 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:57:12.228 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:57:12.228 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:57:13.923 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:57:13.924 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:57:13.924 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:57:16.256 49 INFO rally.api [-] Building 'html' report for the following verification(s): '9739e655-33b5-4fa4-aaf0-925ff36016d2' 2020-07-31 14:57:16.278 49 INFO rally.api [-] The report has been successfully built. 2020-07-31 14:57:18.022 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:57:18.022 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:57:18.022 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:57:20.417 51 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '9739e655-33b5-4fa4-aaf0-925ff36016d2' 2020-07-31 14:57:20.421 51 INFO rally.api [-] The report has been successfully built.