2020-07-04 07:41:55.510 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:41:55.510 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:41:55.510 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:41:57.760 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 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-04 07:41:57.760 7 ERROR rally.cli.cliutils 2020-07-04 07:41:59.518 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:41:59.518 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:41:59.518 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:42:03.691 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:42:03.691 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:42:03.692 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:42:08.493 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:42:08.493 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:42:08.494 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:42:10.079 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:42:10.079 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:42:10.079 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-04 07:42:12.324 17 ERROR rally.cli.cliutils 2020-07-04 07:42:14.128 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:42:14.128 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:42:14.129 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:42:16.366 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-04 07:42:16.449 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b94d51fe-211a-44c9-bd49-010f7b8ee40c/repo. 2020-07-04 07:42:16.706 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b94d51fe-211a-44c9-bd49-010f7b8ee40c/repo'... done. Note: switching to '537bf665f54089bb155b56d8ea1e34ba364dbb74'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-07-04 07:42:16.719 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g537bf665f ' 2020-07-04 07:42:16.728 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '537bf665f54089bb155b56d8ea1e34ba364dbb74 ' 2020-07-04 07:42:16.749 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-04 07:42:16.810 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-04 07:42:17.541 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b94d51fe-211a-44c9-bd49-010f7b8ee40c) has been successfully created! 2020-07-04 07:42:19.267 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:42:19.268 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:42:19.268 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:42:23.876 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:42:23.876 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:42:23.877 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:42:26.102 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b94d51fe-211a-44c9-bd49-010f7b8ee40c) for deployment 'opnfv-rally' (UUID=3432146d-aefc-44f1-a4e7-4d35249a0876). 2020-07-04 07:42:26.606 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b94d51fe-211a-44c9-bd49-010f7b8ee40c) has been successfully configured for deployment 'opnfv-rally' (UUID=3432146d-aefc-44f1-a4e7-4d35249a0876)! 2020-07-04 07:42:34.960 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:42:34.961 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:42:34.961 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:42:37.134 35 INFO rally.api [-] Starting verification (UUID=983c6b74-bfb4-44f3-b5e5-2dbdea690763) for deployment 'opnfv-rally' (UUID=3432146d-aefc-44f1-a4e7-4d35249a0876) by verifier 'opnfv-tempest' (UUID=b94d51fe-211a-44c9-bd49-010f7b8ee40c). 2020-07-04 07:42:37.742 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-04 07:42:37.743 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b94d51fe-211a-44c9-bd49-010f7b8ee40c/for-deployment-3432146d-aefc-44f1-a4e7-4d35249a0876/tempest.log' to option 'log_file'. 2020-07-04 07:42:37.743 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b94d51fe-211a-44c9-bd49-010f7b8ee40c/for-deployment-3432146d-aefc-44f1-a4e7-4d35249a0876/tempest.log 2020-07-04 07:42:37.744 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-04 07:42:37.744 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b94d51fe-211a-44c9-bd49-010f7b8ee40c/for-deployment-3432146d-aefc-44f1-a4e7-4d35249a0876/lock_files' to option 'lock_path'. 2020-07-04 07:42:37.744 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b94d51fe-211a-44c9-bd49-010f7b8ee40c/for-deployment-3432146d-aefc-44f1-a4e7-4d35249a0876/lock_files 2020-07-04 07:42:37.745 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-04 07:42:37.745 35 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 2020-07-04 07:42:37.746 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = d05ea579-c288-46d8-82d8-8ff01b846483 2020-07-04 07:42:37.746 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = a1b3798b-2504-4bba-abcb-3f5707b492f4 2020-07-04 07:42:37.747 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = bdda0572-c96b-4cda-aeb4-5f279b5e40b8 2020-07-04 07:42:37.748 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 7c3f3f9f-64a8-4b5d-86a9-170292212a2a 2020-07-04 07:42:37.993 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-04 07:42:37.994 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_3056ef34-8423-4dac-ad98-7cda91f4990c 2020-07-04 07:42:37.994 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-04 07:42:38.099 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-04 07:42:38.144 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_7530a359_dxpWkrJz'. Using flavor 'rally_verify_7530a359_dxpWkrJz' (ID = ccb43a8b-dbd1-4575-92f4-fee935702abf) for the tests. 2020-07-04 07:42:38.144 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ccb43a8b-dbd1-4575-92f4-fee935702abf' to option 'instance_type'. 2020-07-04 07:42:38.145 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ccb43a8b-dbd1-4575-92f4-fee935702abf 2020-07-04 07:42:38.147 35 INFO rally.task.context [-] Verification b94d51fe-211a-44c9-bd49-010f7b8ee40c | Context tempest@default setup() finished in 0.80 sec 2020-07-04 07:42:38.149 35 INFO rally.task.context [-] Verification b94d51fe-211a-44c9-bd49-010f7b8ee40c | Context testr@default setup() finished in 0.89 msec 2020-07-04 07:42:38.150 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/a6c26a2d-2c2d-425c-ba78-46bcfa18d2ed'. 2020-07-04 07:42:43.033 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-07-04 07:42:43.034 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-07-04 07:42:43.078 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-07-04 07:42:43.079 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-07-04 07:42:43.544 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.504s] 2020-07-04 07:42:43.580 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.476s] 2020-07-04 07:42:43.748 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.168s] 2020-07-04 07:42:43.842 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.094s] 2020-07-04 07:42:44.194 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [1.179s] 2020-07-04 07:42:44.574 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.730s] 2020-07-04 07:42:44.761 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [1.216s] 2020-07-04 07:42:45.229 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [1.035s] 2020-07-04 07:42:45.342 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.582s] 2020-07-04 07:42:45.687 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.345s] 2020-07-04 07:42:45.690 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [1.115s] 2020-07-04 07:42:45.975 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.215s] 2020-07-04 07:42:46.044 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.355s] 2020-07-04 07:42:46.196 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.221s] 2020-07-04 07:42:46.316 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [1.086s] 2020-07-04 07:42:46.411 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.214s] 2020-07-04 07:42:46.575 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.164s] 2020-07-04 07:42:46.666 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.091s] 2020-07-04 07:42:46.961 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.644s] 2020-07-04 07:42:46.985 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.318s] 2020-07-04 07:42:47.530 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.568s] 2020-07-04 07:42:47.639 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.593s] 2020-07-04 07:42:47.700 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.713s] 2020-07-04 07:42:48.087 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.556s] 2020-07-04 07:42:48.127 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.427s] 2020-07-04 07:42:48.198 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.560s] 2020-07-04 07:42:48.521 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.391s] 2020-07-04 07:42:48.725 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.638s] 2020-07-04 07:42:49.151 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.951s] 2020-07-04 07:42:49.396 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.875s] 2020-07-04 07:42:49.903 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.752s] 2020-07-04 07:42:50.493 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.589s] 2020-07-04 07:42:50.543 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.816s] 2020-07-04 07:42:50.807 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.315s] 2020-07-04 07:42:51.243 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.699s] 2020-07-04 07:42:52.498 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.253s] 2020-07-04 07:42:53.700 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.202s] 2020-07-04 07:42:54.689 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [0.988s] 2020-07-04 07:42:54.994 35 INFO rally.task.context [-] Verification b94d51fe-211a-44c9-bd49-010f7b8ee40c | Context testr@default cleanup() started 2020-07-04 07:42:54.995 35 INFO rally.task.context [-] Verification b94d51fe-211a-44c9-bd49-010f7b8ee40c | Context testr@default cleanup() finished in 0.75 msec 2020-07-04 07:42:54.996 35 INFO rally.task.context [-] Verification b94d51fe-211a-44c9-bd49-010f7b8ee40c | Context tempest@default cleanup() started 2020-07-04 07:42:55.172 35 INFO rally.task.context [-] Verification b94d51fe-211a-44c9-bd49-010f7b8ee40c | Context tempest@default cleanup() finished in 0.18 sec 2020-07-04 07:42:55.197 35 INFO rally.api [-] Verification (UUID=983c6b74-bfb4-44f3-b5e5-2dbdea690763) has been successfully finished for deployment 'opnfv-rally' (UUID=3432146d-aefc-44f1-a4e7-4d35249a0876)! 2020-07-04 07:42:57.058 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:42:57.059 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:42:57.059 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:42:58.664 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:42:58.664 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:42:58.664 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:43:00.811 52 INFO rally.api [-] Building 'html' report for the following verification(s): '983c6b74-bfb4-44f3-b5e5-2dbdea690763' 2020-07-04 07:43:00.831 52 INFO rally.api [-] The report has been successfully built. 2020-07-04 07:43:02.513 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 07:43:02.513 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 07:43:02.513 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 07:43:04.687 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '983c6b74-bfb4-44f3-b5e5-2dbdea690763' 2020-07-04 07:43:04.692 54 INFO rally.api [-] The report has been successfully built.