2021-06-01 20:29:37.776 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:29:37.777 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:29:37.777 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:29:40.184 8 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-01 20:29:40.184 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 20:29:40.184 8 ERROR rally.cli.cliutils 2021-06-01 20:29:41.955 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:29:41.956 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:29:41.956 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:29:46.437 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:29:46.437 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:29:46.437 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:29:50.701 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:29:50.701 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:29:50.701 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:29:52.235 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:29:52.235 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:29:52.235 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:29:54.525 18 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-01 20:29:54.525 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 20:29:54.525 18 ERROR rally.cli.cliutils 2021-06-01 20:29:56.199 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:29:56.200 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:29:56.200 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:29:58.489 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-01 20:29:58.554 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f6bfc8be-b407-43dd-ada4-e9d4d079d840/repo. 2021-06-01 20:29:58.826 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f6bfc8be-b407-43dd-ada4-e9d4d079d840/repo'... done. Note: switching to '0a7e86b34458a2285985c21c8e7985621a36eae9'. 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 ' 2021-06-01 20:29:58.839 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g0a7e86b34 ' 2021-06-01 20:29:58.845 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '0a7e86b34458a2285985c21c8e7985621a36eae9 ' 2021-06-01 20:29:58.867 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-01 20:29:58.955 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-01 20:29:59.765 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f6bfc8be-b407-43dd-ada4-e9d4d079d840) has been successfully created! 2021-06-01 20:30:01.478 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:30:01.479 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:30:01.479 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:30:06.293 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:30:06.293 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:30:06.294 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:30:08.758 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f6bfc8be-b407-43dd-ada4-e9d4d079d840) for deployment 'opnfv-rally' (UUID=482a85a5-cdc7-4a30-b515-ed24ad613d3e). 2021-06-01 20:30:09.182 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f6bfc8be-b407-43dd-ada4-e9d4d079d840) has been successfully configured for deployment 'opnfv-rally' (UUID=482a85a5-cdc7-4a30-b515-ed24ad613d3e)! 2021-06-01 20:30:17.746 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:30:17.746 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:30:17.747 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:30:20.138 36 INFO rally.api [-] Starting verification (UUID=4993fbb6-ccc0-42d4-abb2-0260d256b87c) for deployment 'opnfv-rally' (UUID=482a85a5-cdc7-4a30-b515-ed24ad613d3e) by verifier 'opnfv-tempest' (UUID=f6bfc8be-b407-43dd-ada4-e9d4d079d840). 2021-06-01 20:30:20.824 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-01 20:30:20.825 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f6bfc8be-b407-43dd-ada4-e9d4d079d840/for-deployment-482a85a5-cdc7-4a30-b515-ed24ad613d3e/tempest.log' to option 'log_file'. 2021-06-01 20:30:20.825 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f6bfc8be-b407-43dd-ada4-e9d4d079d840/for-deployment-482a85a5-cdc7-4a30-b515-ed24ad613d3e/tempest.log 2021-06-01 20:30:20.826 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-01 20:30:20.826 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f6bfc8be-b407-43dd-ada4-e9d4d079d840/for-deployment-482a85a5-cdc7-4a30-b515-ed24ad613d3e/lock_files' to option 'lock_path'. 2021-06-01 20:30:20.826 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f6bfc8be-b407-43dd-ada4-e9d4d079d840/for-deployment-482a85a5-cdc7-4a30-b515-ed24ad613d3e/lock_files 2021-06-01 20:30:20.827 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-01 20:30:20.827 36 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-01 20:30:20.827 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e88c08d2-1f17-4da7-892c-5cc24cb6e9a8 2021-06-01 20:30:20.828 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ff9f5343-7bf2-4409-b57b-cf7f2b39a844 2021-06-01 20:30:20.828 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e3215591-4338-4f8d-b97c-808e2b038485 2021-06-01 20:30:20.829 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ca6b790e-837c-4042-b00b-ee01ed756980 2021-06-01 20:30:21.049 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-01 20:30:21.050 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone_cntt-net_f8fdf56b-91c1-4a04-a100-dad4e444ad01 2021-06-01 20:30:21.051 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-01 20:30:21.146 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-01 20:30:21.193 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-01 20:30:21.194 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_4993fbb6_ZkuciYwv' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-01 20:30:21.240 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_4993fbb6_ZkuciYwv' (ID = 7c478498-604b-4739-9a2c-c88892364339) has been successfully created! 2021-06-01 20:30:21.240 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7c478498-604b-4739-9a2c-c88892364339' to option 'instance_type'. 2021-06-01 20:30:21.241 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7c478498-604b-4739-9a2c-c88892364339 2021-06-01 20:30:21.242 36 INFO rally.task.context [-] Verification f6bfc8be-b407-43dd-ada4-e9d4d079d840 | Context tempest@default setup() finished in 0.91 sec 2021-06-01 20:30:21.243 36 INFO rally.task.context [-] Verification f6bfc8be-b407-43dd-ada4-e9d4d079d840 | Context testr@default setup() finished in 0.41 msec 2021-06-01 20:30:21.244 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/b230896e-5fac-414f-b1b1-0217ba16a472'. 2021-06-01 20:30:26.073 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.263s] 2021-06-01 20:30:26.158 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.086s] 2021-06-01 20:30:26.210 36 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.051s] 2021-06-01 20:30:26.261 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.140s] 2021-06-01 20:30:26.347 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.136s] 2021-06-01 20:30:26.442 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.180s] 2021-06-01 20:30:26.532 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.090s] 2021-06-01 20:30:26.628 36 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.095s] 2021-06-01 20:30:26.683 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.054s] 2021-06-01 20:30:26.753 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.404s] 2021-06-01 20:30:26.882 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.199s] 2021-06-01 20:30:27.010 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.780s] 2021-06-01 20:30:27.378 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.494s] 2021-06-01 20:30:27.546 36 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.534s] 2021-06-01 20:30:27.624 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.245s] 2021-06-01 20:30:27.865 36 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.241s] 2021-06-01 20:30:28.307 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.760s] 2021-06-01 20:30:28.377 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.510s] 2021-06-01 20:30:28.823 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.515s] 2021-06-01 20:30:29.325 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.501s] 2021-06-01 20:30:29.848 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.522s] 2021-06-01 20:30:30.568 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.719s] 2021-06-01 20:30:32.307 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.739s] 2021-06-01 20:30:33.021 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.712s] 2021-06-01 20:30:34.072 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.050s] 2021-06-01 20:30:35.044 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.970s] 2021-06-01 20:30:35.853 36 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.809s] 2021-06-01 20:30:36.157 36 INFO rally.task.context [-] Verification f6bfc8be-b407-43dd-ada4-e9d4d079d840 | Context testr@default cleanup() started 2021-06-01 20:30:36.158 36 INFO rally.task.context [-] Verification f6bfc8be-b407-43dd-ada4-e9d4d079d840 | Context testr@default cleanup() finished in 0.81 msec 2021-06-01 20:30:36.158 36 INFO rally.task.context [-] Verification f6bfc8be-b407-43dd-ada4-e9d4d079d840 | Context tempest@default cleanup() started 2021-06-01 20:30:36.332 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_4993fbb6_ZkuciYwv'. 2021-06-01 20:30:36.555 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_4993fbb6_ZkuciYwv' has been deleted. 2021-06-01 20:30:36.556 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '7c478498-604b-4739-9a2c-c88892364339' of option 'instance_type' from Tempest config file. 2021-06-01 20:30:36.557 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '7c478498-604b-4739-9a2c-c88892364339' has been removed. 2021-06-01 20:30:36.562 36 INFO rally.task.context [-] Verification f6bfc8be-b407-43dd-ada4-e9d4d079d840 | Context tempest@default cleanup() finished in 0.40 sec 2021-06-01 20:30:36.582 36 INFO rally.api [-] Verification (UUID=4993fbb6-ccc0-42d4-abb2-0260d256b87c) has been successfully finished for deployment 'opnfv-rally' (UUID=482a85a5-cdc7-4a30-b515-ed24ad613d3e)! 2021-06-01 20:30:38.464 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:30:38.465 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:30:38.465 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:30:40.063 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:30:40.063 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:30:40.063 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:30:42.372 50 INFO rally.api [-] Building 'html' report for the following verification(s): '4993fbb6-ccc0-42d4-abb2-0260d256b87c' 2021-06-01 20:30:42.394 50 INFO rally.api [-] The report has been successfully built. 2021-06-01 20:30:43.995 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:30:43.995 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:30:43.996 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:30:46.404 52 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '4993fbb6-ccc0-42d4-abb2-0260d256b87c' 2021-06-01 20:30:46.407 52 INFO rally.api [-] The report has been successfully built.