2020-07-10 13:47:09.389 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:47:09.389 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:47:09.389 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:47:11.881 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-10 13:47:11.881 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 13:47:11.881 7 ERROR rally.cli.cliutils 2020-07-10 13:47:13.436 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:47:13.437 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:47:13.437 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:47:17.600 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:47:17.601 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:47:17.601 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:47:21.923 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:47:21.924 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:47:21.924 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:47:23.390 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:47:23.390 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:47:23.390 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:47:25.710 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-10 13:47:25.710 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 13:47:25.710 17 ERROR rally.cli.cliutils 2020-07-10 13:47:27.187 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:47:27.188 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:47:27.188 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:47:29.312 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-10 13:47:29.378 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-4b0b3ea2-1227-434b-90ad-b2455a990a3e/repo. 2020-07-10 13:47:29.581 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-4b0b3ea2-1227-434b-90ad-b2455a990a3e/repo'... done. ' 2020-07-10 13:47:29.595 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-07-10 13:47:29.619 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-10 13:47:29.701 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-10 13:47:30.411 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4b0b3ea2-1227-434b-90ad-b2455a990a3e) has been successfully created! 2020-07-10 13:47:31.993 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:47:31.993 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:47:31.993 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:47:36.620 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:47:36.620 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:47:36.621 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:47:39.030 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4b0b3ea2-1227-434b-90ad-b2455a990a3e) for deployment 'opnfv-rally' (UUID=6211d7b7-731e-43d8-b05d-6e7e610c2385). 2020-07-10 13:47:39.570 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4b0b3ea2-1227-434b-90ad-b2455a990a3e) has been successfully configured for deployment 'opnfv-rally' (UUID=6211d7b7-731e-43d8-b05d-6e7e610c2385)! 2020-07-10 13:47:47.712 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:47:47.713 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:47:47.713 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:47:50.091 34 INFO rally.api [-] Starting verification (UUID=48e93202-017a-491b-90ba-a5a6a5818aa2) for deployment 'opnfv-rally' (UUID=6211d7b7-731e-43d8-b05d-6e7e610c2385) by verifier 'opnfv-tempest' (UUID=4b0b3ea2-1227-434b-90ad-b2455a990a3e). 2020-07-10 13:47:50.837 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-10 13:47:50.838 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4b0b3ea2-1227-434b-90ad-b2455a990a3e/for-deployment-6211d7b7-731e-43d8-b05d-6e7e610c2385/tempest.log' to option 'log_file'. 2020-07-10 13:47:50.839 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-4b0b3ea2-1227-434b-90ad-b2455a990a3e/for-deployment-6211d7b7-731e-43d8-b05d-6e7e610c2385/tempest.log 2020-07-10 13:47:50.839 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-10 13:47:50.839 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4b0b3ea2-1227-434b-90ad-b2455a990a3e/for-deployment-6211d7b7-731e-43d8-b05d-6e7e610c2385/lock_files' to option 'lock_path'. 2020-07-10 13:47:50.840 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-4b0b3ea2-1227-434b-90ad-b2455a990a3e/for-deployment-6211d7b7-731e-43d8-b05d-6e7e610c2385/lock_files 2020-07-10 13:47:50.840 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-10 13:47:50.840 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-07-10 13:47:50.841 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = d175bf7f-85d7-427f-9d66-4df9a9bda9cd 2020-07-10 13:47:50.841 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 16e5f477-0159-43b5-a2d7-00ff9953d514 2020-07-10 13:47:50.842 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 32e5af25-3787-4f54-bfd8-b40f385369bc 2020-07-10 13:47:50.843 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 730a0c73-da2b-45de-8eaa-185bf23512b2 2020-07-10 13:47:51.053 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-10 13:47:51.053 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_162826a7-752c-4fcb-b699-a6f170e77cd1 2020-07-10 13:47:51.054 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-10 13:47:51.152 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-10 13:47:51.190 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-10 13:47:51.190 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_48e93202_kBPq6zrv' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-10 13:47:51.242 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_48e93202_kBPq6zrv' (ID = 1598f1f1-a842-47e8-9d33-c5ce83a7ad27) has been successfully created! 2020-07-10 13:47:51.243 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '1598f1f1-a842-47e8-9d33-c5ce83a7ad27' to option 'instance_type'. 2020-07-10 13:47:51.243 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 1598f1f1-a842-47e8-9d33-c5ce83a7ad27 2020-07-10 13:47:51.245 34 INFO rally.task.context [-] Verification 4b0b3ea2-1227-434b-90ad-b2455a990a3e | Context tempest@default setup() finished in 0.90 sec 2020-07-10 13:47:51.246 34 INFO rally.task.context [-] Verification 4b0b3ea2-1227-434b-90ad-b2455a990a3e | Context testr@default setup() finished in 0.64 msec 2020-07-10 13:47:51.246 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/a0773f26-2215-411b-b1b6-0e53f2c51a29'. 2020-07-10 13:47:55.766 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.151s] 2020-07-10 13:47:55.872 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.104s] 2020-07-10 13:47:55.873 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.239s] 2020-07-10 13:47:55.950 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.079s] 2020-07-10 13:47:55.963 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.094s] 2020-07-10 13:47:56.059 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.094s] 2020-07-10 13:47:56.100 34 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.150s] 2020-07-10 13:47:56.158 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.058s] 2020-07-10 13:47:56.214 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.155s] 2020-07-10 13:47:56.334 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.174s] 2020-07-10 13:47:56.611 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.718s] 2020-07-10 13:47:56.657 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.442s] 2020-07-10 13:47:56.820 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.486s] 2020-07-10 13:47:57.079 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.256s] 2020-07-10 13:47:57.155 34 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.542s] 2020-07-10 13:47:57.391 34 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.312s] 2020-07-10 13:47:57.872 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.716s] 2020-07-10 13:47:57.917 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.525s] 2020-07-10 13:47:58.446 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.574s] 2020-07-10 13:47:59.095 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.648s] 2020-07-10 13:47:59.630 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.534s] 2020-07-10 13:48:00.199 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.568s] 2020-07-10 13:48:01.802 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.602s] 2020-07-10 13:48:02.427 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.625s] 2020-07-10 13:48:03.415 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [0.986s] 2020-07-10 13:48:04.338 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.924s] 2020-07-10 13:48:05.099 34 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.759s] 2020-07-10 13:48:05.398 34 INFO rally.task.context [-] Verification 4b0b3ea2-1227-434b-90ad-b2455a990a3e | Context testr@default cleanup() started 2020-07-10 13:48:05.399 34 INFO rally.task.context [-] Verification 4b0b3ea2-1227-434b-90ad-b2455a990a3e | Context testr@default cleanup() finished in 0.69 msec 2020-07-10 13:48:05.399 34 INFO rally.task.context [-] Verification 4b0b3ea2-1227-434b-90ad-b2455a990a3e | Context tempest@default cleanup() started 2020-07-10 13:48:05.573 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_48e93202_kBPq6zrv'. 2020-07-10 13:48:05.795 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_48e93202_kBPq6zrv' has been deleted. 2020-07-10 13:48:05.796 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '1598f1f1-a842-47e8-9d33-c5ce83a7ad27' of option 'instance_type' from Tempest config file. 2020-07-10 13:48:05.796 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '1598f1f1-a842-47e8-9d33-c5ce83a7ad27' has been removed. 2020-07-10 13:48:05.801 34 INFO rally.task.context [-] Verification 4b0b3ea2-1227-434b-90ad-b2455a990a3e | Context tempest@default cleanup() finished in 0.40 sec 2020-07-10 13:48:05.826 34 INFO rally.api [-] Verification (UUID=48e93202-017a-491b-90ba-a5a6a5818aa2) has been successfully finished for deployment 'opnfv-rally' (UUID=6211d7b7-731e-43d8-b05d-6e7e610c2385)! 2020-07-10 13:48:07.503 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:48:07.503 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:48:07.503 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:48:09.043 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:48:09.043 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:48:09.043 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:48:11.224 48 INFO rally.api [-] Building 'html' report for the following verification(s): '48e93202-017a-491b-90ba-a5a6a5818aa2' 2020-07-10 13:48:11.242 48 INFO rally.api [-] The report has been successfully built. 2020-07-10 13:48:12.795 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:48:12.796 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:48:12.796 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:48:15.127 50 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '48e93202-017a-491b-90ba-a5a6a5818aa2' 2020-07-10 13:48:15.130 50 INFO rally.api [-] The report has been successfully built.