2021-08-16 20:08:12.963 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:08:12.963 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:08:12.964 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:08:15.735 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-08-16 20:08:15.735 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-16 20:08:15.735 8 ERROR rally.cli.cliutils 2021-08-16 20:08:17.661 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:08:17.661 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:08:17.662 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:08:22.746 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:08:22.746 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:08:22.746 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:08:27.973 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:08:27.973 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:08:27.974 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:08:29.493 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:08:29.494 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:08:29.494 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:08:32.440 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-08-16 20:08:32.440 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-16 20:08:32.440 18 ERROR rally.cli.cliutils 2021-08-16 20:08:34.383 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:08:34.384 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:08:34.384 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:08:37.303 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-16 20:08:37.358 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-7e2f786d-3eff-43fd-9905-2199a8b18bb3/repo. 2021-08-16 20:08:37.665 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-7e2f786d-3eff-43fd-9905-2199a8b18bb3/repo'... done. Note: switching to '883706539ffd4099b0701a27cc3e6a3b7c527dbe'. 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-08-16 20:08:37.682 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-g883706539 ' 2021-08-16 20:08:37.688 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '883706539ffd4099b0701a27cc3e6a3b7c527dbe ' 2021-08-16 20:08:37.697 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-16 20:08:37.767 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-16 20:08:38.707 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7e2f786d-3eff-43fd-9905-2199a8b18bb3) has been successfully created! 2021-08-16 20:08:40.571 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:08:40.571 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:08:40.571 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:08:46.286 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:08:46.286 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:08:46.286 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:08:48.886 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7e2f786d-3eff-43fd-9905-2199a8b18bb3) for deployment 'opnfv-rally' (UUID=57351b72-3402-41d1-bffa-0017177ce7b1). 2021-08-16 20:08:49.436 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7e2f786d-3eff-43fd-9905-2199a8b18bb3) has been successfully configured for deployment 'opnfv-rally' (UUID=57351b72-3402-41d1-bffa-0017177ce7b1)! 2021-08-16 20:09:00.252 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:09:00.252 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:09:00.253 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:09:03.179 38 INFO rally.api [-] Starting verification (UUID=4acab20b-7e03-4482-b48c-797a321f91ba) for deployment 'opnfv-rally' (UUID=57351b72-3402-41d1-bffa-0017177ce7b1) by verifier 'opnfv-tempest' (UUID=7e2f786d-3eff-43fd-9905-2199a8b18bb3). 2021-08-16 20:09:03.912 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-16 20:09:03.913 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7e2f786d-3eff-43fd-9905-2199a8b18bb3/for-deployment-57351b72-3402-41d1-bffa-0017177ce7b1/tempest.log' to option 'log_file'. 2021-08-16 20:09:03.913 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-7e2f786d-3eff-43fd-9905-2199a8b18bb3/for-deployment-57351b72-3402-41d1-bffa-0017177ce7b1/tempest.log 2021-08-16 20:09:03.913 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-16 20:09:03.914 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7e2f786d-3eff-43fd-9905-2199a8b18bb3/for-deployment-57351b72-3402-41d1-bffa-0017177ce7b1/lock_files' to option 'lock_path'. 2021-08-16 20:09:03.914 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-7e2f786d-3eff-43fd-9905-2199a8b18bb3/for-deployment-57351b72-3402-41d1-bffa-0017177ce7b1/lock_files 2021-08-16 20:09:03.915 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-08-16 20:09:03.915 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7e2f786d-3eff-43fd-9905-2199a8b18bb3/for-deployment-57351b72-3402-41d1-bffa-0017177ce7b1' to option 'img_dir'. 2021-08-16 20:09:03.915 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-7e2f786d-3eff-43fd-9905-2199a8b18bb3/for-deployment-57351b72-3402-41d1-bffa-0017177ce7b1 2021-08-16 20:09:03.916 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2021-08-16 20:09:03.916 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = dec72253-ece1-4954-b731-0f8809b77a3b 2021-08-16 20:09:03.917 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = cc6d0cf9-00b6-47c8-8537-6a7d2e6964f3 2021-08-16 20:09:03.918 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 0216f6e2-1f3a-4b80-9708-8b2391121277 2021-08-16 20:09:03.918 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9bf0debf-894d-4ad3-93a5-9f04c0664dc3 2021-08-16 20:09:04.126 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-16 20:09:04.127 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone_cntt-net_562c9511-dd3b-4a9b-a4ef-d97578dece8b 2021-08-16 20:09:04.128 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-16 20:09:04.228 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-16 20:09:04.262 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-08-16 20:09:04.262 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_4acab20b_PrznUY4X' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-08-16 20:09:04.298 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_4acab20b_PrznUY4X' (ID = 650dc0d4-ee24-4db8-a9a1-e747a661931f) has been successfully created! 2021-08-16 20:09:04.298 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '650dc0d4-ee24-4db8-a9a1-e747a661931f' to option 'instance_type'. 2021-08-16 20:09:04.299 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 650dc0d4-ee24-4db8-a9a1-e747a661931f 2021-08-16 20:09:04.300 38 INFO rally.task.context [-] Verification 7e2f786d-3eff-43fd-9905-2199a8b18bb3 | Context tempest@default setup() finished in 0.92 sec 2021-08-16 20:09:04.301 38 INFO rally.task.context [-] Verification 7e2f786d-3eff-43fd-9905-2199a8b18bb3 | Context testr@default setup() finished in 0.46 msec 2021-08-16 20:09:04.302 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/daf9dd51-12b6-482d-8e7c-6a1cb4e9f887'. 2021-08-16 20:09:09.919 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.236s] 2021-08-16 20:09:09.961 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.089s] 2021-08-16 20:09:09.981 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.063s] 2021-08-16 20:09:10.014 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.032s] 2021-08-16 20:09:10.018 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.058s] 2021-08-16 20:09:10.073 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.054s] 2021-08-16 20:09:10.148 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.133s] 2021-08-16 20:09:10.215 38 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.142s] 2021-08-16 20:09:10.270 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.591s] 2021-08-16 20:09:10.306 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.090s] 2021-08-16 20:09:10.449 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.142s] 2021-08-16 20:09:10.465 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.315s] 2021-08-16 20:09:10.737 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [0.466s] 2021-08-16 20:09:10.840 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.389s] 2021-08-16 20:09:10.948 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.107s] 2021-08-16 20:09:11.110 38 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.161s] 2021-08-16 20:09:11.243 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.505s] 2021-08-16 20:09:11.555 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.442s] 2021-08-16 20:09:11.593 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.350s] 2021-08-16 20:09:12.035 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.441s] 2021-08-16 20:09:12.507 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.471s] 2021-08-16 20:09:13.021 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.513s] 2021-08-16 20:09:14.456 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.433s] 2021-08-16 20:09:14.979 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.523s] 2021-08-16 20:09:15.836 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [0.854s] 2021-08-16 20:09:16.510 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.673s] 2021-08-16 20:09:17.236 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [0.725s] 2021-08-16 20:09:17.639 38 INFO rally.task.context [-] Verification 7e2f786d-3eff-43fd-9905-2199a8b18bb3 | Context testr@default cleanup() started 2021-08-16 20:09:17.640 38 INFO rally.task.context [-] Verification 7e2f786d-3eff-43fd-9905-2199a8b18bb3 | Context testr@default cleanup() finished in 0.77 msec 2021-08-16 20:09:17.640 38 INFO rally.task.context [-] Verification 7e2f786d-3eff-43fd-9905-2199a8b18bb3 | Context tempest@default cleanup() started 2021-08-16 20:09:17.844 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_4acab20b_PrznUY4X'. 2021-08-16 20:09:18.071 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_4acab20b_PrznUY4X' has been deleted. 2021-08-16 20:09:18.072 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '650dc0d4-ee24-4db8-a9a1-e747a661931f' of option 'instance_type' from Tempest config file. 2021-08-16 20:09:18.072 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '650dc0d4-ee24-4db8-a9a1-e747a661931f' has been removed. 2021-08-16 20:09:18.073 38 INFO rally.task.context [-] Verification 7e2f786d-3eff-43fd-9905-2199a8b18bb3 | Context tempest@default cleanup() finished in 0.43 sec 2021-08-16 20:09:18.085 38 INFO rally.api [-] Verification (UUID=4acab20b-7e03-4482-b48c-797a321f91ba) has been successfully finished for deployment 'opnfv-rally' (UUID=57351b72-3402-41d1-bffa-0017177ce7b1)! 2021-08-16 20:09:20.082 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:09:20.083 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:09:20.083 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:09:21.661 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:09:21.661 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:09:21.662 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:09:24.453 53 INFO rally.api [-] Building 'html' report for the following verification(s): '4acab20b-7e03-4482-b48c-797a321f91ba' 2021-08-16 20:09:24.475 53 INFO rally.api [-] The report has been successfully built. 2021-08-16 20:09:26.149 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:09:26.149 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:09:26.150 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:09:28.678 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '4acab20b-7e03-4482-b48c-797a321f91ba' 2021-08-16 20:09:28.681 55 INFO rally.api [-] The report has been successfully built.