2020-06-16 08:41:58.585 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:41:58.585 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:41:58.586 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:42:00.890 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-06-16 08:42:00.890 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-16 08:42:00.890 7 ERROR rally.cli.cliutils 2020-06-16 08:42:02.465 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:42:02.466 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:42:02.466 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:42:06.658 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:42:06.659 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:42:06.659 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:42:11.367 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:42:11.367 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:42:11.367 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:42:12.868 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:42:12.869 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:42:12.869 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:42:15.178 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-06-16 08:42:15.178 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-16 08:42:15.178 17 ERROR rally.cli.cliutils 2020-06-16 08:42:16.722 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:42:16.723 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:42:16.723 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:42:18.848 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-16 08:42:18.953 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-c14f89a3-1482-443f-80f3-1264aef0791c/repo. 2020-06-16 08:42:19.137 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-c14f89a3-1482-443f-80f3-1264aef0791c/repo'... done. ' 2020-06-16 08:42:19.148 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-16 08:42:19.170 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-16 08:42:19.230 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-16 08:42:19.931 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c14f89a3-1482-443f-80f3-1264aef0791c) has been successfully created! 2020-06-16 08:42:21.514 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:42:21.514 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:42:21.515 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:42:25.818 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:42:25.819 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:42:25.819 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:42:28.106 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c14f89a3-1482-443f-80f3-1264aef0791c) for deployment 'opnfv-rally' (UUID=00c5428c-ad32-48df-a312-807df7227637). 2020-06-16 08:42:28.547 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c14f89a3-1482-443f-80f3-1264aef0791c) has been successfully configured for deployment 'opnfv-rally' (UUID=00c5428c-ad32-48df-a312-807df7227637)! 2020-06-16 08:42:35.876 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:42:35.876 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:42:35.876 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:42:38.105 34 INFO rally.api [-] Starting verification (UUID=265ba331-1fe8-4435-8b8d-cd3e567a5d9e) for deployment 'opnfv-rally' (UUID=00c5428c-ad32-48df-a312-807df7227637) by verifier 'opnfv-tempest' (UUID=c14f89a3-1482-443f-80f3-1264aef0791c). 2020-06-16 08:42:38.695 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-16 08:42:38.696 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c14f89a3-1482-443f-80f3-1264aef0791c/for-deployment-00c5428c-ad32-48df-a312-807df7227637/tempest.log' to option 'log_file'. 2020-06-16 08:42:38.696 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-c14f89a3-1482-443f-80f3-1264aef0791c/for-deployment-00c5428c-ad32-48df-a312-807df7227637/tempest.log 2020-06-16 08:42:38.697 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-16 08:42:38.697 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c14f89a3-1482-443f-80f3-1264aef0791c/for-deployment-00c5428c-ad32-48df-a312-807df7227637/lock_files' to option 'lock_path'. 2020-06-16 08:42:38.697 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-c14f89a3-1482-443f-80f3-1264aef0791c/for-deployment-00c5428c-ad32-48df-a312-807df7227637/lock_files 2020-06-16 08:42:38.698 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-16 08:42:38.698 34 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-16 08:42:38.698 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ff1c0866-513f-4301-be8d-1318a8c820eb 2020-06-16 08:42:38.699 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 07094385-f7c0-404d-80b7-d8d94407e93a 2020-06-16 08:42:38.699 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b31f244a-83e0-41b5-a24f-f087c65e3b11 2020-06-16 08:42:38.700 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3b2eab40-744b-40e8-8a18-9125d17e837d 2020-06-16 08:42:38.930 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-16 08:42:38.930 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_286f062b-f0bb-4ed1-bf0b-df84399ac750 2020-06-16 08:42:38.931 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-16 08:42:39.027 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-16 08:42:39.065 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_5a3feab1_qBRzFrNv'. Using flavor 'rally_verify_5a3feab1_qBRzFrNv' (ID = 781bc08c-a493-4e06-adc6-5bfa974372d3) for the tests. 2020-06-16 08:42:39.065 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '781bc08c-a493-4e06-adc6-5bfa974372d3' to option 'instance_type'. 2020-06-16 08:42:39.065 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 781bc08c-a493-4e06-adc6-5bfa974372d3 2020-06-16 08:42:39.067 34 INFO rally.task.context [-] Verification c14f89a3-1482-443f-80f3-1264aef0791c | Context tempest@default setup() finished in 0.77 sec 2020-06-16 08:42:39.067 34 INFO rally.task.context [-] Verification c14f89a3-1482-443f-80f3-1264aef0791c | Context testr@default setup() finished in 0.34 msec 2020-06-16 08:42:39.068 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/abe8aef0-a1d9-4601-88f9-e44ee89902eb'. 2020-06-16 08:42:44.085 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.516s] 2020-06-16 08:42:44.805 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.719s] 2020-06-16 08:42:45.111 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [1.370s] 2020-06-16 08:42:45.242 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [1.649s] 2020-06-16 08:42:45.538 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.732s] 2020-06-16 08:42:45.742 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.630s] 2020-06-16 08:42:45.951 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.209s] 2020-06-16 08:42:45.986 34 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.447s] 2020-06-16 08:42:46.457 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.470s] 2020-06-16 08:42:46.597 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [2.879s] 2020-06-16 08:42:47.340 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [1.388s] 2020-06-16 08:42:47.592 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [1.134s] 2020-06-16 08:42:47.989 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [2.746s] 2020-06-16 08:42:48.574 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [1.978s] 2020-06-16 08:42:49.059 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [1.070s] 2020-06-16 08:42:49.432 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [2.090s] 2020-06-16 08:42:49.539 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [1.946s] 2020-06-16 08:42:49.661 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.602s] 2020-06-16 08:42:50.275 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.737s] 2020-06-16 08:42:50.457 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [1.881s] 2020-06-16 08:42:50.486 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.824s] 2020-06-16 08:42:50.935 34 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.658s] 2020-06-16 08:42:51.629 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [1.171s] 2020-06-16 08:42:52.743 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [1.113s] 2020-06-16 08:42:53.079 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [2.143s] 2020-06-16 08:42:53.349 34 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-06-16 08:42:53.350 34 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-06-16 08:42:53.790 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [1.046s] 2020-06-16 08:42:53.860 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [3.372s] 2020-06-16 08:42:54.858 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.997s] 2020-06-16 08:42:55.023 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [1.233s] 2020-06-16 08:42:56.724 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [1.865s] 2020-06-16 08:42:57.471 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [2.445s] 2020-06-16 08:42:57.629 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.905s] 2020-06-16 08:42:58.202 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.731s] 2020-06-16 08:42:58.508 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.879s] 2020-06-16 08:42:58.726 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.217s] 2020-06-16 08:42:59.512 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.309s] 2020-06-16 08:43:01.019 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.506s] 2020-06-16 08:43:02.323 34 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.304s] 2020-06-16 08:43:02.426 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-06-16 08:43:02.427 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-06-16 08:43:02.707 34 INFO rally.task.context [-] Verification c14f89a3-1482-443f-80f3-1264aef0791c | Context testr@default cleanup() started 2020-06-16 08:43:02.708 34 INFO rally.task.context [-] Verification c14f89a3-1482-443f-80f3-1264aef0791c | Context testr@default cleanup() finished in 0.70 msec 2020-06-16 08:43:02.708 34 INFO rally.task.context [-] Verification c14f89a3-1482-443f-80f3-1264aef0791c | Context tempest@default cleanup() started 2020-06-16 08:43:02.996 34 INFO rally.task.context [-] Verification c14f89a3-1482-443f-80f3-1264aef0791c | Context tempest@default cleanup() finished in 0.29 sec 2020-06-16 08:43:03.018 34 INFO rally.api [-] Verification (UUID=265ba331-1fe8-4435-8b8d-cd3e567a5d9e) has been successfully finished for deployment 'opnfv-rally' (UUID=00c5428c-ad32-48df-a312-807df7227637)! 2020-06-16 08:43:04.856 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:43:04.857 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:43:04.857 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:43:06.390 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:43:06.390 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:43:06.390 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:43:08.742 51 INFO rally.api [-] Building 'html' report for the following verification(s): '265ba331-1fe8-4435-8b8d-cd3e567a5d9e' 2020-06-16 08:43:08.765 51 INFO rally.api [-] The report has been successfully built. 2020-06-16 08:43:10.381 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:43:10.382 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:43:10.382 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:43:12.830 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '265ba331-1fe8-4435-8b8d-cd3e567a5d9e' 2020-06-16 08:43:12.834 53 INFO rally.api [-] The report has been successfully built.