2020-06-24 14:13:06.133 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:13:06.133 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:13:06.133 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:13:08.367 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-24 14:13:08.367 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-24 14:13:08.367 7 ERROR rally.cli.cliutils 2020-06-24 14:13:09.975 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:13:09.975 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:13:09.976 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:13:14.195 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:13:14.196 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:13:14.196 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:13:18.666 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:13:18.666 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:13:18.666 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:13:20.069 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:13:20.070 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:13:20.070 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:13:22.104 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-24 14:13:22.104 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-24 14:13:22.104 17 ERROR rally.cli.cliutils 2020-06-24 14:13:23.527 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:13:23.527 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:13:23.527 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:13:25.482 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-24 14:13:25.552 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3bb5f585-2e5e-463d-9f24-fa5e21ca42a7/repo. 2020-06-24 14:13:25.757 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3bb5f585-2e5e-463d-9f24-fa5e21ca42a7/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-24 14:13:25.770 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-24 14:13:25.781 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-24 14:13:25.809 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-24 14:13:25.871 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-24 14:13:26.600 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3bb5f585-2e5e-463d-9f24-fa5e21ca42a7) has been successfully created! 2020-06-24 14:13:28.180 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:13:28.180 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:13:28.181 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:13:32.327 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:13:32.328 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:13:32.328 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:13:34.406 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3bb5f585-2e5e-463d-9f24-fa5e21ca42a7) for deployment 'opnfv-rally' (UUID=03f3d82d-7795-4bc5-b5d8-ca2f31923339). 2020-06-24 14:13:34.855 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3bb5f585-2e5e-463d-9f24-fa5e21ca42a7) has been successfully configured for deployment 'opnfv-rally' (UUID=03f3d82d-7795-4bc5-b5d8-ca2f31923339)! 2020-06-24 14:13:42.481 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:13:42.481 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:13:42.481 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:13:44.516 35 INFO rally.api [-] Starting verification (UUID=f52736ee-402e-43e3-ba56-8f1404e439c7) for deployment 'opnfv-rally' (UUID=03f3d82d-7795-4bc5-b5d8-ca2f31923339) by verifier 'opnfv-tempest' (UUID=3bb5f585-2e5e-463d-9f24-fa5e21ca42a7). 2020-06-24 14:13:45.194 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-24 14:13:45.197 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3bb5f585-2e5e-463d-9f24-fa5e21ca42a7/for-deployment-03f3d82d-7795-4bc5-b5d8-ca2f31923339/tempest.log' to option 'log_file'. 2020-06-24 14:13:45.197 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3bb5f585-2e5e-463d-9f24-fa5e21ca42a7/for-deployment-03f3d82d-7795-4bc5-b5d8-ca2f31923339/tempest.log 2020-06-24 14:13:45.198 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-24 14:13:45.199 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3bb5f585-2e5e-463d-9f24-fa5e21ca42a7/for-deployment-03f3d82d-7795-4bc5-b5d8-ca2f31923339/lock_files' to option 'lock_path'. 2020-06-24 14:13:45.200 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3bb5f585-2e5e-463d-9f24-fa5e21ca42a7/for-deployment-03f3d82d-7795-4bc5-b5d8-ca2f31923339/lock_files 2020-06-24 14:13:45.200 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-24 14:13:45.201 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-24 14:13:45.201 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b9641331-ba0d-4f81-9530-42e64c83c787 2020-06-24 14:13:45.201 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 602b51dc-87ca-42a8-b6b0-3cb72566694b 2020-06-24 14:13:45.202 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 00fd446a-0c25-40b2-a316-738f7622bb24 2020-06-24 14:13:45.203 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 443b21ce-0b33-481a-b37d-05d8b659899c 2020-06-24 14:13:45.463 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-24 14:13:45.464 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_3d62fcdc-78ed-42a7-b6ba-a4694f0a77eb 2020-06-24 14:13:45.464 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-24 14:13:45.559 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-24 14:13:45.603 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-24 14:13:45.605 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_f52736ee_voFwXvtV' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-24 14:13:45.645 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f52736ee_voFwXvtV' (ID = bb48c65b-f3ce-4304-9cb9-0f4f43eea3c6) has been successfully created! 2020-06-24 14:13:45.645 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'bb48c65b-f3ce-4304-9cb9-0f4f43eea3c6' to option 'instance_type'. 2020-06-24 14:13:45.646 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = bb48c65b-f3ce-4304-9cb9-0f4f43eea3c6 2020-06-24 14:13:45.647 35 INFO rally.task.context [-] Verification 3bb5f585-2e5e-463d-9f24-fa5e21ca42a7 | Context tempest@default setup() finished in 0.89 sec 2020-06-24 14:13:45.647 35 INFO rally.task.context [-] Verification 3bb5f585-2e5e-463d-9f24-fa5e21ca42a7 | Context testr@default setup() finished in 0.33 msec 2020-06-24 14:13:45.648 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/fbac775f-9d38-4c39-9314-fe5e7e479677'. 2020-06-24 14:13:50.084 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.123s] 2020-06-24 14:13:50.235 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.151s] 2020-06-24 14:13:50.260 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.290s] 2020-06-24 14:13:50.347 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.112s] 2020-06-24 14:13:50.381 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.122s] 2020-06-24 14:13:50.446 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.064s] 2020-06-24 14:13:50.527 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.179s] 2020-06-24 14:13:50.600 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.072s] 2020-06-24 14:13:50.684 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.662s] 2020-06-24 14:13:50.824 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.377s] 2020-06-24 14:13:50.855 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.254s] 2020-06-24 14:13:51.180 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 [0.497s] 2020-06-24 14:13:51.435 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.610s] 2020-06-24 14:13:51.462 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.603s] 2020-06-24 14:13:51.633 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.172s] 2020-06-24 14:13:51.854 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.674s] 2020-06-24 14:13:51.892 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.259s] 2020-06-24 14:13:52.335 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.480s] 2020-06-24 14:13:52.354 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.461s] 2020-06-24 14:13:52.726 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.390s] 2020-06-24 14:13:53.239 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.513s] 2020-06-24 14:13:53.737 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.497s] 2020-06-24 14:13:55.245 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.508s] 2020-06-24 14:13:55.859 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.612s] 2020-06-24 14:13:56.841 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [0.981s] 2020-06-24 14:13:57.574 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.732s] 2020-06-24 14:13:58.266 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.692s] 2020-06-24 14:13:58.552 35 INFO rally.task.context [-] Verification 3bb5f585-2e5e-463d-9f24-fa5e21ca42a7 | Context testr@default cleanup() started 2020-06-24 14:13:58.553 35 INFO rally.task.context [-] Verification 3bb5f585-2e5e-463d-9f24-fa5e21ca42a7 | Context testr@default cleanup() finished in 0.83 msec 2020-06-24 14:13:58.553 35 INFO rally.task.context [-] Verification 3bb5f585-2e5e-463d-9f24-fa5e21ca42a7 | Context tempest@default cleanup() started 2020-06-24 14:13:58.714 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_f52736ee_voFwXvtV'. 2020-06-24 14:13:58.867 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f52736ee_voFwXvtV' has been deleted. 2020-06-24 14:13:58.868 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'bb48c65b-f3ce-4304-9cb9-0f4f43eea3c6' of option 'instance_type' from Tempest config file. 2020-06-24 14:13:58.868 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'bb48c65b-f3ce-4304-9cb9-0f4f43eea3c6' has been removed. 2020-06-24 14:13:58.874 35 INFO rally.task.context [-] Verification 3bb5f585-2e5e-463d-9f24-fa5e21ca42a7 | Context tempest@default cleanup() finished in 0.32 sec 2020-06-24 14:13:58.895 35 INFO rally.api [-] Verification (UUID=f52736ee-402e-43e3-ba56-8f1404e439c7) has been successfully finished for deployment 'opnfv-rally' (UUID=03f3d82d-7795-4bc5-b5d8-ca2f31923339)! 2020-06-24 14:14:00.723 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:14:00.723 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:14:00.724 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:14:02.210 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:14:02.211 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:14:02.211 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:14:04.238 49 INFO rally.api [-] Building 'html' report for the following verification(s): 'f52736ee-402e-43e3-ba56-8f1404e439c7' 2020-06-24 14:14:04.257 49 INFO rally.api [-] The report has been successfully built. 2020-06-24 14:14:05.780 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:14:05.780 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:14:05.781 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:14:07.841 51 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'f52736ee-402e-43e3-ba56-8f1404e439c7' 2020-06-24 14:14:07.844 51 INFO rally.api [-] The report has been successfully built.