2020-07-28 16:58:03.554 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:03.555 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:03.555 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:05.985 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 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-28 16:58:05.985 8 ERROR rally.cli.cliutils 2020-07-28 16:58:07.755 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:07.756 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:07.756 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:12.146 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:12.146 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:12.147 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:16.554 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:16.555 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:16.555 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:18.029 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:18.030 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:18.030 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:20.191 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 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-28 16:58:20.191 18 ERROR rally.cli.cliutils 2020-07-28 16:58:21.745 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:21.745 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:21.746 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:23.862 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-28 16:58:23.926 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b4b6af83-aebb-4d86-bf1d-a7de58f2bb64/repo. 2020-07-28 16:58:24.296 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b4b6af83-aebb-4d86-bf1d-a7de58f2bb64/repo'... done. Note: switching to '8da0d7e7dda3b23b5de1ed71e418ed53310bd455'. 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-07-28 16:58:24.309 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8da0d7e7d ' 2020-07-28 16:58:24.318 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8da0d7e7dda3b23b5de1ed71e418ed53310bd455 ' 2020-07-28 16:58:24.337 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-28 16:58:24.385 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-28 16:58:25.372 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b4b6af83-aebb-4d86-bf1d-a7de58f2bb64) has been successfully created! 2020-07-28 16:58:27.204 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:27.204 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:27.204 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:31.616 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:31.617 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:31.617 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:33.759 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b4b6af83-aebb-4d86-bf1d-a7de58f2bb64) for deployment 'opnfv-rally' (UUID=0f25d279-150e-4a3b-8ff4-1882fdd53c00). 2020-07-28 16:58:34.256 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b4b6af83-aebb-4d86-bf1d-a7de58f2bb64) has been successfully configured for deployment 'opnfv-rally' (UUID=0f25d279-150e-4a3b-8ff4-1882fdd53c00)! 2020-07-28 16:58:42.838 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:42.839 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:42.839 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:45.031 36 INFO rally.api [-] Starting verification (UUID=5dcc2452-54d3-4f22-aa5d-5950de1eb428) for deployment 'opnfv-rally' (UUID=0f25d279-150e-4a3b-8ff4-1882fdd53c00) by verifier 'opnfv-tempest' (UUID=b4b6af83-aebb-4d86-bf1d-a7de58f2bb64). 2020-07-28 16:58:45.610 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-28 16:58:45.610 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b4b6af83-aebb-4d86-bf1d-a7de58f2bb64/for-deployment-0f25d279-150e-4a3b-8ff4-1882fdd53c00/tempest.log' to option 'log_file'. 2020-07-28 16:58:45.610 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b4b6af83-aebb-4d86-bf1d-a7de58f2bb64/for-deployment-0f25d279-150e-4a3b-8ff4-1882fdd53c00/tempest.log 2020-07-28 16:58:45.611 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-28 16:58:45.611 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b4b6af83-aebb-4d86-bf1d-a7de58f2bb64/for-deployment-0f25d279-150e-4a3b-8ff4-1882fdd53c00/lock_files' to option 'lock_path'. 2020-07-28 16:58:45.611 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b4b6af83-aebb-4d86-bf1d-a7de58f2bb64/for-deployment-0f25d279-150e-4a3b-8ff4-1882fdd53c00/lock_files 2020-07-28 16:58:45.612 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-28 16:58:45.612 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 2020-07-28 16:58:45.612 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 56ea286a-b6d7-4043-a00c-d0a87937a91b 2020-07-28 16:58:45.612 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 2db9bdd1-6d0c-4abf-912c-7087825a11d5 2020-07-28 16:58:45.613 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 809d3e09-b243-4578-906c-9b922cdfef0c 2020-07-28 16:58:45.613 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 176ac431-0b5a-4457-a742-e2b901e460ac 2020-07-28 16:58:45.839 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-28 16:58:45.840 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_db1d19f2-b9b3-486c-9774-9ef4ea0e11ce 2020-07-28 16:58:45.840 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-28 16:58:45.920 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-28 16:58:45.960 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-28 16:58:45.960 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_5dcc2452_L1bN7fBc' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-28 16:58:45.995 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5dcc2452_L1bN7fBc' (ID = 638abbf5-d920-41ed-a819-93fc5661b755) has been successfully created! 2020-07-28 16:58:45.996 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '638abbf5-d920-41ed-a819-93fc5661b755' to option 'instance_type'. 2020-07-28 16:58:45.996 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 638abbf5-d920-41ed-a819-93fc5661b755 2020-07-28 16:58:45.998 36 INFO rally.task.context [-] Verification b4b6af83-aebb-4d86-bf1d-a7de58f2bb64 | Context tempest@default setup() finished in 0.77 sec 2020-07-28 16:58:45.999 36 INFO rally.task.context [-] Verification b4b6af83-aebb-4d86-bf1d-a7de58f2bb64 | Context testr@default setup() finished in 0.56 msec 2020-07-28 16:58:45.999 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/301ecedd-90e0-4ccb-a47d-3c0e53d8e8f8'. 2020-07-28 16:58:50.554 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.184s] 2020-07-28 16:58:50.650 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.097s] 2020-07-28 16:58:50.762 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.111s] 2020-07-28 16:58:50.811 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.243s] 2020-07-28 16:58:50.847 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.085s] 2020-07-28 16:58:50.968 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.120s] 2020-07-28 16:58:50.975 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.163s] 2020-07-28 16:58:51.061 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.701s] 2020-07-28 16:58:51.070 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.095s] 2020-07-28 16:58:51.213 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.245s] 2020-07-28 16:58:51.261 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.190s] 2020-07-28 16:58:51.582 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.521s] 2020-07-28 16:58:51.627 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.411s] 2020-07-28 16:58:51.736 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.475s] 2020-07-28 16:58:51.872 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.244s] 2020-07-28 16:58:52.136 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.265s] 2020-07-28 16:58:52.306 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.722s] 2020-07-28 16:58:52.648 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.510s] 2020-07-28 16:58:52.767 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.460s] 2020-07-28 16:58:53.274 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.507s] 2020-07-28 16:58:53.830 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.555s] 2020-07-28 16:58:54.407 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.575s] 2020-07-28 16:58:56.037 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.629s] 2020-07-28 16:58:56.636 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.600s] 2020-07-28 16:58:57.607 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [0.968s] 2020-07-28 16:58:58.401 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.793s] 2020-07-28 16:58:59.141 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.738s] 2020-07-28 16:58:59.454 36 INFO rally.task.context [-] Verification b4b6af83-aebb-4d86-bf1d-a7de58f2bb64 | Context testr@default cleanup() started 2020-07-28 16:58:59.454 36 INFO rally.task.context [-] Verification b4b6af83-aebb-4d86-bf1d-a7de58f2bb64 | Context testr@default cleanup() finished in 0.66 msec 2020-07-28 16:58:59.455 36 INFO rally.task.context [-] Verification b4b6af83-aebb-4d86-bf1d-a7de58f2bb64 | Context tempest@default cleanup() started 2020-07-28 16:58:59.606 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_5dcc2452_L1bN7fBc'. 2020-07-28 16:58:59.765 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5dcc2452_L1bN7fBc' has been deleted. 2020-07-28 16:58:59.766 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '638abbf5-d920-41ed-a819-93fc5661b755' of option 'instance_type' from Tempest config file. 2020-07-28 16:58:59.766 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '638abbf5-d920-41ed-a819-93fc5661b755' has been removed. 2020-07-28 16:58:59.770 36 INFO rally.task.context [-] Verification b4b6af83-aebb-4d86-bf1d-a7de58f2bb64 | Context tempest@default cleanup() finished in 0.32 sec 2020-07-28 16:58:59.784 36 INFO rally.api [-] Verification (UUID=5dcc2452-54d3-4f22-aa5d-5950de1eb428) has been successfully finished for deployment 'opnfv-rally' (UUID=0f25d279-150e-4a3b-8ff4-1882fdd53c00)! 2020-07-28 16:59:01.700 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:59:01.701 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:59:01.701 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:59:03.290 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:59:03.291 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:59:03.291 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:59:05.893 50 INFO rally.api [-] Building 'html' report for the following verification(s): '5dcc2452-54d3-4f22-aa5d-5950de1eb428' 2020-07-28 16:59:05.918 50 INFO rally.api [-] The report has been successfully built. 2020-07-28 16:59:07.888 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:59:07.889 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:59:07.889 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:59:10.467 52 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '5dcc2452-54d3-4f22-aa5d-5950de1eb428' 2020-07-28 16:59:10.472 52 INFO rally.api [-] The report has been successfully built.