2020-06-04 18:34:22.760 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:34:22.760 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:34:22.761 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:34:24.933 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-04 18:34:24.933 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-04 18:34:24.933 7 ERROR rally.cli.cliutils 2020-06-04 18:34:26.460 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:34:26.460 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:34:26.460 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:34:30.649 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:34:30.649 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:34:30.649 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:34:35.127 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:34:35.127 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:34:35.128 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:34:36.567 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:34:36.567 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:34:36.567 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:34:38.616 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-04 18:34:38.616 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-04 18:34:38.616 17 ERROR rally.cli.cliutils 2020-06-04 18:34:40.090 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:34:40.090 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:34:40.090 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:34:42.071 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-04 18:34:42.137 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-452124fd-ca0a-4f13-8018-79205385a1f6/repo. 2020-06-04 18:34:42.344 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-452124fd-ca0a-4f13-8018-79205385a1f6/repo'... done. ' 2020-06-04 18:34:42.356 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-04 18:34:42.376 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-04 18:34:42.437 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-04 18:34:43.151 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=452124fd-ca0a-4f13-8018-79205385a1f6) has been successfully created! 2020-06-04 18:34:44.741 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:34:44.742 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:34:44.742 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:34:48.815 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:34:48.815 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:34:48.815 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:34:50.899 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=452124fd-ca0a-4f13-8018-79205385a1f6) for deployment 'opnfv-rally' (UUID=73de2895-9fcd-4c02-b555-56245964fbcb). 2020-06-04 18:34:51.316 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=452124fd-ca0a-4f13-8018-79205385a1f6) has been successfully configured for deployment 'opnfv-rally' (UUID=73de2895-9fcd-4c02-b555-56245964fbcb)! 2020-06-04 18:34:59.026 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:34:59.026 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:34:59.026 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:35:01.262 34 INFO rally.api [-] Starting verification (UUID=011be66d-b6e5-4d9c-8f5d-8dc941e3b7bd) for deployment 'opnfv-rally' (UUID=73de2895-9fcd-4c02-b555-56245964fbcb) by verifier 'opnfv-tempest' (UUID=452124fd-ca0a-4f13-8018-79205385a1f6). 2020-06-04 18:35:01.896 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-04 18:35:01.897 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-452124fd-ca0a-4f13-8018-79205385a1f6/for-deployment-73de2895-9fcd-4c02-b555-56245964fbcb/tempest.log' to option 'log_file'. 2020-06-04 18:35:01.898 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-452124fd-ca0a-4f13-8018-79205385a1f6/for-deployment-73de2895-9fcd-4c02-b555-56245964fbcb/tempest.log 2020-06-04 18:35:01.898 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-04 18:35:01.898 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-452124fd-ca0a-4f13-8018-79205385a1f6/for-deployment-73de2895-9fcd-4c02-b555-56245964fbcb/lock_files' to option 'lock_path'. 2020-06-04 18:35:01.899 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-452124fd-ca0a-4f13-8018-79205385a1f6/for-deployment-73de2895-9fcd-4c02-b555-56245964fbcb/lock_files 2020-06-04 18:35:01.899 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-04 18:35:01.899 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-04 18:35:01.900 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 50987cb7-470a-4050-a232-3746207a0325 2020-06-04 18:35:01.900 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = b0fda275-ab97-4e41-8042-a7c1c25c7442 2020-06-04 18:35:01.901 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ff43c247-cbd4-423f-9292-ee530465b93c 2020-06-04 18:35:01.901 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 58c937c0-abdd-4692-bfc0-6734bc2f1a39 2020-06-04 18:35:02.116 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-04 18:35:02.117 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_ca89548c-f0f5-4adf-a1d3-60ff33597eed 2020-06-04 18:35:02.117 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-04 18:35:02.214 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-04 18:35:02.267 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-04 18:35:02.268 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_011be66d_l7GWrlT4' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-04 18:35:02.305 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_011be66d_l7GWrlT4' (ID = f8498c91-0b28-4301-969c-b977d1e04007) has been successfully created! 2020-06-04 18:35:02.305 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'f8498c91-0b28-4301-969c-b977d1e04007' to option 'instance_type'. 2020-06-04 18:35:02.306 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = f8498c91-0b28-4301-969c-b977d1e04007 2020-06-04 18:35:02.307 34 INFO rally.task.context [-] Verification 452124fd-ca0a-4f13-8018-79205385a1f6 | Context tempest@default setup() finished in 0.86 sec 2020-06-04 18:35:02.308 34 INFO rally.task.context [-] Verification 452124fd-ca0a-4f13-8018-79205385a1f6 | Context testr@default setup() finished in 0.39 msec 2020-06-04 18:35:02.308 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 3 --load-list /tmp/c662a67d-5556-4b31-9f74-e7c7b1121935'. 2020-06-04 18:35:07.156 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.331s] 2020-06-04 18:35:07.410 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.346s] 2020-06-04 18:35:07.462 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.724s] 2020-06-04 18:35:07.697 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.288s] 2020-06-04 18:35:07.847 34 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.149s] 2020-06-04 18:35:08.331 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [1.173s] 2020-06-04 18:35:08.718 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.870s] 2020-06-04 18:35:08.834 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [1.370s] 2020-06-04 18:35:09.320 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.989s] 2020-06-04 18:35:10.428 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [1.107s] 2020-06-04 18:35:10.762 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [2.043s] 2020-06-04 18:35:11.034 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-04 18:35:11.035 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-04 18:35:11.447 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [2.612s] 2020-06-04 18:35:11.550 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [1.121s] 2020-06-04 18:35:12.464 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [1.016s] 2020-06-04 18:35:13.570 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [1.106s] 2020-06-04 18:35:14.463 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.893s] 2020-06-04 18:35:14.757 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [3.203s] 2020-06-04 18:35:15.245 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.781s] 2020-06-04 18:35:15.515 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.760s] 2020-06-04 18:35:17.695 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [2.178s] 2020-06-04 18:35:18.648 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [3.400s] 2020-06-04 18:35:19.332 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [1.636s] 2020-06-04 18:35:19.611 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.963s] 2020-06-04 18:35:20.333 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [1.002s] 2020-06-04 18:35:20.675 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.342s] 2020-06-04 18:35:21.147 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.532s] 2020-06-04 18:35:21.177 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.421s] 2020-06-04 18:35:21.350 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.174s] 2020-06-04 18:35:21.460 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.109s] 2020-06-04 18:35:21.595 34 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.134s] 2020-06-04 18:35:21.652 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.056s] 2020-06-04 18:35:21.926 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.274s] 2020-06-04 18:35:22.039 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.891s] 2020-06-04 18:35:22.459 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.531s] 2020-06-04 18:35:22.761 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.302s] 2020-06-04 18:35:22.980 34 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.941s] 2020-06-04 18:35:23.033 34 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-06-04 18:35:23.035 34 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-06-04 18:35:23.047 34 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.286s] 2020-06-04 18:35:23.514 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.464s] 2020-06-04 18:35:23.786 34 INFO rally.task.context [-] Verification 452124fd-ca0a-4f13-8018-79205385a1f6 | Context testr@default cleanup() started 2020-06-04 18:35:23.787 34 INFO rally.task.context [-] Verification 452124fd-ca0a-4f13-8018-79205385a1f6 | Context testr@default cleanup() finished in 0.71 msec 2020-06-04 18:35:23.787 34 INFO rally.task.context [-] Verification 452124fd-ca0a-4f13-8018-79205385a1f6 | Context tempest@default cleanup() started 2020-06-04 18:35:23.898 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_011be66d_l7GWrlT4'. 2020-06-04 18:35:24.075 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_011be66d_l7GWrlT4' has been deleted. 2020-06-04 18:35:24.075 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'f8498c91-0b28-4301-969c-b977d1e04007' of option 'instance_type' from Tempest config file. 2020-06-04 18:35:24.076 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'f8498c91-0b28-4301-969c-b977d1e04007' has been removed. 2020-06-04 18:35:24.079 34 INFO rally.task.context [-] Verification 452124fd-ca0a-4f13-8018-79205385a1f6 | Context tempest@default cleanup() finished in 0.29 sec 2020-06-04 18:35:24.103 34 INFO rally.api [-] Verification (UUID=011be66d-b6e5-4d9c-8f5d-8dc941e3b7bd) has been successfully finished for deployment 'opnfv-rally' (UUID=73de2895-9fcd-4c02-b555-56245964fbcb)! 2020-06-04 18:35:25.832 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:35:25.833 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:35:25.833 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:35:27.353 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:35:27.353 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:35:27.353 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:35:29.486 48 INFO rally.api [-] Building 'html' report for the following verification(s): '011be66d-b6e5-4d9c-8f5d-8dc941e3b7bd' 2020-06-04 18:35:29.507 48 INFO rally.api [-] The report has been successfully built. 2020-06-04 18:35:31.110 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:35:31.110 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:35:31.111 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:35:33.324 50 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '011be66d-b6e5-4d9c-8f5d-8dc941e3b7bd' 2020-06-04 18:35:33.327 50 INFO rally.api [-] The report has been successfully built.