2020-06-07 09:58:47.646 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:58:47.646 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:58:47.647 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:58:49.670 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-07 09:58:49.670 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-07 09:58:49.670 7 ERROR rally.cli.cliutils 2020-06-07 09:58:51.237 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:58:51.237 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:58:51.238 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:58:55.678 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:58:55.679 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:58:55.679 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:58:59.976 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:58:59.976 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:58:59.977 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:59:01.513 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:59:01.514 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:59:01.514 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:59:03.479 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-07 09:59:03.479 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-07 09:59:03.479 17 ERROR rally.cli.cliutils 2020-06-07 09:59:04.985 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:59:04.986 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:59:04.986 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:59:06.932 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-07 09:59:07.017 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a0b409ab-6939-4788-a3e5-a1e4a542e2d4/repo. 2020-06-07 09:59:07.241 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a0b409ab-6939-4788-a3e5-a1e4a542e2d4/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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-06-07 09:59:07.253 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-07 09:59:07.260 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-07 09:59:07.280 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-07 09:59:07.340 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-07 09:59:07.990 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a0b409ab-6939-4788-a3e5-a1e4a542e2d4) has been successfully created! 2020-06-07 09:59:09.452 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:59:09.452 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:59:09.453 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:59:13.579 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:59:13.579 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:59:13.580 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:59:15.606 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a0b409ab-6939-4788-a3e5-a1e4a542e2d4) for deployment 'opnfv-rally' (UUID=c99c2d7e-a11a-4f29-bc91-6a16e9018c52). 2020-06-07 09:59:15.953 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a0b409ab-6939-4788-a3e5-a1e4a542e2d4) has been successfully configured for deployment 'opnfv-rally' (UUID=c99c2d7e-a11a-4f29-bc91-6a16e9018c52)! 2020-06-07 09:59:23.876 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:59:23.877 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:59:23.877 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:59:26.004 35 INFO rally.api [-] Starting verification (UUID=6fd85d4c-c0bb-461b-aece-6dc45cb43eab) for deployment 'opnfv-rally' (UUID=c99c2d7e-a11a-4f29-bc91-6a16e9018c52) by verifier 'opnfv-tempest' (UUID=a0b409ab-6939-4788-a3e5-a1e4a542e2d4). 2020-06-07 09:59:26.637 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-07 09:59:26.638 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a0b409ab-6939-4788-a3e5-a1e4a542e2d4/for-deployment-c99c2d7e-a11a-4f29-bc91-6a16e9018c52/tempest.log' to option 'log_file'. 2020-06-07 09:59:26.638 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a0b409ab-6939-4788-a3e5-a1e4a542e2d4/for-deployment-c99c2d7e-a11a-4f29-bc91-6a16e9018c52/tempest.log 2020-06-07 09:59:26.638 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-07 09:59:26.638 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a0b409ab-6939-4788-a3e5-a1e4a542e2d4/for-deployment-c99c2d7e-a11a-4f29-bc91-6a16e9018c52/lock_files' to option 'lock_path'. 2020-06-07 09:59:26.639 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a0b409ab-6939-4788-a3e5-a1e4a542e2d4/for-deployment-c99c2d7e-a11a-4f29-bc91-6a16e9018c52/lock_files 2020-06-07 09:59:26.639 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-07 09:59:26.639 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-06-07 09:59:26.640 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f5b4d2a7-9e37-4b20-8343-b0141052fcae 2020-06-07 09:59:26.640 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 2bf6de0f-5330-4fa0-b3c2-290a340376dc 2020-06-07 09:59:26.641 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 95c0ce01-1bbf-413b-8144-4da3f7d925a3 2020-06-07 09:59:26.641 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 715a467d-9c5d-4352-a623-50d0c0b91289 2020-06-07 09:59:26.885 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-07 09:59:26.885 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_46dda5cf-83f6-4e8c-9492-23ef7c4657ac 2020-06-07 09:59:26.886 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-07 09:59:26.996 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-07 09:59:27.037 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-07 09:59:27.037 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_6fd85d4c_cRADd9xM' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-07 09:59:27.075 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_6fd85d4c_cRADd9xM' (ID = d9baa423-d927-4aec-99a6-a33e4d3099c6) has been successfully created! 2020-06-07 09:59:27.075 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd9baa423-d927-4aec-99a6-a33e4d3099c6' to option 'instance_type'. 2020-06-07 09:59:27.076 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d9baa423-d927-4aec-99a6-a33e4d3099c6 2020-06-07 09:59:27.077 35 INFO rally.task.context [-] Verification a0b409ab-6939-4788-a3e5-a1e4a542e2d4 | Context tempest@default setup() finished in 0.87 sec 2020-06-07 09:59:27.078 35 INFO rally.task.context [-] Verification a0b409ab-6939-4788-a3e5-a1e4a542e2d4 | Context testr@default setup() finished in 0.32 msec 2020-06-07 09:59:27.078 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/2b2da6df-2797-4d4a-84cb-3a81f81543b7'. 2020-06-07 09:59:31.573 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.164s] 2020-06-07 09:59:31.681 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.111s] 2020-06-07 09:59:31.800 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.119s] 2020-06-07 09:59:31.935 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.133s] 2020-06-07 09:59:32.026 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.091s] 2020-06-07 09:59:32.058 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.397s] 2020-06-07 09:59:32.271 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.214s] 2020-06-07 09:59:32.497 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.469s] 2020-06-07 09:59:32.504 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.232s] 2020-06-07 09:59:33.173 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [1.446s] 2020-06-07 09:59:33.281 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.776s] 2020-06-07 09:59:34.401 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [1.904s] 2020-06-07 09:59:34.813 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 [1.639s] 2020-06-07 09:59:35.054 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [1.771s] 2020-06-07 09:59:35.213 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.811s] 2020-06-07 09:59:35.482 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.268s] 2020-06-07 09:59:35.896 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [1.083s] 2020-06-07 09:59:36.224 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.740s] 2020-06-07 09:59:36.288 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.391s] 2020-06-07 09:59:36.805 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.517s] 2020-06-07 09:59:37.352 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.546s] 2020-06-07 09:59:37.973 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.621s] 2020-06-07 09:59:39.675 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.700s] 2020-06-07 09:59:40.727 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [1.051s] 2020-06-07 09:59:44.133 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [3.404s] 2020-06-07 09:59:46.079 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.946s] 2020-06-07 09:59:47.002 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.922s] 2020-06-07 09:59:47.288 35 INFO rally.task.context [-] Verification a0b409ab-6939-4788-a3e5-a1e4a542e2d4 | Context testr@default cleanup() started 2020-06-07 09:59:47.289 35 INFO rally.task.context [-] Verification a0b409ab-6939-4788-a3e5-a1e4a542e2d4 | Context testr@default cleanup() finished in 0.78 msec 2020-06-07 09:59:47.289 35 INFO rally.task.context [-] Verification a0b409ab-6939-4788-a3e5-a1e4a542e2d4 | Context tempest@default cleanup() started 2020-06-07 09:59:47.483 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_6fd85d4c_cRADd9xM'. 2020-06-07 09:59:47.701 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_6fd85d4c_cRADd9xM' has been deleted. 2020-06-07 09:59:47.702 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'd9baa423-d927-4aec-99a6-a33e4d3099c6' of option 'instance_type' from Tempest config file. 2020-06-07 09:59:47.702 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'd9baa423-d927-4aec-99a6-a33e4d3099c6' has been removed. 2020-06-07 09:59:47.708 35 INFO rally.task.context [-] Verification a0b409ab-6939-4788-a3e5-a1e4a542e2d4 | Context tempest@default cleanup() finished in 0.42 sec 2020-06-07 09:59:47.747 35 INFO rally.api [-] Verification (UUID=6fd85d4c-c0bb-461b-aece-6dc45cb43eab) has been successfully finished for deployment 'opnfv-rally' (UUID=c99c2d7e-a11a-4f29-bc91-6a16e9018c52)! 2020-06-07 09:59:49.643 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:59:49.644 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:59:49.644 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:59:51.288 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:59:51.288 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:59:51.289 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:59:53.554 49 INFO rally.api [-] Building 'html' report for the following verification(s): '6fd85d4c-c0bb-461b-aece-6dc45cb43eab' 2020-06-07 09:59:53.576 49 INFO rally.api [-] The report has been successfully built. 2020-06-07 09:59:55.328 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:59:55.328 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:59:55.329 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:59:57.609 51 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '6fd85d4c-c0bb-461b-aece-6dc45cb43eab' 2020-06-07 09:59:57.612 51 INFO rally.api [-] The report has been successfully built.