2022-03-29 08:10:07.131 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:10:07.132 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:10:07.132 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:10:09.220 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 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-03-29 08:10:09.220 7 ERROR rally.cli.cliutils 2022-03-29 08:10:10.739 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:10:10.740 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:10:10.740 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:10:14.835 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:10:14.835 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:10:14.835 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:10:19.200 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:10:19.201 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:10:19.201 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:10:20.623 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:10:20.624 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:10:20.624 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils force=force) 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-03-29 08:10:22.812 16 ERROR rally.cli.cliutils 2022-03-29 08:10:24.427 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:10:24.427 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:10:24.428 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:10:26.690 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-03-29 08:10:26.765 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-db41ca16-c7eb-4900-b81d-d8c278cdba3a/repo. 2022-03-29 08:10:27.053 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-db41ca16-c7eb-4900-b81d-d8c278cdba3a/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2022-03-29 08:10:27.067 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-03-29 08:10:27.076 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-03-29 08:10:27.102 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-03-29 08:10:27.153 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-03-29 08:10:27.769 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=db41ca16-c7eb-4900-b81d-d8c278cdba3a) has been successfully created! 2022-03-29 08:10:29.524 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:10:29.524 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:10:29.524 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:10:33.929 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:10:33.930 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:10:33.930 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:10:36.136 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=db41ca16-c7eb-4900-b81d-d8c278cdba3a) for deployment 'opnfv-rally' (UUID=92ceb952-df01-4a3f-8b1b-f9d89351a01b). 2022-03-29 08:10:36.713 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=db41ca16-c7eb-4900-b81d-d8c278cdba3a) has been successfully configured for deployment 'opnfv-rally' (UUID=92ceb952-df01-4a3f-8b1b-f9d89351a01b)! 2022-03-29 08:10:44.407 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:10:44.407 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:10:44.407 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:10:46.650 33 INFO rally.api [-] Starting verification (UUID=4e8ac5c1-a696-47d3-b29e-e17dd88b1421) for deployment 'opnfv-rally' (UUID=92ceb952-df01-4a3f-8b1b-f9d89351a01b) by verifier 'opnfv-tempest' (UUID=db41ca16-c7eb-4900-b81d-d8c278cdba3a). 2022-03-29 08:10:47.298 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-03-29 08:10:47.299 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-db41ca16-c7eb-4900-b81d-d8c278cdba3a/for-deployment-92ceb952-df01-4a3f-8b1b-f9d89351a01b/tempest.log' to option 'log_file'. 2022-03-29 08:10:47.299 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-db41ca16-c7eb-4900-b81d-d8c278cdba3a/for-deployment-92ceb952-df01-4a3f-8b1b-f9d89351a01b/tempest.log 2022-03-29 08:10:47.299 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-03-29 08:10:47.300 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-db41ca16-c7eb-4900-b81d-d8c278cdba3a/for-deployment-92ceb952-df01-4a3f-8b1b-f9d89351a01b/lock_files' to option 'lock_path'. 2022-03-29 08:10:47.300 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-db41ca16-c7eb-4900-b81d-d8c278cdba3a/for-deployment-92ceb952-df01-4a3f-8b1b-f9d89351a01b/lock_files 2022-03-29 08:10:47.300 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-03-29 08:10:47.301 33 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 2022-03-29 08:10:47.301 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 6c7d77cf-32d1-412f-b041-c35108408f71 2022-03-29 08:10:47.301 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 27c012bb-3bf5-4994-871a-67bc12b3b3f8 2022-03-29 08:10:47.302 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 66091527-2875-46bd-8e15-67418210fe7a 2022-03-29 08:10:47.302 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 0278d78f-c072-48da-90b4-3501d3b7817a 2022-03-29 08:10:47.564 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-03-29 08:10:47.565 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_69c08b56-4ee2-49fa-99da-5bab629ee822 2022-03-29 08:10:47.565 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-03-29 08:10:47.636 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-03-29 08:10:47.673 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_ba3f4be5_ymxtijiE'. Using flavor 'rally_verify_ba3f4be5_ymxtijiE' (ID = d78a87d5-ebe1-4d8f-9b3d-e161e585b2e7) for the tests. 2022-03-29 08:10:47.673 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd78a87d5-ebe1-4d8f-9b3d-e161e585b2e7' to option 'instance_type'. 2022-03-29 08:10:47.673 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d78a87d5-ebe1-4d8f-9b3d-e161e585b2e7 2022-03-29 08:10:47.674 33 INFO rally.task.context [-] Verification db41ca16-c7eb-4900-b81d-d8c278cdba3a | Context tempest@default setup() finished in 0.80 sec 2022-03-29 08:10:47.675 33 INFO rally.task.context [-] Verification db41ca16-c7eb-4900-b81d-d8c278cdba3a | Context testr@default setup() finished in 0.34 msec 2022-03-29 08:10:47.675 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/3de50bf3-f332-4294-a827-89fab238fbad'. 2022-03-29 08:10:52.395 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.338s] 2022-03-29 08:10:52.488 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.092s] 2022-03-29 08:10:52.489 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.335s] 2022-03-29 08:10:52.545 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.059s] 2022-03-29 08:10:52.587 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.101s] 2022-03-29 08:10:52.605 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.461s] 2022-03-29 08:10:52.687 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.141s] 2022-03-29 08:10:52.695 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.107s] 2022-03-29 08:10:52.856 33 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.160s] 2022-03-29 08:10:52.938 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.789s] 2022-03-29 08:10:52.945 33 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] 2022-03-29 08:10:53.121 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.175s] 2022-03-29 08:10:53.197 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.501s] 2022-03-29 08:10:53.234 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.628s] 2022-03-29 08:10:53.409 33 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.471s] 2022-03-29 08:10:53.465 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.232s] 2022-03-29 08:10:53.617 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.495s] 2022-03-29 08:10:53.709 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.243s] 2022-03-29 08:10:53.807 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.189s] 2022-03-29 08:10:54.032 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.321s] 2022-03-29 08:10:54.038 33 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.231s] 2022-03-29 08:10:54.146 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.736s] 2022-03-29 08:10:54.673 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.525s] 2022-03-29 08:10:54.714 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.672s] 2022-03-29 08:10:55.202 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.168s] 2022-03-29 08:10:55.282 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.609s] 2022-03-29 08:10:55.634 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.431s] 2022-03-29 08:10:55.763 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.480s] 2022-03-29 08:10:56.247 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.612s] 2022-03-29 08:10:56.282 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.519s] 2022-03-29 08:10:57.029 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.782s] 2022-03-29 08:10:57.679 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.649s] 2022-03-29 08:10:57.908 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.624s] 2022-03-29 08:10:58.032 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.355s] 2022-03-29 08:10:58.528 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.619s] 2022-03-29 08:10:59.460 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [0.930s] 2022-03-29 08:11:00.341 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.880s] 2022-03-29 08:11:01.116 33 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.774s] 2022-03-29 08:11:01.214 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2EcpFederatedAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2022-03-29 08:11:01.215 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2EcpFederatedAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2022-03-29 08:11:01.501 33 INFO rally.task.context [-] Verification db41ca16-c7eb-4900-b81d-d8c278cdba3a | Context testr@default cleanup() started 2022-03-29 08:11:01.502 33 INFO rally.task.context [-] Verification db41ca16-c7eb-4900-b81d-d8c278cdba3a | Context testr@default cleanup() finished in 0.74 msec 2022-03-29 08:11:01.502 33 INFO rally.task.context [-] Verification db41ca16-c7eb-4900-b81d-d8c278cdba3a | Context tempest@default cleanup() started 2022-03-29 08:11:01.608 33 INFO rally.task.context [-] Verification db41ca16-c7eb-4900-b81d-d8c278cdba3a | Context tempest@default cleanup() finished in 0.11 sec 2022-03-29 08:11:01.628 33 INFO rally.api [-] Verification (UUID=4e8ac5c1-a696-47d3-b29e-e17dd88b1421) has been successfully finished for deployment 'opnfv-rally' (UUID=92ceb952-df01-4a3f-8b1b-f9d89351a01b)! 2022-03-29 08:11:03.290 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:11:03.290 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:11:03.291 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:11:04.805 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:11:04.806 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:11:04.806 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:11:06.955 45 INFO rally.api [-] Building 'html' report for the following verification(s): '4e8ac5c1-a696-47d3-b29e-e17dd88b1421' 2022-03-29 08:11:06.977 45 INFO rally.api [-] The report has been successfully built. 2022-03-29 08:11:08.479 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:11:08.479 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:11:08.479 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:11:10.636 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '4e8ac5c1-a696-47d3-b29e-e17dd88b1421' 2022-03-29 08:11:10.642 47 INFO rally.api [-] The report has been successfully built.