2020-06-07 08:30:53.579 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:30:53.579 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:30:53.579 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:30:55.681 8 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-06-07 08:30:55.681 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-07 08:30:55.681 8 ERROR rally.cli.cliutils 2020-06-07 08:30:57.125 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:30:57.125 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:30:57.125 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:31:01.312 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:31:01.312 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:31:01.312 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:31:05.725 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:31:05.725 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:31:05.725 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:31:07.188 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:31:07.189 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:31:07.189 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:31:09.292 18 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-06-07 08:31:09.292 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-07 08:31:09.292 18 ERROR rally.cli.cliutils 2020-06-07 08:31:10.776 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:31:10.777 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:31:10.777 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:31:12.886 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-07 08:31:12.952 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-c28dd78b-83a1-4913-8a6b-fe6a56801ea8/repo. 2020-06-07 08:31:13.153 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-c28dd78b-83a1-4913-8a6b-fe6a56801ea8/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-06-07 08:31:13.164 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-07 08:31:13.173 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-07 08:31:13.198 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-07 08:31:13.239 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-07 08:31:13.923 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c28dd78b-83a1-4913-8a6b-fe6a56801ea8) has been successfully created! 2020-06-07 08:31:15.554 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:31:15.554 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:31:15.554 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:31:19.602 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:31:19.602 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:31:19.602 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:31:21.778 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c28dd78b-83a1-4913-8a6b-fe6a56801ea8) for deployment 'opnfv-rally' (UUID=c70fbdbe-6144-4ede-b11b-9a1d8bf543c5). 2020-06-07 08:31:22.159 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c28dd78b-83a1-4913-8a6b-fe6a56801ea8) has been successfully configured for deployment 'opnfv-rally' (UUID=c70fbdbe-6144-4ede-b11b-9a1d8bf543c5)! 2020-06-07 08:31:29.456 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:31:29.457 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:31:29.457 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:31:31.501 36 INFO rally.api [-] Starting verification (UUID=7f6024e3-919e-418f-9113-348483344324) for deployment 'opnfv-rally' (UUID=c70fbdbe-6144-4ede-b11b-9a1d8bf543c5) by verifier 'opnfv-tempest' (UUID=c28dd78b-83a1-4913-8a6b-fe6a56801ea8). 2020-06-07 08:31:32.676 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-07 08:31:32.677 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c28dd78b-83a1-4913-8a6b-fe6a56801ea8/for-deployment-c70fbdbe-6144-4ede-b11b-9a1d8bf543c5/tempest.log' to option 'log_file'. 2020-06-07 08:31:32.677 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-c28dd78b-83a1-4913-8a6b-fe6a56801ea8/for-deployment-c70fbdbe-6144-4ede-b11b-9a1d8bf543c5/tempest.log 2020-06-07 08:31:32.677 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-07 08:31:32.678 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c28dd78b-83a1-4913-8a6b-fe6a56801ea8/for-deployment-c70fbdbe-6144-4ede-b11b-9a1d8bf543c5/lock_files' to option 'lock_path'. 2020-06-07 08:31:32.678 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-c28dd78b-83a1-4913-8a6b-fe6a56801ea8/for-deployment-c70fbdbe-6144-4ede-b11b-9a1d8bf543c5/lock_files 2020-06-07 08:31:32.679 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-07 08:31:32.679 36 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-06-07 08:31:32.679 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4eb1b8f8-1e5a-4ef9-b980-8536e0760f38 2020-06-07 08:31:32.680 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 8cde2dad-7a64-4a5c-8ee2-2c367dd17395 2020-06-07 08:31:32.680 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 52b82b0d-bbdd-4894-80ec-c7551ed658d9 2020-06-07 08:31:32.681 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a54c85e4-e027-4a08-b2a9-6e82712f7517 2020-06-07 08:31:33.092 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-07 08:31:33.093 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_9b2a0348-6ca2-453d-ae99-c314206f608f 2020-06-07 08:31:33.093 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-07 08:31:33.190 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-07 08:31:33.227 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_12e852c0_xmubxvIA'. Using flavor 'rally_verify_12e852c0_xmubxvIA' (ID = 100faa59-6bc2-4cf1-bb40-5c2580d3d697) for the tests. 2020-06-07 08:31:33.228 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '100faa59-6bc2-4cf1-bb40-5c2580d3d697' to option 'instance_type'. 2020-06-07 08:31:33.228 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 100faa59-6bc2-4cf1-bb40-5c2580d3d697 2020-06-07 08:31:33.230 36 INFO rally.task.context [-] Verification c28dd78b-83a1-4913-8a6b-fe6a56801ea8 | Context tempest@default setup() finished in 1.54 sec 2020-06-07 08:31:33.230 36 INFO rally.task.context [-] Verification c28dd78b-83a1-4913-8a6b-fe6a56801ea8 | Context testr@default setup() finished in 0.37 msec 2020-06-07 08:31:33.231 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/7eb1e99c-4ed2-483c-ba36-d76198755830'. 2020-06-07 08:31:38.222 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-06-07 08:31:38.223 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-06-07 08:31:39.132 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.959s] 2020-06-07 08:31:39.651 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.519s] 2020-06-07 08:31:40.293 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [2.084s] 2020-06-07 08:31:40.448 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.796s] 2020-06-07 08:31:40.842 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.394s] 2020-06-07 08:31:41.003 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [2.754s] 2020-06-07 08:31:41.025 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.183s] 2020-06-07 08:31:41.474 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.448s] 2020-06-07 08:31:41.727 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [1.433s] 2020-06-07 08:31:41.900 36 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.896s] 2020-06-07 08:31:42.572 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.846s] 2020-06-07 08:31:42.980 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [1.503s] 2020-06-07 08:31:43.035 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.463s] 2020-06-07 08:31:43.420 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.439s] 2020-06-07 08:31:43.626 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.590s] 2020-06-07 08:31:43.749 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [1.848s] 2020-06-07 08:31:44.051 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.631s] 2020-06-07 08:31:44.469 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.719s] 2020-06-07 08:31:45.361 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.891s] 2020-06-07 08:31:45.979 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [1.926s] 2020-06-07 08:31:46.620 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [1.258s] 2020-06-07 08:31:47.059 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [3.429s] 2020-06-07 08:31:47.659 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [1.039s] 2020-06-07 08:31:48.183 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [1.125s] 2020-06-07 08:31:50.462 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [2.278s] 2020-06-07 08:31:51.099 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [3.437s] 2020-06-07 08:31:52.517 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [1.419s] 2020-06-07 08:31:52.595 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [2.132s] 2020-06-07 08:31:53.227 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.629s] 2020-06-07 08:31:53.597 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.077s] 2020-06-07 08:31:53.683 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.458s] 2020-06-07 08:31:53.843 36 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-06-07 08:31:53.845 36 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-06-07 08:31:54.578 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.983s] 2020-06-07 08:31:56.061 36 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.480s] 2020-06-07 08:31:56.517 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.341s] 2020-06-07 08:31:56.655 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.139s] 2020-06-07 08:31:56.824 36 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.168s] 2020-06-07 08:31:57.152 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.327s] 2020-06-07 08:31:57.550 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.397s] 2020-06-07 08:31:57.870 36 INFO rally.task.context [-] Verification c28dd78b-83a1-4913-8a6b-fe6a56801ea8 | Context testr@default cleanup() started 2020-06-07 08:31:57.871 36 INFO rally.task.context [-] Verification c28dd78b-83a1-4913-8a6b-fe6a56801ea8 | Context testr@default cleanup() finished in 0.72 msec 2020-06-07 08:31:57.871 36 INFO rally.task.context [-] Verification c28dd78b-83a1-4913-8a6b-fe6a56801ea8 | Context tempest@default cleanup() started 2020-06-07 08:31:58.042 36 INFO rally.task.context [-] Verification c28dd78b-83a1-4913-8a6b-fe6a56801ea8 | Context tempest@default cleanup() finished in 0.17 sec 2020-06-07 08:31:58.072 36 INFO rally.api [-] Verification (UUID=7f6024e3-919e-418f-9113-348483344324) has been successfully finished for deployment 'opnfv-rally' (UUID=c70fbdbe-6144-4ede-b11b-9a1d8bf543c5)! 2020-06-07 08:31:59.909 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:31:59.909 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:31:59.909 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:32:01.576 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:32:01.576 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:32:01.576 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:32:03.833 53 INFO rally.api [-] Building 'html' report for the following verification(s): '7f6024e3-919e-418f-9113-348483344324' 2020-06-07 08:32:03.892 53 INFO rally.api [-] The report has been successfully built. 2020-06-07 08:32:05.521 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:32:05.521 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:32:05.521 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:32:07.708 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '7f6024e3-919e-418f-9113-348483344324' 2020-06-07 08:32:07.712 55 INFO rally.api [-] The report has been successfully built.