2020-12-14 03:03:47.412 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:03:47.418 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:03:47.420 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:04:16.155 10 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-12-14 03:04:16.155 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 03:04:16.155 10 ERROR rally.cli.cliutils 2020-12-14 03:04:31.584 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:04:31.590 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:04:31.591 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:05:18.528 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:05:18.534 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:05:18.535 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:06:09.062 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:06:09.068 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:06:09.069 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:06:24.987 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:06:24.993 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:06:24.995 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:06:53.641 61 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-12-14 03:06:53.641 61 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 03:06:53.641 61 ERROR rally.cli.cliutils 2020-12-14 03:07:09.019 74 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:07:09.024 74 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:07:09.026 74 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:07:36.090 74 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-14 03:07:36.619 74 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-42cd5725-5f9e-4e07-bda9-438c9319164a/repo. 2020-12-14 03:07:37.365 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-42cd5725-5f9e-4e07-bda9-438c9319164a/repo'... done. ' 2020-12-14 03:07:37.456 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-12-14 03:07:37.507 74 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-14 03:07:38.231 74 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-14 03:07:46.627 74 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=42cd5725-5f9e-4e07-bda9-438c9319164a) has been successfully created! 2020-12-14 03:08:01.782 112 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:08:01.787 112 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:08:01.788 112 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:08:45.805 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:08:45.811 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:08:45.812 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:09:13.245 128 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=42cd5725-5f9e-4e07-bda9-438c9319164a) for deployment 'opnfv-rally' (UUID=44889dc5-a24f-4162-8622-02db051019de). 2020-12-14 03:09:14.893 128 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=42cd5725-5f9e-4e07-bda9-438c9319164a) has been successfully configured for deployment 'opnfv-rally' (UUID=44889dc5-a24f-4162-8622-02db051019de)! 2020-12-14 03:10:39.562 161 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:10:39.567 161 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:10:39.569 161 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:11:08.067 161 INFO rally.api [-] Starting verification (UUID=d7675f51-f617-4ac9-9603-ebd374bc8e78) for deployment 'opnfv-rally' (UUID=44889dc5-a24f-4162-8622-02db051019de) by verifier 'opnfv-tempest' (UUID=42cd5725-5f9e-4e07-bda9-438c9319164a). 2020-12-14 03:11:12.942 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-14 03:11:12.944 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-42cd5725-5f9e-4e07-bda9-438c9319164a/for-deployment-44889dc5-a24f-4162-8622-02db051019de/tempest.log' to option 'log_file'. 2020-12-14 03:11:12.946 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-42cd5725-5f9e-4e07-bda9-438c9319164a/for-deployment-44889dc5-a24f-4162-8622-02db051019de/tempest.log 2020-12-14 03:11:12.948 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-14 03:11:12.950 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-42cd5725-5f9e-4e07-bda9-438c9319164a/for-deployment-44889dc5-a24f-4162-8622-02db051019de/lock_files' to option 'lock_path'. 2020-12-14 03:11:12.952 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-42cd5725-5f9e-4e07-bda9-438c9319164a/for-deployment-44889dc5-a24f-4162-8622-02db051019de/lock_files 2020-12-14 03:11:12.954 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-14 03:11:12.956 161 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-12-14 03:11:12.958 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 48e260be-ceb3-47fb-b388-a6842aa97fc7 2020-12-14 03:11:12.959 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1603bb7d-6c47-4d67-86b1-a9ef2902e2ea 2020-12-14 03:11:12.963 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ea41f639-b9ea-446a-8fc2-042544784d5a 2020-12-14 03:11:12.966 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 0dfed83d-c58a-46d2-a21a-86027e9ad3b5 2020-12-14 03:11:13.660 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-14 03:11:13.662 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone_cntt-net_873c9fc0-0a1d-4e7b-92f2-3aa6f077b5bc 2020-12-14 03:11:13.664 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-14 03:11:14.390 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-14 03:11:14.468 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-14 03:11:14.471 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_d7675f51_JL85hQbq' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-14 03:11:14.543 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d7675f51_JL85hQbq' (ID = 97880bb0-279f-42df-87c0-d6dd1c4ec66b) has been successfully created! 2020-12-14 03:11:14.545 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '97880bb0-279f-42df-87c0-d6dd1c4ec66b' to option 'instance_type'. 2020-12-14 03:11:14.546 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 97880bb0-279f-42df-87c0-d6dd1c4ec66b 2020-12-14 03:11:14.553 161 INFO rally.task.context [-] Verification 42cd5725-5f9e-4e07-bda9-438c9319164a | Context tempest@default setup() finished in 5.31 sec 2020-12-14 03:11:14.556 161 INFO rally.task.context [-] Verification 42cd5725-5f9e-4e07-bda9-438c9319164a | Context testr@default setup() finished in 1.04 msec 2020-12-14 03:11:14.557 161 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/fea3f7ba-b5d1-4e1a-beb2-33f6cb4081ce'. 2020-12-14 03:12:01.209 161 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.373s] 2020-12-14 03:12:01.341 161 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.153s] 2020-12-14 03:12:01.489 161 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.395s] 2020-12-14 03:12:01.504 161 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.162s] 2020-12-14 03:12:01.688 161 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.181s] 2020-12-14 03:12:01.723 161 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.240s] 2020-12-14 03:12:01.778 161 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [1.018s] 2020-12-14 03:12:01.819 161 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.129s] 2020-12-14 03:12:01.865 161 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.141s] 2020-12-14 03:12:02.136 161 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.309s] 2020-12-14 03:12:02.218 161 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.351s] 2020-12-14 03:12:02.368 161 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.592s] 2020-12-14 03:12:02.845 161 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.698s] 2020-12-14 03:12:02.942 161 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.710s] 2020-12-14 03:12:03.168 161 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.319s] 2020-12-14 03:12:03.362 161 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.990s] 2020-12-14 03:12:03.515 161 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.343s] 2020-12-14 03:12:04.002 161 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.633s] 2020-12-14 03:12:04.359 161 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.840s] 2020-12-14 03:12:04.594 161 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.597s] 2020-12-14 03:12:05.264 161 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.667s] 2020-12-14 03:12:06.068 161 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.798s] 2020-12-14 03:12:08.228 161 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [2.148s] 2020-12-14 03:12:09.115 161 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.886s] 2020-12-14 03:12:10.516 161 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.392s] 2020-12-14 03:12:11.624 161 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.110s] 2020-12-14 03:12:12.625 161 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.997s] 2020-12-14 03:12:13.772 161 INFO rally.task.context [-] Verification 42cd5725-5f9e-4e07-bda9-438c9319164a | Context testr@default cleanup() started 2020-12-14 03:12:13.778 161 INFO rally.task.context [-] Verification 42cd5725-5f9e-4e07-bda9-438c9319164a | Context testr@default cleanup() finished in 5.65 msec 2020-12-14 03:12:13.782 161 INFO rally.task.context [-] Verification 42cd5725-5f9e-4e07-bda9-438c9319164a | Context tempest@default cleanup() started 2020-12-14 03:12:14.225 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_d7675f51_JL85hQbq'. 2020-12-14 03:12:14.463 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d7675f51_JL85hQbq' has been deleted. 2020-12-14 03:12:14.468 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '97880bb0-279f-42df-87c0-d6dd1c4ec66b' of option 'instance_type' from Tempest config file. 2020-12-14 03:12:14.470 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '97880bb0-279f-42df-87c0-d6dd1c4ec66b' has been removed. 2020-12-14 03:12:14.478 161 INFO rally.task.context [-] Verification 42cd5725-5f9e-4e07-bda9-438c9319164a | Context tempest@default cleanup() finished in 0.70 sec 2020-12-14 03:12:14.553 161 INFO rally.api [-] Verification (UUID=d7675f51-f617-4ac9-9603-ebd374bc8e78) has been successfully finished for deployment 'opnfv-rally' (UUID=44889dc5-a24f-4162-8622-02db051019de)! 2020-12-14 03:12:30.003 210 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:12:30.009 210 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:12:30.010 210 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:12:46.156 216 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:12:46.162 216 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:12:46.163 216 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:13:14.066 216 INFO rally.api [-] Building 'html' report for the following verification(s): 'd7675f51-f617-4ac9-9603-ebd374bc8e78' 2020-12-14 03:13:14.322 216 INFO rally.api [-] The report has been successfully built. 2020-12-14 03:13:29.158 229 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:13:29.164 229 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:13:29.165 229 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:13:56.678 229 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd7675f51-f617-4ac9-9603-ebd374bc8e78' 2020-12-14 03:13:56.727 229 INFO rally.api [-] The report has been successfully built.