2020-06-04 19:56:23.975 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:56:23.975 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:56:23.975 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:56:26.262 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-06-04 19:56:26.262 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-04 19:56:26.262 7 ERROR rally.cli.cliutils 2020-06-04 19:56:27.879 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:56:27.879 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:56:27.880 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:56:31.661 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:56:31.661 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:56:31.661 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:56:35.868 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:56:35.869 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:56:35.869 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:56:37.368 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:56:37.368 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:56:37.369 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:56:39.498 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-06-04 19:56:39.498 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-04 19:56:39.498 17 ERROR rally.cli.cliutils 2020-06-04 19:56:41.001 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:56:41.001 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:56:41.001 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:56:43.033 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-04 19:56:43.098 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a505fb12-8fde-438c-8055-851b58c518d3/repo. 2020-06-04 19:56:43.323 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a505fb12-8fde-438c-8055-851b58c518d3/repo'... done. ' 2020-06-04 19:56:43.337 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-04 19:56:43.356 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-04 19:56:43.419 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-04 19:56:44.118 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a505fb12-8fde-438c-8055-851b58c518d3) has been successfully created! 2020-06-04 19:56:45.750 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:56:45.751 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:56:45.751 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:56:50.175 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:56:50.175 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:56:50.175 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:56:52.341 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a505fb12-8fde-438c-8055-851b58c518d3) for deployment 'opnfv-rally' (UUID=4b37a34e-0d63-4547-aa85-50a2da536359). 2020-06-04 19:56:52.794 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a505fb12-8fde-438c-8055-851b58c518d3) has been successfully configured for deployment 'opnfv-rally' (UUID=4b37a34e-0d63-4547-aa85-50a2da536359)! 2020-06-04 19:57:00.764 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:57:00.764 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:57:00.764 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:57:02.797 34 INFO rally.api [-] Starting verification (UUID=0e20c6e6-9b7e-4c9a-80cc-1b82892a4bac) for deployment 'opnfv-rally' (UUID=4b37a34e-0d63-4547-aa85-50a2da536359) by verifier 'opnfv-tempest' (UUID=a505fb12-8fde-438c-8055-851b58c518d3). 2020-06-04 19:57:03.428 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-04 19:57:03.428 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a505fb12-8fde-438c-8055-851b58c518d3/for-deployment-4b37a34e-0d63-4547-aa85-50a2da536359/tempest.log' to option 'log_file'. 2020-06-04 19:57:03.429 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a505fb12-8fde-438c-8055-851b58c518d3/for-deployment-4b37a34e-0d63-4547-aa85-50a2da536359/tempest.log 2020-06-04 19:57:03.429 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-04 19:57:03.429 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a505fb12-8fde-438c-8055-851b58c518d3/for-deployment-4b37a34e-0d63-4547-aa85-50a2da536359/lock_files' to option 'lock_path'. 2020-06-04 19:57:03.429 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a505fb12-8fde-438c-8055-851b58c518d3/for-deployment-4b37a34e-0d63-4547-aa85-50a2da536359/lock_files 2020-06-04 19:57:03.429 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-04 19:57:03.430 34 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-06-04 19:57:03.430 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 8223faf2-b5c2-4152-874c-ff66ef5be9d6 2020-06-04 19:57:03.430 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 3bb9a16a-d2be-4b3f-9f02-cf9788cb07c1 2020-06-04 19:57:03.431 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 98af91a6-a21b-49e3-8a23-a83ae2427dec 2020-06-04 19:57:03.431 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e9586d37-25cd-41f4-ba94-84d780d42c12 2020-06-04 19:57:03.599 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-04 19:57:03.599 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone_cntt-net_f6216177-7424-40b0-b62d-18eb2489413d 2020-06-04 19:57:03.600 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-04 19:57:03.684 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-04 19:57:03.725 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-04 19:57:03.725 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_0e20c6e6_uPdqFrKC' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-04 19:57:03.762 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_0e20c6e6_uPdqFrKC' (ID = c6788388-36c2-4ca5-8c5f-818e21a6f804) has been successfully created! 2020-06-04 19:57:03.763 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'c6788388-36c2-4ca5-8c5f-818e21a6f804' to option 'instance_type'. 2020-06-04 19:57:03.763 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = c6788388-36c2-4ca5-8c5f-818e21a6f804 2020-06-04 19:57:03.764 34 INFO rally.task.context [-] Verification a505fb12-8fde-438c-8055-851b58c518d3 | Context tempest@default setup() finished in 0.78 sec 2020-06-04 19:57:03.764 34 INFO rally.task.context [-] Verification a505fb12-8fde-438c-8055-851b58c518d3 | Context testr@default setup() finished in 0.29 msec 2020-06-04 19:57:03.765 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 3 --load-list /tmp/e5c0bcd4-7332-4f0e-8889-b28e51afc987'. 2020-06-04 19:57:08.287 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.208s] 2020-06-04 19:57:08.402 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.116s] 2020-06-04 19:57:08.502 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.100s] 2020-06-04 19:57:08.512 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.322s] 2020-06-04 19:57:08.681 34 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.178s] 2020-06-04 19:57:08.728 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.215s] 2020-06-04 19:57:08.763 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.081s] 2020-06-04 19:57:08.794 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.798s] 2020-06-04 19:57:08.859 34 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.131s] 2020-06-04 19:57:09.147 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.383s] 2020-06-04 19:57:09.239 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.379s] 2020-06-04 19:57:09.676 34 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.883s] 2020-06-04 19:57:10.582 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [1.433s] 2020-06-04 19:57:10.751 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [1.511s] 2020-06-04 19:57:11.140 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.558s] 2020-06-04 19:57:11.410 34 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.269s] 2020-06-04 19:57:11.456 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [1.778s] 2020-06-04 19:57:12.092 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.635s] 2020-06-04 19:57:12.452 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [1.040s] 2020-06-04 19:57:12.692 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.598s] 2020-06-04 19:57:13.280 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.588s] 2020-06-04 19:57:13.865 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.584s] 2020-06-04 19:57:15.550 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.682s] 2020-06-04 19:57:16.218 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.670s] 2020-06-04 19:57:17.320 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.100s] 2020-06-04 19:57:18.363 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.042s] 2020-06-04 19:57:20.093 34 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.729s] 2020-06-04 19:57:20.359 34 INFO rally.task.context [-] Verification a505fb12-8fde-438c-8055-851b58c518d3 | Context testr@default cleanup() started 2020-06-04 19:57:20.360 34 INFO rally.task.context [-] Verification a505fb12-8fde-438c-8055-851b58c518d3 | Context testr@default cleanup() finished in 0.64 msec 2020-06-04 19:57:20.360 34 INFO rally.task.context [-] Verification a505fb12-8fde-438c-8055-851b58c518d3 | Context tempest@default cleanup() started 2020-06-04 19:57:20.624 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_0e20c6e6_uPdqFrKC'. 2020-06-04 19:57:20.782 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_0e20c6e6_uPdqFrKC' has been deleted. 2020-06-04 19:57:20.783 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'c6788388-36c2-4ca5-8c5f-818e21a6f804' of option 'instance_type' from Tempest config file. 2020-06-04 19:57:20.784 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'c6788388-36c2-4ca5-8c5f-818e21a6f804' has been removed. 2020-06-04 19:57:20.790 34 INFO rally.task.context [-] Verification a505fb12-8fde-438c-8055-851b58c518d3 | Context tempest@default cleanup() finished in 0.43 sec 2020-06-04 19:57:20.855 34 INFO rally.api [-] Verification (UUID=0e20c6e6-9b7e-4c9a-80cc-1b82892a4bac) has been successfully finished for deployment 'opnfv-rally' (UUID=4b37a34e-0d63-4547-aa85-50a2da536359)! 2020-06-04 19:57:22.615 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:57:22.616 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:57:22.616 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:57:24.209 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:57:24.209 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:57:24.209 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:57:26.294 48 INFO rally.api [-] Building 'html' report for the following verification(s): '0e20c6e6-9b7e-4c9a-80cc-1b82892a4bac' 2020-06-04 19:57:26.317 48 INFO rally.api [-] The report has been successfully built. 2020-06-04 19:57:27.935 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:57:27.935 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:57:27.935 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:57:29.972 50 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '0e20c6e6-9b7e-4c9a-80cc-1b82892a4bac' 2020-06-04 19:57:29.975 50 INFO rally.api [-] The report has been successfully built.