2022-04-19 07:57:12.139 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:57:12.139 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:57:12.139 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:57:14.451 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-04-19 07:57:14.451 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-04-19 07:57:14.451 7 ERROR rally.cli.cliutils 2022-04-19 07:57:15.925 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:57:15.925 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:57:15.925 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:57:20.146 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:57:20.147 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:57:20.147 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:57:24.460 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:57:24.460 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:57:24.461 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:57:25.844 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:57:25.845 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:57:25.845 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:57:27.802 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-04-19 07:57:27.802 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils force=force) 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-04-19 07:57:27.802 16 ERROR rally.cli.cliutils 2022-04-19 07:57:29.176 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:57:29.177 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:57:29.177 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:57:31.213 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-04-19 07:57:31.312 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a30ee44b-e0e3-442a-83d8-cd880f91e98b/repo. 2022-04-19 07:57:31.627 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a30ee44b-e0e3-442a-83d8-cd880f91e98b/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-04-19 07:57:31.639 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-04-19 07:57:31.647 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-04-19 07:57:31.671 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-04-19 07:57:31.742 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-04-19 07:57:32.359 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a30ee44b-e0e3-442a-83d8-cd880f91e98b) has been successfully created! 2022-04-19 07:57:34.053 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:57:34.054 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:57:34.054 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:57:38.274 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:57:38.274 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:57:38.274 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:57:40.328 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a30ee44b-e0e3-442a-83d8-cd880f91e98b) for deployment 'opnfv-rally' (UUID=4a9d8469-6a05-40ab-b080-56b603fd46a8). 2022-04-19 07:57:40.689 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a30ee44b-e0e3-442a-83d8-cd880f91e98b) has been successfully configured for deployment 'opnfv-rally' (UUID=4a9d8469-6a05-40ab-b080-56b603fd46a8)! 2022-04-19 07:57:47.915 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:57:47.915 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:57:47.915 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:57:50.020 33 INFO rally.api [-] Starting verification (UUID=3114ecf7-9d1a-4db1-b2dc-190e0c3837e6) for deployment 'opnfv-rally' (UUID=4a9d8469-6a05-40ab-b080-56b603fd46a8) by verifier 'opnfv-tempest' (UUID=a30ee44b-e0e3-442a-83d8-cd880f91e98b). 2022-04-19 07:57:50.603 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-04-19 07:57:50.604 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a30ee44b-e0e3-442a-83d8-cd880f91e98b/for-deployment-4a9d8469-6a05-40ab-b080-56b603fd46a8/tempest.log' to option 'log_file'. 2022-04-19 07:57:50.604 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a30ee44b-e0e3-442a-83d8-cd880f91e98b/for-deployment-4a9d8469-6a05-40ab-b080-56b603fd46a8/tempest.log 2022-04-19 07:57:50.604 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-04-19 07:57:50.605 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a30ee44b-e0e3-442a-83d8-cd880f91e98b/for-deployment-4a9d8469-6a05-40ab-b080-56b603fd46a8/lock_files' to option 'lock_path'. 2022-04-19 07:57:50.605 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a30ee44b-e0e3-442a-83d8-cd880f91e98b/for-deployment-4a9d8469-6a05-40ab-b080-56b603fd46a8/lock_files 2022-04-19 07:57:50.605 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-04-19 07:57:50.606 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-04-19 07:57:50.606 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e47aab23-8391-4a7b-a96f-8e540cce7504 2022-04-19 07:57:50.606 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 728a429a-26aa-48f3-b22a-f283daef5662 2022-04-19 07:57:50.607 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 09406773-699c-4184-ab25-adf5e9967e80 2022-04-19 07:57:50.608 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = cb914081-7982-4f19-9024-e533c0744018 2022-04-19 07:57:50.816 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-04-19 07:57:50.816 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_427390bf-5dac-49a6-8477-6caaf09f0c27 2022-04-19 07:57:50.816 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-04-19 07:57:50.880 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-04-19 07:57:50.918 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-04-19 07:57:50.918 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_3114ecf7_KaOOxtJZ' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-04-19 07:57:50.947 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_3114ecf7_KaOOxtJZ' (ID = 73801ace-4d78-4b1c-8492-a8ad69ba6611) has been successfully created! 2022-04-19 07:57:50.947 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '73801ace-4d78-4b1c-8492-a8ad69ba6611' to option 'instance_type'. 2022-04-19 07:57:50.948 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 73801ace-4d78-4b1c-8492-a8ad69ba6611 2022-04-19 07:57:50.949 33 INFO rally.task.context [-] Verification a30ee44b-e0e3-442a-83d8-cd880f91e98b | Context tempest@default setup() finished in 0.77 sec 2022-04-19 07:57:50.950 33 INFO rally.task.context [-] Verification a30ee44b-e0e3-442a-83d8-cd880f91e98b | Context testr@default setup() finished in 0.42 msec 2022-04-19 07:57:50.951 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/9b664d98-811b-4a88-98e1-21f2f8e5bee6'. 2022-04-19 07:57:55.319 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.137s] 2022-04-19 07:57:55.419 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.100s] 2022-04-19 07:57:55.429 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.261s] 2022-04-19 07:57:55.553 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.134s] 2022-04-19 07:57:55.580 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.150s] 2022-04-19 07:57:55.635 33 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.055s] 2022-04-19 07:57:55.652 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.099s] 2022-04-19 07:57:55.687 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.465s] 2022-04-19 07:57:55.698 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.046s] 2022-04-19 07:57:55.781 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.145s] 2022-04-19 07:57:55.843 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.144s] 2022-04-19 07:57:56.071 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.747s] 2022-04-19 07:57:56.312 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.623s] 2022-04-19 07:57:56.332 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.549s] 2022-04-19 07:57:56.369 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.524s] 2022-04-19 07:57:56.521 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.210s] 2022-04-19 07:57:56.597 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [0.526s] 2022-04-19 07:57:56.644 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.274s] 2022-04-19 07:57:56.765 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.243s] 2022-04-19 07:57:56.889 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.245s] 2022-04-19 07:57:57.025 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.259s] 2022-04-19 07:57:57.423 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.823s] 2022-04-19 07:57:57.453 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.562s] 2022-04-19 07:57:57.922 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.500s] 2022-04-19 07:57:58.175 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.147s] 2022-04-19 07:57:58.417 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.494s] 2022-04-19 07:57:58.575 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.402s] 2022-04-19 07:57:58.926 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.508s] 2022-04-19 07:57:59.183 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.607s] 2022-04-19 07:57:59.431 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.505s] 2022-04-19 07:57:59.919 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.734s] 2022-04-19 07:58:00.521 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.601s] 2022-04-19 07:58:00.793 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.273s] 2022-04-19 07:58:00.896 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-04-19 07:58:00.897 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-04-19 07:58:01.002 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.568s] 2022-04-19 07:58:01.685 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.684s] 2022-04-19 07:58:02.635 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [0.948s] 2022-04-19 07:58:04.106 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.470s] 2022-04-19 07:58:05.226 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [1.120s] 2022-04-19 07:58:05.553 33 INFO rally.task.context [-] Verification a30ee44b-e0e3-442a-83d8-cd880f91e98b | Context testr@default cleanup() started 2022-04-19 07:58:05.553 33 INFO rally.task.context [-] Verification a30ee44b-e0e3-442a-83d8-cd880f91e98b | Context testr@default cleanup() finished in 0.77 msec 2022-04-19 07:58:05.554 33 INFO rally.task.context [-] Verification a30ee44b-e0e3-442a-83d8-cd880f91e98b | Context tempest@default cleanup() started 2022-04-19 07:58:05.780 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_3114ecf7_KaOOxtJZ'. 2022-04-19 07:58:06.042 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_3114ecf7_KaOOxtJZ' has been deleted. 2022-04-19 07:58:06.042 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '73801ace-4d78-4b1c-8492-a8ad69ba6611' of option 'instance_type' from Tempest config file. 2022-04-19 07:58:06.043 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '73801ace-4d78-4b1c-8492-a8ad69ba6611' has been removed. 2022-04-19 07:58:06.046 33 INFO rally.task.context [-] Verification a30ee44b-e0e3-442a-83d8-cd880f91e98b | Context tempest@default cleanup() finished in 0.49 sec 2022-04-19 07:58:06.081 33 INFO rally.api [-] Verification (UUID=3114ecf7-9d1a-4db1-b2dc-190e0c3837e6) has been successfully finished for deployment 'opnfv-rally' (UUID=4a9d8469-6a05-40ab-b080-56b603fd46a8)! 2022-04-19 07:58:07.896 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:58:07.897 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:58:07.897 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:58:09.529 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:58:09.529 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:58:09.529 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:58:12.152 45 INFO rally.api [-] Building 'html' report for the following verification(s): '3114ecf7-9d1a-4db1-b2dc-190e0c3837e6' 2022-04-19 07:58:12.243 45 INFO rally.api [-] The report has been successfully built. 2022-04-19 07:58:14.192 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:58:14.192 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:58:14.193 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:58:16.552 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '3114ecf7-9d1a-4db1-b2dc-190e0c3837e6' 2022-04-19 07:58:16.556 47 INFO rally.api [-] The report has been successfully built.