2020-12-09 12:46:27.961 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:46:27.962 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:46:27.962 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:46:30.382 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-12-09 12:46:30.382 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-09 12:46:30.382 7 ERROR rally.cli.cliutils 2020-12-09 12:46:32.017 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:46:32.017 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:46:32.017 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:46:36.011 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:46:36.011 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:46:36.012 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:46:40.604 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:46:40.605 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:46:40.605 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:46:42.083 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:46:42.084 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:46:42.084 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:46:44.284 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-12-09 12:46:44.284 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-09 12:46:44.284 17 ERROR rally.cli.cliutils 2020-12-09 12:46:45.901 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:46:45.902 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:46:45.902 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:46:47.998 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-09 12:46:48.063 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-6df738b6-897a-41ee-b2be-5f1285fc0511/repo. 2020-12-09 12:46:48.416 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-6df738b6-897a-41ee-b2be-5f1285fc0511/repo'... done. Note: switching to '2270e0af6e343c2b409baa24be092bcc0f31c091'. 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-12-09 12:46:48.431 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g2270e0af6 ' 2020-12-09 12:46:48.440 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '2270e0af6e343c2b409baa24be092bcc0f31c091 ' 2020-12-09 12:46:48.462 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-09 12:46:48.505 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-09 12:46:49.203 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6df738b6-897a-41ee-b2be-5f1285fc0511) has been successfully created! 2020-12-09 12:46:50.889 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:46:50.889 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:46:50.890 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:46:55.093 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:46:55.094 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:46:55.094 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:46:57.139 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6df738b6-897a-41ee-b2be-5f1285fc0511) for deployment 'opnfv-rally' (UUID=b22072db-cd03-4d83-99fb-77b4cc72d2f3). 2020-12-09 12:46:57.564 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6df738b6-897a-41ee-b2be-5f1285fc0511) has been successfully configured for deployment 'opnfv-rally' (UUID=b22072db-cd03-4d83-99fb-77b4cc72d2f3)! 2020-12-09 12:47:05.763 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:47:05.764 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:47:05.764 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:47:07.903 35 INFO rally.api [-] Starting verification (UUID=04073c37-bb49-4d39-9e48-7e8ab02f5b8f) for deployment 'opnfv-rally' (UUID=b22072db-cd03-4d83-99fb-77b4cc72d2f3) by verifier 'opnfv-tempest' (UUID=6df738b6-897a-41ee-b2be-5f1285fc0511). 2020-12-09 12:47:08.504 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-09 12:47:08.504 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6df738b6-897a-41ee-b2be-5f1285fc0511/for-deployment-b22072db-cd03-4d83-99fb-77b4cc72d2f3/tempest.log' to option 'log_file'. 2020-12-09 12:47:08.504 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-6df738b6-897a-41ee-b2be-5f1285fc0511/for-deployment-b22072db-cd03-4d83-99fb-77b4cc72d2f3/tempest.log 2020-12-09 12:47:08.505 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-09 12:47:08.505 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6df738b6-897a-41ee-b2be-5f1285fc0511/for-deployment-b22072db-cd03-4d83-99fb-77b4cc72d2f3/lock_files' to option 'lock_path'. 2020-12-09 12:47:08.505 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-6df738b6-897a-41ee-b2be-5f1285fc0511/for-deployment-b22072db-cd03-4d83-99fb-77b4cc72d2f3/lock_files 2020-12-09 12:47:08.505 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-09 12:47:08.505 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-12-09 12:47:08.505 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 7911761c-862d-40a2-927a-3081dbc8f294 2020-12-09 12:47:08.506 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 2ab52076-a72b-4fff-beeb-278156091671 2020-12-09 12:47:08.506 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 357194ab-f656-418b-86b5-27c841ceaa12 2020-12-09 12:47:08.506 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c383ae0a-d7db-4429-a72f-94bae1182883 2020-12-09 12:47:08.708 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-09 12:47:08.709 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_83c77d1c-2636-404d-b686-824914290fa1 2020-12-09 12:47:08.710 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-09 12:47:08.816 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-09 12:47:08.868 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-09 12:47:08.869 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_04073c37_TGHO9jYh' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-09 12:47:08.905 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_04073c37_TGHO9jYh' (ID = ec1b624f-b228-4e40-85b3-80d49db25136) has been successfully created! 2020-12-09 12:47:08.905 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ec1b624f-b228-4e40-85b3-80d49db25136' to option 'instance_type'. 2020-12-09 12:47:08.906 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ec1b624f-b228-4e40-85b3-80d49db25136 2020-12-09 12:47:08.907 35 INFO rally.task.context [-] Verification 6df738b6-897a-41ee-b2be-5f1285fc0511 | Context tempest@default setup() finished in 0.82 sec 2020-12-09 12:47:08.908 35 INFO rally.task.context [-] Verification 6df738b6-897a-41ee-b2be-5f1285fc0511 | Context testr@default setup() finished in 0.40 msec 2020-12-09 12:47:08.908 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/7f5cb6f8-3d02-4b62-8586-6631d2171d7e'. 2020-12-09 12:47:13.632 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.191s] 2020-12-09 12:47:13.640 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.273s] 2020-12-09 12:47:13.727 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.085s] 2020-12-09 12:47:13.729 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.094s] 2020-12-09 12:47:13.775 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.049s] 2020-12-09 12:47:13.822 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.096s] 2020-12-09 12:47:13.931 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.155s] 2020-12-09 12:47:13.939 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.116s] 2020-12-09 12:47:14.037 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.097s] 2020-12-09 12:47:14.157 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.710s] 2020-12-09 12:47:14.212 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.175s] 2020-12-09 12:47:14.396 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.463s] 2020-12-09 12:47:14.613 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.399s] 2020-12-09 12:47:14.697 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.540s] 2020-12-09 12:47:14.875 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.262s] 2020-12-09 12:47:15.053 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.177s] 2020-12-09 12:47:15.381 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.683s] 2020-12-09 12:47:15.734 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.679s] 2020-12-09 12:47:15.886 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.506s] 2020-12-09 12:47:16.410 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.523s] 2020-12-09 12:47:16.889 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.479s] 2020-12-09 12:47:17.488 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.597s] 2020-12-09 12:47:19.117 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.627s] 2020-12-09 12:47:19.749 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.633s] 2020-12-09 12:47:20.724 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [0.972s] 2020-12-09 12:47:21.612 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.888s] 2020-12-09 12:47:22.599 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.986s] 2020-12-09 12:47:22.971 35 INFO rally.task.context [-] Verification 6df738b6-897a-41ee-b2be-5f1285fc0511 | Context testr@default cleanup() started 2020-12-09 12:47:22.971 35 INFO rally.task.context [-] Verification 6df738b6-897a-41ee-b2be-5f1285fc0511 | Context testr@default cleanup() finished in 0.81 msec 2020-12-09 12:47:22.972 35 INFO rally.task.context [-] Verification 6df738b6-897a-41ee-b2be-5f1285fc0511 | Context tempest@default cleanup() started 2020-12-09 12:47:23.131 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_04073c37_TGHO9jYh'. 2020-12-09 12:47:23.273 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_04073c37_TGHO9jYh' has been deleted. 2020-12-09 12:47:23.274 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'ec1b624f-b228-4e40-85b3-80d49db25136' of option 'instance_type' from Tempest config file. 2020-12-09 12:47:23.275 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'ec1b624f-b228-4e40-85b3-80d49db25136' has been removed. 2020-12-09 12:47:23.281 35 INFO rally.task.context [-] Verification 6df738b6-897a-41ee-b2be-5f1285fc0511 | Context tempest@default cleanup() finished in 0.31 sec 2020-12-09 12:47:23.338 35 INFO rally.api [-] Verification (UUID=04073c37-bb49-4d39-9e48-7e8ab02f5b8f) has been successfully finished for deployment 'opnfv-rally' (UUID=b22072db-cd03-4d83-99fb-77b4cc72d2f3)! 2020-12-09 12:47:25.226 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:47:25.227 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:47:25.227 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:47:26.858 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:47:26.858 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:47:26.858 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:47:29.246 49 INFO rally.api [-] Building 'html' report for the following verification(s): '04073c37-bb49-4d39-9e48-7e8ab02f5b8f' 2020-12-09 12:47:29.269 49 INFO rally.api [-] The report has been successfully built. 2020-12-09 12:47:30.973 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:47:30.974 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:47:30.974 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:47:33.113 51 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '04073c37-bb49-4d39-9e48-7e8ab02f5b8f' 2020-12-09 12:47:33.116 51 INFO rally.api [-] The report has been successfully built.