2020-05-14 20:10:26.199 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:10:26.200 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:10:26.200 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:10:28.792 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-05-14 20:10:28.792 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-14 20:10:28.792 7 ERROR rally.cli.cliutils 2020-05-14 20:10:30.577 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:10:30.578 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:10:30.578 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:10:35.239 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:10:35.239 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:10:35.239 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:10:40.405 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:10:40.406 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:10:40.406 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:10:41.970 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:10:41.970 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:10:41.971 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:10:44.413 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-05-14 20:10:44.413 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-14 20:10:44.413 17 ERROR rally.cli.cliutils 2020-05-14 20:10:46.258 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:10:46.259 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:10:46.259 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:10:48.616 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-14 20:10:48.685 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-078efe56-bfda-4e9b-a7a0-70479829323f/repo. 2020-05-14 20:10:48.887 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-078efe56-bfda-4e9b-a7a0-70479829323f/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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-05-14 20:10:48.901 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-14 20:10:48.913 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-14 20:10:48.950 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-14 20:10:49.000 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-14 20:10:49.750 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=078efe56-bfda-4e9b-a7a0-70479829323f) has been successfully created! 2020-05-14 20:10:51.562 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:10:51.562 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:10:51.563 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:10:56.447 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:10:56.448 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:10:56.448 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:10:58.833 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=078efe56-bfda-4e9b-a7a0-70479829323f) for deployment 'opnfv-rally' (UUID=97b528d7-6d51-4396-8152-6d697674d092). 2020-05-14 20:10:59.293 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=078efe56-bfda-4e9b-a7a0-70479829323f) has been successfully configured for deployment 'opnfv-rally' (UUID=97b528d7-6d51-4396-8152-6d697674d092)! 2020-05-14 20:11:08.088 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:11:08.089 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:11:08.089 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:11:10.484 35 INFO rally.api [-] Starting verification (UUID=06ad10f3-73d6-4402-912a-d67dc2b07c27) for deployment 'opnfv-rally' (UUID=97b528d7-6d51-4396-8152-6d697674d092) by verifier 'opnfv-tempest' (UUID=078efe56-bfda-4e9b-a7a0-70479829323f). 2020-05-14 20:11:11.223 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-14 20:11:11.223 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-078efe56-bfda-4e9b-a7a0-70479829323f/for-deployment-97b528d7-6d51-4396-8152-6d697674d092/tempest.log' to option 'log_file'. 2020-05-14 20:11:11.224 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-078efe56-bfda-4e9b-a7a0-70479829323f/for-deployment-97b528d7-6d51-4396-8152-6d697674d092/tempest.log 2020-05-14 20:11:11.224 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-14 20:11:11.225 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-078efe56-bfda-4e9b-a7a0-70479829323f/for-deployment-97b528d7-6d51-4396-8152-6d697674d092/lock_files' to option 'lock_path'. 2020-05-14 20:11:11.225 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-078efe56-bfda-4e9b-a7a0-70479829323f/for-deployment-97b528d7-6d51-4396-8152-6d697674d092/lock_files 2020-05-14 20:11:11.225 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-14 20:11:11.226 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-05-14 20:11:11.226 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a3119566-3761-4fbd-9f87-d4c7867eb213 2020-05-14 20:11:11.226 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 7ffb82e3-f7d2-46c7-990a-3c265d08a273 2020-05-14 20:11:11.227 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ac83dff1-8f96-45cf-915c-ba4e73e3197e 2020-05-14 20:11:11.228 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ec5c9e7f-8ae7-4475-92f8-1997e6f395aa 2020-05-14 20:11:11.455 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-14 20:11:11.456 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_45badb73-372f-4613-96cc-3a9d99699c8e 2020-05-14 20:11:11.456 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-14 20:11:11.557 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-14 20:11:11.601 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_c8584ab4_UUMROqiJ'. Using flavor 'rally_verify_c8584ab4_UUMROqiJ' (ID = 92c0fcab-e385-4858-b05c-b5edc360abf1) for the tests. 2020-05-14 20:11:11.601 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '92c0fcab-e385-4858-b05c-b5edc360abf1' to option 'instance_type'. 2020-05-14 20:11:11.602 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 92c0fcab-e385-4858-b05c-b5edc360abf1 2020-05-14 20:11:11.603 35 INFO rally.task.context [-] Verification 078efe56-bfda-4e9b-a7a0-70479829323f | Context tempest@default setup() finished in 0.85 sec 2020-05-14 20:11:11.604 35 INFO rally.task.context [-] Verification 078efe56-bfda-4e9b-a7a0-70479829323f | Context testr@default setup() finished in 0.45 msec 2020-05-14 20:11:11.605 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 3 --load-list /tmp/74364a96-e52b-4ea6-a85e-97f9477a29bd'. 2020-05-14 20:11:16.859 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.185s] 2020-05-14 20:11:16.965 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.106s] 2020-05-14 20:11:17.062 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.097s] 2020-05-14 20:11:17.088 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.257s] 2020-05-14 20:11:17.149 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.085s] 2020-05-14 20:11:17.178 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.092s] 2020-05-14 20:11:17.234 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.085s] 2020-05-14 20:11:17.276 35 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.097s] 2020-05-14 20:11:17.328 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.714s] 2020-05-14 20:11:17.470 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.235s] 2020-05-14 20:11:17.561 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.284s] 2020-05-14 20:11:17.902 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 [0.576s] 2020-05-14 20:11:18.069 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.507s] 2020-05-14 20:11:18.107 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.634s] 2020-05-14 20:11:18.279 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.172s] 2020-05-14 20:11:18.515 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.394s] 2020-05-14 20:11:18.525 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.246s] 2020-05-14 20:11:18.588 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.684s] 2020-05-14 20:11:19.064 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.548s] 2020-05-14 20:11:19.097 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.508s] 2020-05-14 20:11:19.136 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.610s] 2020-05-14 20:11:19.232 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-05-14 20:11:19.233 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-05-14 20:11:19.302 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.239s] 2020-05-14 20:11:19.520 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.217s] 2020-05-14 20:11:19.548 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.451s] 2020-05-14 20:11:19.933 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.412s] 2020-05-14 20:11:20.070 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.521s] 2020-05-14 20:11:20.567 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.497s] 2020-05-14 20:11:21.041 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.105s] 2020-05-14 20:11:21.414 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.373s] 2020-05-14 20:11:22.089 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.520s] 2020-05-14 20:11:22.128 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.714s] 2020-05-14 20:11:22.724 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.636s] 2020-05-14 20:11:22.811 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.682s] 2020-05-14 20:11:23.561 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.749s] 2020-05-14 20:11:23.791 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.064s] 2020-05-14 20:11:23.983 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.423s] 2020-05-14 20:11:24.725 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.934s] 2020-05-14 20:11:25.476 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.750s] 2020-05-14 20:11:25.581 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-05-14 20:11:25.582 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-05-14 20:11:25.847 35 INFO rally.task.context [-] Verification 078efe56-bfda-4e9b-a7a0-70479829323f | Context testr@default cleanup() started 2020-05-14 20:11:25.848 35 INFO rally.task.context [-] Verification 078efe56-bfda-4e9b-a7a0-70479829323f | Context testr@default cleanup() finished in 0.78 msec 2020-05-14 20:11:25.848 35 INFO rally.task.context [-] Verification 078efe56-bfda-4e9b-a7a0-70479829323f | Context tempest@default cleanup() started 2020-05-14 20:11:26.055 35 INFO rally.task.context [-] Verification 078efe56-bfda-4e9b-a7a0-70479829323f | Context tempest@default cleanup() finished in 0.21 sec 2020-05-14 20:11:26.082 35 INFO rally.api [-] Verification (UUID=06ad10f3-73d6-4402-912a-d67dc2b07c27) has been successfully finished for deployment 'opnfv-rally' (UUID=97b528d7-6d51-4396-8152-6d697674d092)! 2020-05-14 20:11:28.005 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:11:28.006 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:11:28.006 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:11:29.570 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:11:29.570 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:11:29.571 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:11:31.877 49 INFO rally.api [-] Building 'html' report for the following verification(s): '06ad10f3-73d6-4402-912a-d67dc2b07c27' 2020-05-14 20:11:31.900 49 INFO rally.api [-] The report has been successfully built. 2020-05-14 20:11:33.712 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:11:33.713 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:11:33.713 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:11:36.023 51 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '06ad10f3-73d6-4402-912a-d67dc2b07c27' 2020-05-14 20:11:36.027 51 INFO rally.api [-] The report has been successfully built.