2020-09-19 09:14:48.050 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:14:48.051 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:14:48.051 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:14:50.389 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-19 09:14:50.389 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 09:14:50.389 6 ERROR rally.cli.cliutils 2020-09-19 09:14:51.910 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:14:51.910 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:14:51.910 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:14:55.576 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:14:55.576 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:14:55.576 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:14:59.943 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:14:59.944 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:14:59.944 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:15:01.463 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:15:01.463 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:15:01.464 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:15:03.653 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-19 09:15:03.653 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils force=force) 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 09:15:03.653 15 ERROR rally.cli.cliutils 2020-09-19 09:15:05.036 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:15:05.036 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:15:05.036 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:15:06.894 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-19 09:15:06.975 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b636b273-e56d-45cc-b93a-b9ec54715b77/repo. 2020-09-19 09:15:07.290 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b636b273-e56d-45cc-b93a-b9ec54715b77/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-19 09:15:07.304 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gb0d516cd0 ' 2020-09-19 09:15:07.313 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'b0d516cd07ff9bd7c6c1371736de3c30dd647636 ' 2020-09-19 09:15:07.339 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-19 09:15:07.394 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-19 09:15:07.996 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b636b273-e56d-45cc-b93a-b9ec54715b77) has been successfully created! 2020-09-19 09:15:09.525 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:15:09.526 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:15:09.526 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:15:13.416 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:15:13.417 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:15:13.417 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:15:15.418 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b636b273-e56d-45cc-b93a-b9ec54715b77) for deployment 'opnfv-rally' (UUID=23f87b58-636d-4593-adf3-44e420e144f3). 2020-09-19 09:15:15.844 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b636b273-e56d-45cc-b93a-b9ec54715b77) has been successfully configured for deployment 'opnfv-rally' (UUID=23f87b58-636d-4593-adf3-44e420e144f3)! 2020-09-19 09:15:23.158 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:15:23.158 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:15:23.158 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:15:25.121 32 INFO rally.api [-] Starting verification (UUID=4a308d1a-b8f2-429f-b26b-67f2a24f5be8) for deployment 'opnfv-rally' (UUID=23f87b58-636d-4593-adf3-44e420e144f3) by verifier 'opnfv-tempest' (UUID=b636b273-e56d-45cc-b93a-b9ec54715b77). 2020-09-19 09:15:25.733 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-19 09:15:25.733 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b636b273-e56d-45cc-b93a-b9ec54715b77/for-deployment-23f87b58-636d-4593-adf3-44e420e144f3/tempest.log' to option 'log_file'. 2020-09-19 09:15:25.733 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b636b273-e56d-45cc-b93a-b9ec54715b77/for-deployment-23f87b58-636d-4593-adf3-44e420e144f3/tempest.log 2020-09-19 09:15:25.734 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-19 09:15:25.734 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b636b273-e56d-45cc-b93a-b9ec54715b77/for-deployment-23f87b58-636d-4593-adf3-44e420e144f3/lock_files' to option 'lock_path'. 2020-09-19 09:15:25.734 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b636b273-e56d-45cc-b93a-b9ec54715b77/for-deployment-23f87b58-636d-4593-adf3-44e420e144f3/lock_files 2020-09-19 09:15:25.735 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-19 09:15:25.735 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-19 09:15:25.735 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = d2f3d82c-a9e8-4fdb-876d-538123a22f32 2020-09-19 09:15:25.736 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = eac8c37e-e71b-475d-aba7-92d55d5626ad 2020-09-19 09:15:25.736 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c0d36772-c9a1-4e69-a2b2-7053c6b748bb 2020-09-19 09:15:25.737 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 23925b95-61cf-4276-83d5-285d40f0b5c3 2020-09-19 09:15:25.931 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-19 09:15:25.932 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_48ebf6c7-669d-4ca3-9e71-f8b9c6f27715 2020-09-19 09:15:25.933 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-19 09:15:26.021 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-19 09:15:26.059 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_b26c6d48_EQI7mAl7'. Using flavor 'rally_verify_b26c6d48_EQI7mAl7' (ID = 22c05c35-c7fa-499e-b5f5-53fa32142d2b) for the tests. 2020-09-19 09:15:26.059 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '22c05c35-c7fa-499e-b5f5-53fa32142d2b' to option 'instance_type'. 2020-09-19 09:15:26.060 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 22c05c35-c7fa-499e-b5f5-53fa32142d2b 2020-09-19 09:15:26.061 32 INFO rally.task.context [-] Verification b636b273-e56d-45cc-b93a-b9ec54715b77 | Context tempest@default setup() finished in 0.78 sec 2020-09-19 09:15:26.062 32 INFO rally.task.context [-] Verification b636b273-e56d-45cc-b93a-b9ec54715b77 | Context testr@default setup() finished in 0.28 msec 2020-09-19 09:15:26.062 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/a3dd676d-43b5-4b7a-9e14-92e4c590d30b'. 2020-09-19 09:15:30.396 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.157s] 2020-09-19 09:15:30.502 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.105s] 2020-09-19 09:15:30.572 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.306s] 2020-09-19 09:15:30.648 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.146s] 2020-09-19 09:15:30.697 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.126s] 2020-09-19 09:15:30.753 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.104s] 2020-09-19 09:15:30.775 32 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.076s] 2020-09-19 09:15:30.804 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.051s] 2020-09-19 09:15:30.914 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.140s] 2020-09-19 09:15:30.949 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.145s] 2020-09-19 09:15:31.306 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.929s] 2020-09-19 09:15:31.527 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.611s] 2020-09-19 09:15:31.682 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.732s] 2020-09-19 09:15:31.955 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.647s] 2020-09-19 09:15:32.008 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.324s] 2020-09-19 09:15:32.257 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.248s] 2020-09-19 09:15:32.801 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.848s] 2020-09-19 09:15:32.845 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.586s] 2020-09-19 09:15:33.378 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.575s] 2020-09-19 09:15:34.026 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.648s] 2020-09-19 09:15:34.657 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.630s] 2020-09-19 09:15:35.380 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.723s] 2020-09-19 09:15:37.879 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [2.496s] 2020-09-19 09:15:38.784 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.906s] 2020-09-19 09:15:40.222 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.436s] 2020-09-19 09:15:41.431 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.209s] 2020-09-19 09:15:42.584 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 [1.152s] 2020-09-19 09:15:43.015 32 INFO rally.task.context [-] Verification b636b273-e56d-45cc-b93a-b9ec54715b77 | Context testr@default cleanup() started 2020-09-19 09:15:43.016 32 INFO rally.task.context [-] Verification b636b273-e56d-45cc-b93a-b9ec54715b77 | Context testr@default cleanup() finished in 0.84 msec 2020-09-19 09:15:43.017 32 INFO rally.task.context [-] Verification b636b273-e56d-45cc-b93a-b9ec54715b77 | Context tempest@default cleanup() started 2020-09-19 09:15:43.199 32 INFO rally.task.context [-] Verification b636b273-e56d-45cc-b93a-b9ec54715b77 | Context tempest@default cleanup() finished in 0.18 sec 2020-09-19 09:15:43.221 32 INFO rally.api [-] Verification (UUID=4a308d1a-b8f2-429f-b26b-67f2a24f5be8) has been successfully finished for deployment 'opnfv-rally' (UUID=23f87b58-636d-4593-adf3-44e420e144f3)! 2020-09-19 09:15:45.053 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:15:45.053 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:15:45.054 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:15:46.525 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:15:46.525 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:15:46.525 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:15:48.607 42 INFO rally.api [-] Building 'html' report for the following verification(s): '4a308d1a-b8f2-429f-b26b-67f2a24f5be8' 2020-09-19 09:15:48.637 42 INFO rally.api [-] The report has been successfully built. 2020-09-19 09:15:50.262 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:15:50.262 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:15:50.262 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:15:52.196 44 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '4a308d1a-b8f2-429f-b26b-67f2a24f5be8' 2020-09-19 09:15:52.199 44 INFO rally.api [-] The report has been successfully built.