2021-06-08 07:54:16.834 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:54:16.835 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:54:16.835 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:54:19.152 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 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 07:54:19.152 7 ERROR rally.cli.cliutils 2021-06-08 07:54:20.605 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:54:20.605 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:54:20.605 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:54:24.320 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:54:24.320 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:54:24.321 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:54:28.476 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:54:28.477 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:54:28.477 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:54:29.825 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:54:29.826 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:54:29.826 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:54:31.882 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 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils force=force) 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 07:54:31.882 16 ERROR rally.cli.cliutils 2021-06-08 07:54:33.280 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:54:33.280 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:54:33.280 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:54:35.192 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-08 07:54:35.273 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f0609d2a-d452-442d-98ba-df76c1713c37/repo. 2021-06-08 07:54:35.579 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f0609d2a-d452-442d-98ba-df76c1713c37/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 ' 2021-06-08 07:54:35.594 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2021-06-08 07:54:35.601 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2021-06-08 07:54:35.623 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-08 07:54:35.682 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-08 07:54:36.292 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f0609d2a-d452-442d-98ba-df76c1713c37) has been successfully created! 2021-06-08 07:54:37.731 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:54:37.732 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:54:37.732 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:54:41.703 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:54:41.704 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:54:41.704 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:54:43.726 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f0609d2a-d452-442d-98ba-df76c1713c37) for deployment 'opnfv-rally' (UUID=ab0c2136-ea8a-4f33-89d4-9623ba988f47). 2021-06-08 07:54:44.892 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f0609d2a-d452-442d-98ba-df76c1713c37) has been successfully configured for deployment 'opnfv-rally' (UUID=ab0c2136-ea8a-4f33-89d4-9623ba988f47)! 2021-06-08 07:54:52.022 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:54:52.022 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:54:52.022 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:54:54.130 33 INFO rally.api [-] Starting verification (UUID=ce9e1269-1287-4db3-80da-e0b45f91297c) for deployment 'opnfv-rally' (UUID=ab0c2136-ea8a-4f33-89d4-9623ba988f47) by verifier 'opnfv-tempest' (UUID=f0609d2a-d452-442d-98ba-df76c1713c37). 2021-06-08 07:54:54.675 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-08 07:54:54.676 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f0609d2a-d452-442d-98ba-df76c1713c37/for-deployment-ab0c2136-ea8a-4f33-89d4-9623ba988f47/tempest.log' to option 'log_file'. 2021-06-08 07:54:54.676 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f0609d2a-d452-442d-98ba-df76c1713c37/for-deployment-ab0c2136-ea8a-4f33-89d4-9623ba988f47/tempest.log 2021-06-08 07:54:54.677 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-08 07:54:54.677 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f0609d2a-d452-442d-98ba-df76c1713c37/for-deployment-ab0c2136-ea8a-4f33-89d4-9623ba988f47/lock_files' to option 'lock_path'. 2021-06-08 07:54:54.677 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f0609d2a-d452-442d-98ba-df76c1713c37/for-deployment-ab0c2136-ea8a-4f33-89d4-9623ba988f47/lock_files 2021-06-08 07:54:54.678 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-08 07:54:54.678 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 2021-06-08 07:54:54.678 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 981c6384-d391-4799-a0c0-9b8d3d3db6dd 2021-06-08 07:54:54.679 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1ceae076-81c8-48d8-91ee-b470cdfdb1dc 2021-06-08 07:54:54.679 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b9c97ac8-fa31-40de-8fb2-3081523d1fc3 2021-06-08 07:54:54.680 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2d72d128-6fae-45ac-952d-64317399f333 2021-06-08 07:54:55.941 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-08 07:54:55.942 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_3c0678b3-23c8-4ccf-8b6e-eb1ecd8e180a 2021-06-08 07:54:55.942 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-08 07:54:56.008 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-08 07:54:56.061 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_e923e4f8_8J2F1kxx'. Using flavor 'rally_verify_e923e4f8_8J2F1kxx' (ID = 42f7d71c-d113-4f3e-ac0c-a9caef02dcde) for the tests. 2021-06-08 07:54:56.062 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '42f7d71c-d113-4f3e-ac0c-a9caef02dcde' to option 'instance_type'. 2021-06-08 07:54:56.062 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 42f7d71c-d113-4f3e-ac0c-a9caef02dcde 2021-06-08 07:54:56.064 33 INFO rally.task.context [-] Verification f0609d2a-d452-442d-98ba-df76c1713c37 | Context tempest@default setup() finished in 1.75 sec 2021-06-08 07:54:56.065 33 INFO rally.task.context [-] Verification f0609d2a-d452-442d-98ba-df76c1713c37 | Context testr@default setup() finished in 0.43 msec 2021-06-08 07:54:56.065 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/8ef66138-b006-43d6-a40d-2ef4526a8a6e'. 2021-06-08 07:55:00.513 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.136s] 2021-06-08 07:55:00.693 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.180s] 2021-06-08 07:55:00.777 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.383s] 2021-06-08 07:55:00.916 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.223s] 2021-06-08 07:55:01.013 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.235s] 2021-06-08 07:55:01.121 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.205s] 2021-06-08 07:55:01.138 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.125s] 2021-06-08 07:55:01.149 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.717s] 2021-06-08 07:55:01.199 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.066s] 2021-06-08 07:55:01.390 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.251s] 2021-06-08 07:55:01.522 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.332s] 2021-06-08 07:55:01.689 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [1.268s] 2021-06-08 07:55:02.027 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.877s] 2021-06-08 07:55:02.087 33 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.695s] 2021-06-08 07:55:02.122 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.598s] 2021-06-08 07:55:02.303 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.277s] 2021-06-08 07:55:02.374 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.687s] 2021-06-08 07:55:02.447 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.325s] 2021-06-08 07:55:02.607 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.303s] 2021-06-08 07:55:02.754 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.307s] 2021-06-08 07:55:03.015 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.407s] 2021-06-08 07:55:03.270 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.893s] 2021-06-08 07:55:03.487 33 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.730s] 2021-06-08 07:55:03.875 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.605s] 2021-06-08 07:55:04.422 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.546s] 2021-06-08 07:55:04.900 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.882s] 2021-06-08 07:55:05.236 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.813s] 2021-06-08 07:55:05.546 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.645s] 2021-06-08 07:55:06.033 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.797s] 2021-06-08 07:55:06.518 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.970s] 2021-06-08 07:55:07.588 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [1.069s] 2021-06-08 07:55:08.364 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [2.328s] 2021-06-08 07:55:08.477 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.888s] 2021-06-08 07:55:08.817 33 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.340s] 2021-06-08 07:55:09.105 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.741s] 2021-06-08 07:55:10.383 33 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.277s] 2021-06-08 07:55:11.421 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.037s] 2021-06-08 07:55:12.468 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.047s] 2021-06-08 07:55:12.577 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' 2021-06-08 07:55:12.578 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' 2021-06-08 07:55:12.887 33 INFO rally.task.context [-] Verification f0609d2a-d452-442d-98ba-df76c1713c37 | Context testr@default cleanup() started 2021-06-08 07:55:12.888 33 INFO rally.task.context [-] Verification f0609d2a-d452-442d-98ba-df76c1713c37 | Context testr@default cleanup() finished in 0.74 msec 2021-06-08 07:55:12.889 33 INFO rally.task.context [-] Verification f0609d2a-d452-442d-98ba-df76c1713c37 | Context tempest@default cleanup() started 2021-06-08 07:55:13.062 33 INFO rally.task.context [-] Verification f0609d2a-d452-442d-98ba-df76c1713c37 | Context tempest@default cleanup() finished in 0.17 sec 2021-06-08 07:55:13.084 33 INFO rally.api [-] Verification (UUID=ce9e1269-1287-4db3-80da-e0b45f91297c) has been successfully finished for deployment 'opnfv-rally' (UUID=ab0c2136-ea8a-4f33-89d4-9623ba988f47)! 2021-06-08 07:55:14.798 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:55:14.798 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:55:14.798 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:55:16.359 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:55:16.360 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:55:16.360 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:55:18.483 45 INFO rally.api [-] Building 'html' report for the following verification(s): 'ce9e1269-1287-4db3-80da-e0b45f91297c' 2021-06-08 07:55:18.506 45 INFO rally.api [-] The report has been successfully built. 2021-06-08 07:55:20.097 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:55:20.098 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:55:20.098 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:55:22.194 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ce9e1269-1287-4db3-80da-e0b45f91297c' 2021-06-08 07:55:22.197 47 INFO rally.api [-] The report has been successfully built.