2022-02-19 16:01:40.516 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:01:40.516 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:01:40.516 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:01:42.855 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-02-19 16:01:42.855 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 16:01:42.855 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 16:01:42.855 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 16:01:42.855 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2022-02-19 16:01:42.855 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:01:42.855 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 16:01:42.855 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:01:42.855 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-02-19 16:01:42.855 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-02-19 16:01:42.855 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-02-19 16:01:42.855 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-02-19 16:01:42.855 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-02-19 16:01:42.855 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-02-19 16:01:42.855 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-02-19 16:01:42.855 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-02-19 16:01:42.855 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 16:01:42.855 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 16:01:42.855 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-02-19 16:01:42.855 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-02-19 16:01:42.855 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-02-19 16:01:42.855 7 ERROR rally.cli.cliutils 2022-02-19 16:01:44.484 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:01:44.484 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:01:44.484 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:01:48.959 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:01:48.959 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:01:48.959 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:01:53.256 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:01:53.257 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:01:53.257 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:01:54.692 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:01:54.692 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:01:54.693 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:01:57.026 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-02-19 16:01:57.026 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 16:01:57.026 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 16:01:57.026 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 16:01:57.026 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 16:01:57.026 16 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:01:57.026 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-02-19 16:01:57.026 16 ERROR rally.cli.cliutils force=force) 2022-02-19 16:01:57.026 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-02-19 16:01:57.026 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-02-19 16:01:57.026 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-02-19 16:01:57.026 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-02-19 16:01:57.026 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-02-19 16:01:57.026 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-02-19 16:01:57.026 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 16:01:57.026 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 16:01:57.026 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-02-19 16:01:57.026 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-02-19 16:01:57.026 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-02-19 16:01:57.026 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-02-19 16:01:57.026 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-02-19 16:01:57.026 16 ERROR rally.cli.cliutils 2022-02-19 16:01:58.530 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:01:58.530 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:01:58.530 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:02:00.725 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-02-19 16:02:00.841 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-08920f6d-9c5f-4181-b222-4c6699c9d6c0/repo. 2022-02-19 16:02:01.202 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-08920f6d-9c5f-4181-b222-4c6699c9d6c0/repo'... done. Note: checking out '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a'. 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-02-19 16:02:01.219 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g1e9f9ce3b ' 2022-02-19 16:02:01.229 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a ' 2022-02-19 16:02:01.252 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-02-19 16:02:01.309 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-02-19 16:02:01.928 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=08920f6d-9c5f-4181-b222-4c6699c9d6c0) has been successfully created! 2022-02-19 16:02:03.639 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:02:03.640 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:02:03.640 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:02:08.060 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:02:08.061 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:02:08.061 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:02:10.260 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=08920f6d-9c5f-4181-b222-4c6699c9d6c0) for deployment 'opnfv-rally' (UUID=17b96343-7a56-45d5-aaa2-0898ed29555d). 2022-02-19 16:02:10.821 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=08920f6d-9c5f-4181-b222-4c6699c9d6c0) has been successfully configured for deployment 'opnfv-rally' (UUID=17b96343-7a56-45d5-aaa2-0898ed29555d)! 2022-02-19 16:02:19.128 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:02:19.129 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:02:19.129 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:02:21.333 33 INFO rally.api [-] Starting verification (UUID=26c81edc-790d-4ea6-b7e8-9711ed22f920) for deployment 'opnfv-rally' (UUID=17b96343-7a56-45d5-aaa2-0898ed29555d) by verifier 'opnfv-tempest' (UUID=08920f6d-9c5f-4181-b222-4c6699c9d6c0). 2022-02-19 16:02:22.115 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-02-19 16:02:22.115 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-08920f6d-9c5f-4181-b222-4c6699c9d6c0/for-deployment-17b96343-7a56-45d5-aaa2-0898ed29555d/tempest.log' to option 'log_file'. 2022-02-19 16:02:22.116 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-08920f6d-9c5f-4181-b222-4c6699c9d6c0/for-deployment-17b96343-7a56-45d5-aaa2-0898ed29555d/tempest.log 2022-02-19 16:02:22.116 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-02-19 16:02:22.116 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-08920f6d-9c5f-4181-b222-4c6699c9d6c0/for-deployment-17b96343-7a56-45d5-aaa2-0898ed29555d/lock_files' to option 'lock_path'. 2022-02-19 16:02:22.117 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-08920f6d-9c5f-4181-b222-4c6699c9d6c0/for-deployment-17b96343-7a56-45d5-aaa2-0898ed29555d/lock_files 2022-02-19 16:02:22.117 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-02-19 16:02:22.117 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a63bcda4-9395-4095-a3e3-72a3aab3e8a0 2022-02-19 16:02:22.118 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 48eec229-7af5-40bb-b8c3-438b6e2107b4 2022-02-19 16:02:22.118 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ff3c6a69-3047-4a8c-9e72-dd0f0dc25c32 2022-02-19 16:02:22.119 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 33a16e5d-9147-4b79-8675-943c6e2b78b4 2022-02-19 16:02:22.430 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-02-19 16:02:22.430 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_a40e4591-2495-4ae6-a492-c47bf86f9636 2022-02-19 16:02:22.431 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-02-19 16:02:22.519 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-02-19 16:02:22.560 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-02-19 16:02:22.561 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_26c81edc_f1KllKBA' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-02-19 16:02:22.611 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_26c81edc_f1KllKBA' (ID = 6c1492bc-d015-4df1-bfee-d742d22a16ab) has been successfully created! 2022-02-19 16:02:22.612 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6c1492bc-d015-4df1-bfee-d742d22a16ab' to option 'instance_type'. 2022-02-19 16:02:22.612 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6c1492bc-d015-4df1-bfee-d742d22a16ab 2022-02-19 16:02:22.614 33 INFO rally.task.context [-] Verification 08920f6d-9c5f-4181-b222-4c6699c9d6c0 | Context tempest@default setup() finished in 1.04 sec 2022-02-19 16:02:22.615 33 INFO rally.task.context [-] Verification 08920f6d-9c5f-4181-b222-4c6699c9d6c0 | Context testr@default setup() finished in 0.43 msec 2022-02-19 16:02:22.615 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/3192dbed-976e-437d-82e9-f898b27df807'. 2022-02-19 16:02:27.578 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.139s] 2022-02-19 16:02:27.712 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.313s] 2022-02-19 16:02:27.733 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.156s] 2022-02-19 16:02:27.834 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.124s] 2022-02-19 16:02:27.851 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.499s] 2022-02-19 16:02:27.852 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.117s] 2022-02-19 16:02:27.889 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.055s] 2022-02-19 16:02:27.963 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.111s] 2022-02-19 16:02:28.014 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.049s] 2022-02-19 16:02:28.092 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.202s] 2022-02-19 16:02:28.240 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.226s] 2022-02-19 16:02:28.245 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.772s] 2022-02-19 16:02:28.456 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.605s] 2022-02-19 16:02:28.646 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.192s] 2022-02-19 16:02:28.680 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.587s] 2022-02-19 16:02:28.741 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.499s] 2022-02-19 16:02:28.833 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.586s] 2022-02-19 16:02:28.876 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.229s] 2022-02-19 16:02:29.055 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.315s] 2022-02-19 16:02:29.206 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.329s] 2022-02-19 16:02:29.374 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.319s] 2022-02-19 16:02:29.645 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.810s] 2022-02-19 16:02:29.930 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.553s] 2022-02-19 16:02:30.183 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.539s] 2022-02-19 16:02:30.376 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.167s] 2022-02-19 16:02:30.703 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.519s] 2022-02-19 16:02:30.896 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.521s] 2022-02-19 16:02:31.276 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.572s] 2022-02-19 16:02:31.554 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.657s] 2022-02-19 16:02:31.844 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.569s] 2022-02-19 16:02:32.314 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.760s] 2022-02-19 16:02:33.103 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.788s] 2022-02-19 16:02:33.366 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.262s] 2022-02-19 16:02:33.426 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.579s] 2022-02-19 16:02:34.076 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.650s] 2022-02-19 16:02:35.420 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.343s] 2022-02-19 16:02:36.519 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.099s] 2022-02-19 16:02:37.549 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 [1.029s] 2022-02-19 16:02:37.647 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-02-19 16:02:37.647 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-02-19 16:02:37.997 33 INFO rally.task.context [-] Verification 08920f6d-9c5f-4181-b222-4c6699c9d6c0 | Context testr@default cleanup() started 2022-02-19 16:02:37.998 33 INFO rally.task.context [-] Verification 08920f6d-9c5f-4181-b222-4c6699c9d6c0 | Context testr@default cleanup() finished in 0.76 msec 2022-02-19 16:02:37.998 33 INFO rally.task.context [-] Verification 08920f6d-9c5f-4181-b222-4c6699c9d6c0 | Context tempest@default cleanup() started 2022-02-19 16:02:38.106 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_26c81edc_f1KllKBA'. 2022-02-19 16:02:38.277 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_26c81edc_f1KllKBA' has been deleted. 2022-02-19 16:02:38.278 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '6c1492bc-d015-4df1-bfee-d742d22a16ab' of option 'instance_type' from Tempest config file. 2022-02-19 16:02:38.278 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '6c1492bc-d015-4df1-bfee-d742d22a16ab' has been removed. 2022-02-19 16:02:38.280 33 INFO rally.task.context [-] Verification 08920f6d-9c5f-4181-b222-4c6699c9d6c0 | Context tempest@default cleanup() finished in 0.28 sec 2022-02-19 16:02:38.311 33 INFO rally.api [-] Verification (UUID=26c81edc-790d-4ea6-b7e8-9711ed22f920) has been successfully finished for deployment 'opnfv-rally' (UUID=17b96343-7a56-45d5-aaa2-0898ed29555d)! 2022-02-19 16:02:39.960 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:02:39.961 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:02:39.961 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:02:41.555 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:02:41.555 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:02:41.556 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:02:43.920 45 INFO rally.api [-] Building 'html' report for the following verification(s): '26c81edc-790d-4ea6-b7e8-9711ed22f920' 2022-02-19 16:02:43.946 45 INFO rally.api [-] The report has been successfully built. 2022-02-19 16:02:45.621 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:02:45.621 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:02:45.621 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:02:47.923 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '26c81edc-790d-4ea6-b7e8-9711ed22f920' 2022-02-19 16:02:47.927 47 INFO rally.api [-] The report has been successfully built.