2020-07-04 09:35:36.828 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:35:36.829 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:35:36.829 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:35:39.198 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-07-04 09:35:39.198 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-04 09:35:39.198 7 ERROR rally.cli.cliutils 2020-07-04 09:35:40.961 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:35:40.961 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:35:40.961 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:35:45.455 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:35:45.456 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:35:45.456 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:35:50.581 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:35:50.582 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:35:50.582 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:35:52.062 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:35:52.062 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:35:52.062 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:35:54.417 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-07-04 09:35:54.417 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-04 09:35:54.417 17 ERROR rally.cli.cliutils 2020-07-04 09:35:56.154 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:35:56.154 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:35:56.154 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:35:58.344 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-04 09:35:58.410 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-538f84a8-83af-44ca-b0cc-b462dfba54dd/repo. 2020-07-04 09:35:58.687 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-538f84a8-83af-44ca-b0cc-b462dfba54dd/repo'... done. Note: switching to '537bf665f54089bb155b56d8ea1e34ba364dbb74'. 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-04 09:35:58.702 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g537bf665f ' 2020-07-04 09:35:58.712 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '537bf665f54089bb155b56d8ea1e34ba364dbb74 ' 2020-07-04 09:35:58.744 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-04 09:35:58.808 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-04 09:35:59.630 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=538f84a8-83af-44ca-b0cc-b462dfba54dd) has been successfully created! 2020-07-04 09:36:01.393 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:36:01.394 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:36:01.394 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:36:05.881 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:36:05.881 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:36:05.881 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:36:08.081 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=538f84a8-83af-44ca-b0cc-b462dfba54dd) for deployment 'opnfv-rally' (UUID=e1f3df49-1522-407a-b9cc-224272eea3ba). 2020-07-04 09:36:08.568 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=538f84a8-83af-44ca-b0cc-b462dfba54dd) has been successfully configured for deployment 'opnfv-rally' (UUID=e1f3df49-1522-407a-b9cc-224272eea3ba)! 2020-07-04 09:36:17.265 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:36:17.266 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:36:17.266 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:36:19.726 35 INFO rally.api [-] Starting verification (UUID=03d7e33c-7dc6-4da2-a672-a506b880858f) for deployment 'opnfv-rally' (UUID=e1f3df49-1522-407a-b9cc-224272eea3ba) by verifier 'opnfv-tempest' (UUID=538f84a8-83af-44ca-b0cc-b462dfba54dd). 2020-07-04 09:36:20.467 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-04 09:36:20.468 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-538f84a8-83af-44ca-b0cc-b462dfba54dd/for-deployment-e1f3df49-1522-407a-b9cc-224272eea3ba/tempest.log' to option 'log_file'. 2020-07-04 09:36:20.468 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-538f84a8-83af-44ca-b0cc-b462dfba54dd/for-deployment-e1f3df49-1522-407a-b9cc-224272eea3ba/tempest.log 2020-07-04 09:36:20.469 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-04 09:36:20.469 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-538f84a8-83af-44ca-b0cc-b462dfba54dd/for-deployment-e1f3df49-1522-407a-b9cc-224272eea3ba/lock_files' to option 'lock_path'. 2020-07-04 09:36:20.469 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-538f84a8-83af-44ca-b0cc-b462dfba54dd/for-deployment-e1f3df49-1522-407a-b9cc-224272eea3ba/lock_files 2020-07-04 09:36:20.470 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-04 09:36:20.470 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-07-04 09:36:20.470 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = dc44dae5-6d74-4944-bd29-8e37b045a1d4 2020-07-04 09:36:20.471 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1fc8beb8-ea2c-418a-b1aa-cfc8cc70e797 2020-07-04 09:36:20.472 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 7f9402e7-2b6e-428d-bb00-bdc947c37f96 2020-07-04 09:36:20.472 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = eb0efb75-c426-40d4-8657-3b358e5daf7d 2020-07-04 09:36:20.722 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-04 09:36:20.723 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_13a395be-38f7-4c7d-a6d4-2a5ee8973595 2020-07-04 09:36:20.724 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-04 09:36:20.825 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-04 09:36:20.861 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-04 09:36:20.861 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_03d7e33c_n434WZXp' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-04 09:36:20.896 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_03d7e33c_n434WZXp' (ID = f198f6e2-b362-4495-9e2a-09a0289ee063) has been successfully created! 2020-07-04 09:36:20.897 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'f198f6e2-b362-4495-9e2a-09a0289ee063' to option 'instance_type'. 2020-07-04 09:36:20.897 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = f198f6e2-b362-4495-9e2a-09a0289ee063 2020-07-04 09:36:20.899 35 INFO rally.task.context [-] Verification 538f84a8-83af-44ca-b0cc-b462dfba54dd | Context tempest@default setup() finished in 0.91 sec 2020-07-04 09:36:20.900 35 INFO rally.task.context [-] Verification 538f84a8-83af-44ca-b0cc-b462dfba54dd | Context testr@default setup() finished in 0.40 msec 2020-07-04 09:36:20.900 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/5e744849-c8af-4109-b319-f9322d7ca7a6'. 2020-07-04 09:36:26.302 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.649s] 2020-07-04 09:36:26.404 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.586s] 2020-07-04 09:36:26.534 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.232s] 2020-07-04 09:36:26.597 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.194s] 2020-07-04 09:36:26.636 35 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.102s] 2020-07-04 09:36:26.902 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.304s] 2020-07-04 09:36:27.201 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.564s] 2020-07-04 09:36:27.229 35 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.326s] 2020-07-04 09:36:27.319 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.089s] 2020-07-04 09:36:27.423 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [1.500s] 2020-07-04 09:36:27.970 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.651s] 2020-07-04 09:36:28.353 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.928s] 2020-07-04 09:36:28.430 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [1.228s] 2020-07-04 09:36:28.895 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.924s] 2020-07-04 09:36:29.318 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.421s] 2020-07-04 09:36:29.561 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [1.206s] 2020-07-04 09:36:29.976 35 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.657s] 2020-07-04 09:36:30.279 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.719s] 2020-07-04 09:36:30.968 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.687s] 2020-07-04 09:36:30.990 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [1.012s] 2020-07-04 09:36:31.463 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.495s] 2020-07-04 09:36:32.085 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.623s] 2020-07-04 09:36:33.695 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.606s] 2020-07-04 09:36:34.317 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.623s] 2020-07-04 09:36:35.308 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [0.989s] 2020-07-04 09:36:36.246 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.937s] 2020-07-04 09:36:37.055 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.809s] 2020-07-04 09:36:37.304 35 INFO rally.task.context [-] Verification 538f84a8-83af-44ca-b0cc-b462dfba54dd | Context testr@default cleanup() started 2020-07-04 09:36:37.305 35 INFO rally.task.context [-] Verification 538f84a8-83af-44ca-b0cc-b462dfba54dd | Context testr@default cleanup() finished in 0.77 msec 2020-07-04 09:36:37.305 35 INFO rally.task.context [-] Verification 538f84a8-83af-44ca-b0cc-b462dfba54dd | Context tempest@default cleanup() started 2020-07-04 09:36:37.475 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_03d7e33c_n434WZXp'. 2020-07-04 09:36:37.628 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_03d7e33c_n434WZXp' has been deleted. 2020-07-04 09:36:37.629 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'f198f6e2-b362-4495-9e2a-09a0289ee063' of option 'instance_type' from Tempest config file. 2020-07-04 09:36:37.629 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'f198f6e2-b362-4495-9e2a-09a0289ee063' has been removed. 2020-07-04 09:36:37.634 35 INFO rally.task.context [-] Verification 538f84a8-83af-44ca-b0cc-b462dfba54dd | Context tempest@default cleanup() finished in 0.33 sec 2020-07-04 09:36:37.655 35 INFO rally.api [-] Verification (UUID=03d7e33c-7dc6-4da2-a672-a506b880858f) has been successfully finished for deployment 'opnfv-rally' (UUID=e1f3df49-1522-407a-b9cc-224272eea3ba)! 2020-07-04 09:36:39.448 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:36:39.448 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:36:39.448 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:36:41.019 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:36:41.020 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:36:41.020 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:36:43.166 49 INFO rally.api [-] Building 'html' report for the following verification(s): '03d7e33c-7dc6-4da2-a672-a506b880858f' 2020-07-04 09:36:43.185 49 INFO rally.api [-] The report has been successfully built. 2020-07-04 09:36:44.766 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:36:44.766 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:36:44.767 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:36:47.037 51 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '03d7e33c-7dc6-4da2-a672-a506b880858f' 2020-07-04 09:36:47.040 51 INFO rally.api [-] The report has been successfully built.