2020-05-03 12:16:54.119 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:16:54.119 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:16:54.119 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:16:56.381 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-03 12:16:56.381 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-03 12:16:56.381 7 ERROR rally.cli.cliutils 2020-05-03 12:16:58.022 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:16:58.022 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:16:58.022 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:17:02.222 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:17:02.222 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:17:02.222 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:17:06.744 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:17:06.744 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:17:06.745 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:17:08.222 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:17:08.222 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:17:08.222 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:17:10.427 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-03 12:17:10.427 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-03 12:17:10.427 17 ERROR rally.cli.cliutils 2020-05-03 12:17:12.190 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:17:12.191 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:17:12.191 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:17:14.346 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-03 12:17:14.412 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a50a300d-a102-494f-bda0-d357b25cc9f7/repo. 2020-05-03 12:17:14.616 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a50a300d-a102-494f-bda0-d357b25cc9f7/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-03 12:17:14.627 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-03 12:17:14.635 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-03 12:17:14.657 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-03 12:17:14.707 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-03 12:17:15.491 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a50a300d-a102-494f-bda0-d357b25cc9f7) has been successfully created! 2020-05-03 12:17:17.366 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:17:17.367 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:17:17.367 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:17:21.910 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:17:21.910 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:17:21.911 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:17:24.161 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a50a300d-a102-494f-bda0-d357b25cc9f7) for deployment 'opnfv-rally' (UUID=8e937de8-9575-489d-8433-19b5b0293401). 2020-05-03 12:17:25.001 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a50a300d-a102-494f-bda0-d357b25cc9f7) has been successfully configured for deployment 'opnfv-rally' (UUID=8e937de8-9575-489d-8433-19b5b0293401)! 2020-05-03 12:17:33.972 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:17:33.973 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:17:33.973 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:17:36.303 35 INFO rally.api [-] Starting verification (UUID=d8f8425a-1c47-4732-9e76-f0742538a9a5) for deployment 'opnfv-rally' (UUID=8e937de8-9575-489d-8433-19b5b0293401) by verifier 'opnfv-tempest' (UUID=a50a300d-a102-494f-bda0-d357b25cc9f7). 2020-05-03 12:17:37.119 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-03 12:17:37.120 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a50a300d-a102-494f-bda0-d357b25cc9f7/for-deployment-8e937de8-9575-489d-8433-19b5b0293401/tempest.log' to option 'log_file'. 2020-05-03 12:17:37.121 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a50a300d-a102-494f-bda0-d357b25cc9f7/for-deployment-8e937de8-9575-489d-8433-19b5b0293401/tempest.log 2020-05-03 12:17:37.121 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-03 12:17:37.121 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a50a300d-a102-494f-bda0-d357b25cc9f7/for-deployment-8e937de8-9575-489d-8433-19b5b0293401/lock_files' to option 'lock_path'. 2020-05-03 12:17:37.122 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a50a300d-a102-494f-bda0-d357b25cc9f7/for-deployment-8e937de8-9575-489d-8433-19b5b0293401/lock_files 2020-05-03 12:17:37.122 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-03 12:17:37.123 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-03 12:17:37.123 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b04b5ea3-e030-4a30-b972-f5b31991fcbf 2020-05-03 12:17:37.123 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d472e803-4ad2-4971-b0d5-a353e1532889 2020-05-03 12:17:37.124 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 640cae3e-eb7f-4f3e-a329-7d572bcd7c0e 2020-05-03 12:17:37.125 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b062c16a-5480-4ad1-8b74-041a62d06ee1 2020-05-03 12:17:37.465 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-03 12:17:37.466 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_8a4a6d7e-97f2-4340-989d-dd642b2ff927 2020-05-03 12:17:37.466 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-03 12:17:37.563 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-03 12:17:37.592 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-05-03 12:17:37.592 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_d8f8425a_07it06Fb' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-05-03 12:17:37.629 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d8f8425a_07it06Fb' (ID = 766ee5f8-e1dc-4e99-8dc6-7074389c3ef5) has been successfully created! 2020-05-03 12:17:37.629 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '766ee5f8-e1dc-4e99-8dc6-7074389c3ef5' to option 'instance_type'. 2020-05-03 12:17:37.629 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 766ee5f8-e1dc-4e99-8dc6-7074389c3ef5 2020-05-03 12:17:37.631 35 INFO rally.task.context [-] Verification a50a300d-a102-494f-bda0-d357b25cc9f7 | Context tempest@default setup() finished in 1.09 sec 2020-05-03 12:17:37.632 35 INFO rally.task.context [-] Verification a50a300d-a102-494f-bda0-d357b25cc9f7 | Context testr@default setup() finished in 0.45 msec 2020-05-03 12:17:37.632 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 3 --load-list /tmp/1142dd87-9e01-4867-ac6f-66c220a7029b'. 2020-05-03 12:17:42.609 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.203s] 2020-05-03 12:17:42.715 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.107s] 2020-05-03 12:17:42.868 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.152s] 2020-05-03 12:17:42.970 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.101s] 2020-05-03 12:17:43.048 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.775s] 2020-05-03 12:17:43.053 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.393s] 2020-05-03 12:17:43.064 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.094s] 2020-05-03 12:17:43.274 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.208s] 2020-05-03 12:17:43.640 35 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.593s] 2020-05-03 12:17:43.687 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.632s] 2020-05-03 12:17:43.786 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.511s] 2020-05-03 12:17:43.890 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.204s] 2020-05-03 12:17:43.991 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.206s] 2020-05-03 12:17:44.061 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.170s] 2020-05-03 12:17:44.304 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.313s] 2020-05-03 12:17:44.442 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.800s] 2020-05-03 12:17:44.515 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.453s] 2020-05-03 12:17:44.918 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.476s] 2020-05-03 12:17:44.952 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.645s] 2020-05-03 12:17:45.054 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-05-03 12:17:45.056 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-05-03 12:17:45.462 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.543s] 2020-05-03 12:17:45.912 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.393s] 2020-05-03 12:17:46.025 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.561s] 2020-05-03 12:17:46.375 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.464s] 2020-05-03 12:17:46.580 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.554s] 2020-05-03 12:17:47.096 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.720s] 2020-05-03 12:17:47.831 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.734s] 2020-05-03 12:17:48.274 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.692s] 2020-05-03 12:17:48.586 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.755s] 2020-05-03 12:17:48.890 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.304s] 2020-05-03 12:17:48.914 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.641s] 2020-05-03 12:17:48.981 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-05-03 12:17:48.982 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-05-03 12:17:49.895 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [0.979s] 2020-05-03 12:17:50.661 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.767s] 2020-05-03 12:17:51.414 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [0.751s] 2020-05-03 12:17:51.726 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.212s] 2020-05-03 12:17:51.820 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.095s] 2020-05-03 12:17:51.872 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.051s] 2020-05-03 12:17:52.001 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.127s] 2020-05-03 12:17:52.345 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.343s] 2020-05-03 12:17:52.770 35 INFO rally.task.context [-] Verification a50a300d-a102-494f-bda0-d357b25cc9f7 | Context testr@default cleanup() started 2020-05-03 12:17:52.771 35 INFO rally.task.context [-] Verification a50a300d-a102-494f-bda0-d357b25cc9f7 | Context testr@default cleanup() finished in 0.81 msec 2020-05-03 12:17:52.771 35 INFO rally.task.context [-] Verification a50a300d-a102-494f-bda0-d357b25cc9f7 | Context tempest@default cleanup() started 2020-05-03 12:17:52.892 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_d8f8425a_07it06Fb'. 2020-05-03 12:17:53.052 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d8f8425a_07it06Fb' has been deleted. 2020-05-03 12:17:53.053 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '766ee5f8-e1dc-4e99-8dc6-7074389c3ef5' of option 'instance_type' from Tempest config file. 2020-05-03 12:17:53.054 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '766ee5f8-e1dc-4e99-8dc6-7074389c3ef5' has been removed. 2020-05-03 12:17:53.060 35 INFO rally.task.context [-] Verification a50a300d-a102-494f-bda0-d357b25cc9f7 | Context tempest@default cleanup() finished in 0.29 sec 2020-05-03 12:17:53.087 35 INFO rally.api [-] Verification (UUID=d8f8425a-1c47-4732-9e76-f0742538a9a5) has been successfully finished for deployment 'opnfv-rally' (UUID=8e937de8-9575-489d-8433-19b5b0293401)! 2020-05-03 12:17:54.916 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:17:54.917 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:17:54.917 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:17:56.624 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:17:56.624 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:17:56.625 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:17:59.014 49 INFO rally.api [-] Building 'html' report for the following verification(s): 'd8f8425a-1c47-4732-9e76-f0742538a9a5' 2020-05-03 12:17:59.039 49 INFO rally.api [-] The report has been successfully built. 2020-05-03 12:18:00.732 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:18:00.733 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:18:00.733 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:18:03.137 51 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd8f8425a-1c47-4732-9e76-f0742538a9a5' 2020-05-03 12:18:03.141 51 INFO rally.api [-] The report has been successfully built.