2021-06-08 09:06:20.404 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:06:20.404 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:06:20.405 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:06:22.768 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 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 09:06:22.768 7 ERROR rally.cli.cliutils 2021-06-08 09:06:24.374 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:06:24.375 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:06:24.375 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:06:28.572 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:06:28.573 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:06:28.573 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:06:33.235 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:06:33.235 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:06:33.235 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:06:34.652 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:06:34.652 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:06:34.652 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils force=force) 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 09:06:36.845 16 ERROR rally.cli.cliutils 2021-06-08 09:06:38.448 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:06:38.448 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:06:38.448 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:06:40.750 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-08 09:06:40.844 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-67814a5f-a429-4a81-a39b-765f6d5fa693/repo. 2021-06-08 09:06:41.217 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-67814a5f-a429-4a81-a39b-765f6d5fa693/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 ' 2021-06-08 09:06:41.234 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2021-06-08 09:06:41.246 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2021-06-08 09:06:41.267 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-08 09:06:41.314 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-08 09:06:41.996 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=67814a5f-a429-4a81-a39b-765f6d5fa693) has been successfully created! 2021-06-08 09:06:43.725 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:06:43.726 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:06:43.726 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:06:48.318 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:06:48.318 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:06:48.318 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:06:50.506 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=67814a5f-a429-4a81-a39b-765f6d5fa693) for deployment 'opnfv-rally' (UUID=586b5aa2-52b9-4d6e-bfdd-a719973d5a02). 2021-06-08 09:06:50.973 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=67814a5f-a429-4a81-a39b-765f6d5fa693) has been successfully configured for deployment 'opnfv-rally' (UUID=586b5aa2-52b9-4d6e-bfdd-a719973d5a02)! 2021-06-08 09:06:58.944 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:06:58.944 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:06:58.944 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:07:01.188 33 INFO rally.api [-] Starting verification (UUID=90587aad-578a-40b1-9653-b899f2f749b3) for deployment 'opnfv-rally' (UUID=586b5aa2-52b9-4d6e-bfdd-a719973d5a02) by verifier 'opnfv-tempest' (UUID=67814a5f-a429-4a81-a39b-765f6d5fa693). 2021-06-08 09:07:01.917 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-08 09:07:01.917 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-67814a5f-a429-4a81-a39b-765f6d5fa693/for-deployment-586b5aa2-52b9-4d6e-bfdd-a719973d5a02/tempest.log' to option 'log_file'. 2021-06-08 09:07:01.918 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-67814a5f-a429-4a81-a39b-765f6d5fa693/for-deployment-586b5aa2-52b9-4d6e-bfdd-a719973d5a02/tempest.log 2021-06-08 09:07:01.918 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-08 09:07:01.918 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-67814a5f-a429-4a81-a39b-765f6d5fa693/for-deployment-586b5aa2-52b9-4d6e-bfdd-a719973d5a02/lock_files' to option 'lock_path'. 2021-06-08 09:07:01.918 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-67814a5f-a429-4a81-a39b-765f6d5fa693/for-deployment-586b5aa2-52b9-4d6e-bfdd-a719973d5a02/lock_files 2021-06-08 09:07:01.919 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-08 09:07:01.919 33 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 2021-06-08 09:07:01.919 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 1c22afbe-1094-4975-9207-7daece0050c8 2021-06-08 09:07:01.920 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = cdf36c75-f52a-4cc8-995f-e24dac907b6c 2021-06-08 09:07:01.920 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 5281cb06-b109-4488-954c-d74a13b1e036 2021-06-08 09:07:01.921 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 4eb8b5c6-7898-46f7-867d-274dbdc0eceb 2021-06-08 09:07:03.121 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-08 09:07:03.122 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone_cntt-net_5a611f4c-a60f-41f3-80e1-599e551504c0 2021-06-08 09:07:03.123 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-08 09:07:03.218 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-08 09:07:03.260 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-08 09:07:03.261 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_90587aad_pE9wXjvK' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-08 09:07:03.305 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_90587aad_pE9wXjvK' (ID = c3cd126d-6672-4bc1-bec3-d287fd970284) has been successfully created! 2021-06-08 09:07:03.305 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'c3cd126d-6672-4bc1-bec3-d287fd970284' to option 'instance_type'. 2021-06-08 09:07:03.306 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = c3cd126d-6672-4bc1-bec3-d287fd970284 2021-06-08 09:07:03.307 33 INFO rally.task.context [-] Verification 67814a5f-a429-4a81-a39b-765f6d5fa693 | Context tempest@default setup() finished in 1.89 sec 2021-06-08 09:07:03.308 33 INFO rally.task.context [-] Verification 67814a5f-a429-4a81-a39b-765f6d5fa693 | Context testr@default setup() finished in 0.38 msec 2021-06-08 09:07:03.308 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/8e0efff9-70b7-4eca-bd6b-e204d8eab3da'. 2021-06-08 09:07:08.191 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.188s] 2021-06-08 09:07:08.278 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.087s] 2021-06-08 09:07:08.301 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.304s] 2021-06-08 09:07:08.366 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.087s] 2021-06-08 09:07:08.382 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.081s] 2021-06-08 09:07:08.433 33 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.050s] 2021-06-08 09:07:08.465 33 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.099s] 2021-06-08 09:07:08.517 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.052s] 2021-06-08 09:07:08.617 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.183s] 2021-06-08 09:07:08.758 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.756s] 2021-06-08 09:07:08.835 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.317s] 2021-06-08 09:07:09.045 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.427s] 2021-06-08 09:07:09.293 33 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.536s] 2021-06-08 09:07:09.312 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.475s] 2021-06-08 09:07:09.570 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.257s] 2021-06-08 09:07:09.753 33 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.183s] 2021-06-08 09:07:10.093 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.798s] 2021-06-08 09:07:10.297 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.542s] 2021-06-08 09:07:10.597 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.504s] 2021-06-08 09:07:11.132 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.534s] 2021-06-08 09:07:11.623 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.490s] 2021-06-08 09:07:12.202 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.578s] 2021-06-08 09:07:14.023 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.820s] 2021-06-08 09:07:14.577 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.553s] 2021-06-08 09:07:15.605 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.026s] 2021-06-08 09:07:16.680 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.075s] 2021-06-08 09:07:17.504 33 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.824s] 2021-06-08 09:07:17.842 33 INFO rally.task.context [-] Verification 67814a5f-a429-4a81-a39b-765f6d5fa693 | Context testr@default cleanup() started 2021-06-08 09:07:17.843 33 INFO rally.task.context [-] Verification 67814a5f-a429-4a81-a39b-765f6d5fa693 | Context testr@default cleanup() finished in 0.76 msec 2021-06-08 09:07:17.844 33 INFO rally.task.context [-] Verification 67814a5f-a429-4a81-a39b-765f6d5fa693 | Context tempest@default cleanup() started 2021-06-08 09:07:18.000 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_90587aad_pE9wXjvK'. 2021-06-08 09:07:18.253 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_90587aad_pE9wXjvK' has been deleted. 2021-06-08 09:07:18.254 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'c3cd126d-6672-4bc1-bec3-d287fd970284' of option 'instance_type' from Tempest config file. 2021-06-08 09:07:18.255 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'c3cd126d-6672-4bc1-bec3-d287fd970284' has been removed. 2021-06-08 09:07:18.262 33 INFO rally.task.context [-] Verification 67814a5f-a429-4a81-a39b-765f6d5fa693 | Context tempest@default cleanup() finished in 0.42 sec 2021-06-08 09:07:18.294 33 INFO rally.api [-] Verification (UUID=90587aad-578a-40b1-9653-b899f2f749b3) has been successfully finished for deployment 'opnfv-rally' (UUID=586b5aa2-52b9-4d6e-bfdd-a719973d5a02)! 2021-06-08 09:07:20.004 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:07:20.005 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:07:20.005 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:07:21.483 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:07:21.483 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:07:21.483 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:07:23.696 43 INFO rally.api [-] Building 'html' report for the following verification(s): '90587aad-578a-40b1-9653-b899f2f749b3' 2021-06-08 09:07:23.726 43 INFO rally.api [-] The report has been successfully built. 2021-06-08 09:07:25.229 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:07:25.230 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:07:25.230 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:07:27.419 45 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '90587aad-578a-40b1-9653-b899f2f749b3' 2021-06-08 09:07:27.422 45 INFO rally.api [-] The report has been successfully built.