2020-09-29 08:01:03.119 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:01:03.120 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:01:03.120 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:01:05.398 6 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-09-29 08:01:05.398 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-29 08:01:05.398 6 ERROR rally.cli.cliutils 2020-09-29 08:01:06.954 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:01:06.955 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:01:06.955 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:01:11.012 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:01:11.012 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:01:11.012 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:01:15.515 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:01:15.516 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:01:15.516 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:01:17.057 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:01:17.058 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:01:17.058 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:01:19.211 15 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-09-29 08:01:19.211 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils force=force) 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-29 08:01:19.211 15 ERROR rally.cli.cliutils 2020-09-29 08:01:20.701 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:01:20.701 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:01:20.701 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:01:22.782 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-29 08:01:22.855 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-8d9b88f3-d746-4bac-b00d-3c63611d1435/repo. 2020-09-29 08:01:23.188 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-8d9b88f3-d746-4bac-b00d-3c63611d1435/repo'... done. Note: checking out '134bf9998c70c1a819f03c9f7b1ea592b914df6e'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-09-29 08:01:23.201 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g134bf9998 ' 2020-09-29 08:01:23.211 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '134bf9998c70c1a819f03c9f7b1ea592b914df6e ' 2020-09-29 08:01:23.251 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-29 08:01:23.307 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-29 08:01:23.949 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8d9b88f3-d746-4bac-b00d-3c63611d1435) has been successfully created! 2020-09-29 08:01:25.718 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:01:25.718 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:01:25.718 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:01:30.214 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:01:30.214 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:01:30.214 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:01:32.344 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8d9b88f3-d746-4bac-b00d-3c63611d1435) for deployment 'opnfv-rally' (UUID=87a04498-a474-406f-9998-d01b53847d45). 2020-09-29 08:01:33.004 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8d9b88f3-d746-4bac-b00d-3c63611d1435) has been successfully configured for deployment 'opnfv-rally' (UUID=87a04498-a474-406f-9998-d01b53847d45)! 2020-09-29 08:01:40.849 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:01:40.850 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:01:40.850 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:01:43.164 32 INFO rally.api [-] Starting verification (UUID=57909a54-fe1e-4718-9e1d-216605408b53) for deployment 'opnfv-rally' (UUID=87a04498-a474-406f-9998-d01b53847d45) by verifier 'opnfv-tempest' (UUID=8d9b88f3-d746-4bac-b00d-3c63611d1435). 2020-09-29 08:01:43.967 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-29 08:01:43.968 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8d9b88f3-d746-4bac-b00d-3c63611d1435/for-deployment-87a04498-a474-406f-9998-d01b53847d45/tempest.log' to option 'log_file'. 2020-09-29 08:01:43.968 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-8d9b88f3-d746-4bac-b00d-3c63611d1435/for-deployment-87a04498-a474-406f-9998-d01b53847d45/tempest.log 2020-09-29 08:01:43.968 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-29 08:01:43.969 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8d9b88f3-d746-4bac-b00d-3c63611d1435/for-deployment-87a04498-a474-406f-9998-d01b53847d45/lock_files' to option 'lock_path'. 2020-09-29 08:01:43.969 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-8d9b88f3-d746-4bac-b00d-3c63611d1435/for-deployment-87a04498-a474-406f-9998-d01b53847d45/lock_files 2020-09-29 08:01:43.969 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-29 08:01:43.969 32 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-09-29 08:01:43.970 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 6c638b48-63f8-40a1-8069-426c822c27fb 2020-09-29 08:01:43.970 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 29785088-55b5-4dbe-a61e-695d241edde5 2020-09-29 08:01:43.971 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = dd04667b-2685-42f4-91c3-d5fcf5c1ea62 2020-09-29 08:01:43.971 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 8ca64938-b31a-4d7a-963b-4706eb4ef0b8 2020-09-29 08:01:44.198 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-29 08:01:44.199 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_46f2cd88-3050-46a8-aafa-d58c64444619 2020-09-29 08:01:44.200 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-29 08:01:44.287 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-29 08:01:44.324 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_eb21503e_cVnCuYPZ'. Using flavor 'rally_verify_eb21503e_cVnCuYPZ' (ID = ad3a8ae4-287c-4ab7-841d-de88cc026bc7) for the tests. 2020-09-29 08:01:44.324 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ad3a8ae4-287c-4ab7-841d-de88cc026bc7' to option 'instance_type'. 2020-09-29 08:01:44.324 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ad3a8ae4-287c-4ab7-841d-de88cc026bc7 2020-09-29 08:01:44.325 32 INFO rally.task.context [-] Verification 8d9b88f3-d746-4bac-b00d-3c63611d1435 | Context tempest@default setup() finished in 0.93 sec 2020-09-29 08:01:44.326 32 INFO rally.task.context [-] Verification 8d9b88f3-d746-4bac-b00d-3c63611d1435 | Context testr@default setup() finished in 0.25 msec 2020-09-29 08:01:44.326 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/e42ddc9d-3043-4f40-b545-72467cfd7cd7'. 2020-09-29 08:01:49.153 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2EcpFederatedAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-09-29 08:01:49.154 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2EcpFederatedAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-09-29 08:01:49.209 32 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.392s] 2020-09-29 08:01:49.343 32 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.134s] 2020-09-29 08:01:49.394 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.471s] 2020-09-29 08:01:49.455 32 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.112s] 2020-09-29 08:01:49.679 32 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.224s] 2020-09-29 08:01:49.855 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.908s] 2020-09-29 08:01:50.162 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.767s] 2020-09-29 08:01:50.346 32 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.665s] 2020-09-29 08:01:50.404 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.242s] 2020-09-29 08:01:50.516 32 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.661s] 2020-09-29 08:01:50.813 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.408s] 2020-09-29 08:01:51.223 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.410s] 2020-09-29 08:01:51.500 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.983s] 2020-09-29 08:01:52.126 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.626s] 2020-09-29 08:01:52.750 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.622s] 2020-09-29 08:01:52.837 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.611s] 2020-09-29 08:01:53.352 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.515s] 2020-09-29 08:01:53.485 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.735s] 2020-09-29 08:01:54.058 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.705s] 2020-09-29 08:01:54.126 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.640s] 2020-09-29 08:01:54.879 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.820s] 2020-09-29 08:01:55.583 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.703s] 2020-09-29 08:01:55.908 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.325s] 2020-09-29 08:01:56.080 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.952s] 2020-09-29 08:01:56.822 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.742s] 2020-09-29 08:01:57.971 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.148s] 2020-09-29 08:01:58.908 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.936s] 2020-09-29 08:01:59.756 32 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.848s] 2020-09-29 08:02:00.050 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.199s] 2020-09-29 08:02:00.147 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.097s] 2020-09-29 08:02:00.247 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.099s] 2020-09-29 08:02:00.394 32 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.147s] 2020-09-29 08:02:00.442 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.047s] 2020-09-29 08:02:00.663 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.220s] 2020-09-29 08:02:01.040 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.376s] 2020-09-29 08:02:01.339 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.298s] 2020-09-29 08:02:01.600 32 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.260s] 2020-09-29 08:02:02.168 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.568s] 2020-09-29 08:02:02.552 32 INFO rally.task.context [-] Verification 8d9b88f3-d746-4bac-b00d-3c63611d1435 | Context testr@default cleanup() started 2020-09-29 08:02:02.553 32 INFO rally.task.context [-] Verification 8d9b88f3-d746-4bac-b00d-3c63611d1435 | Context testr@default cleanup() finished in 0.76 msec 2020-09-29 08:02:02.553 32 INFO rally.task.context [-] Verification 8d9b88f3-d746-4bac-b00d-3c63611d1435 | Context tempest@default cleanup() started 2020-09-29 08:02:02.724 32 INFO rally.task.context [-] Verification 8d9b88f3-d746-4bac-b00d-3c63611d1435 | Context tempest@default cleanup() finished in 0.17 sec 2020-09-29 08:02:02.747 32 INFO rally.api [-] Verification (UUID=57909a54-fe1e-4718-9e1d-216605408b53) has been successfully finished for deployment 'opnfv-rally' (UUID=87a04498-a474-406f-9998-d01b53847d45)! 2020-09-29 08:02:04.444 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:02:04.445 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:02:04.445 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:02:06.065 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:02:06.065 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:02:06.065 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:02:08.304 44 INFO rally.api [-] Building 'html' report for the following verification(s): '57909a54-fe1e-4718-9e1d-216605408b53' 2020-09-29 08:02:08.336 44 INFO rally.api [-] The report has been successfully built. 2020-09-29 08:02:10.100 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:02:10.100 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:02:10.101 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:02:12.403 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '57909a54-fe1e-4718-9e1d-216605408b53' 2020-09-29 08:02:12.407 46 INFO rally.api [-] The report has been successfully built.