2020-12-09 11:30:29.225 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:30:29.225 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:30:29.225 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:30:31.376 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-12-09 11:30:31.376 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-09 11:30:31.376 7 ERROR rally.cli.cliutils 2020-12-09 11:30:32.902 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:30:32.902 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:30:32.902 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:30:37.115 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:30:37.116 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:30:37.116 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:30:41.512 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:30:41.512 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:30:41.512 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:30:42.974 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:30:42.974 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:30:42.975 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:30:44.987 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-12-09 11:30:44.987 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-09 11:30:44.987 17 ERROR rally.cli.cliutils 2020-12-09 11:30:46.528 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:30:46.529 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:30:46.529 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:30:48.614 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-09 11:30:48.700 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b1b39fba-3094-430d-b271-c90dc6e8e1e8/repo. 2020-12-09 11:30:49.022 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b1b39fba-3094-430d-b271-c90dc6e8e1e8/repo'... done. Note: switching to '2270e0af6e343c2b409baa24be092bcc0f31c091'. 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-12-09 11:30:49.037 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g2270e0af6 ' 2020-12-09 11:30:49.045 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '2270e0af6e343c2b409baa24be092bcc0f31c091 ' 2020-12-09 11:30:49.076 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-09 11:30:49.119 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-09 11:30:49.861 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b1b39fba-3094-430d-b271-c90dc6e8e1e8) has been successfully created! 2020-12-09 11:30:51.605 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:30:51.606 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:30:51.606 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:30:55.882 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:30:55.882 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:30:55.882 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:30:57.966 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b1b39fba-3094-430d-b271-c90dc6e8e1e8) for deployment 'opnfv-rally' (UUID=43e21ee8-5583-4573-887c-a7b65a0f7d7b). 2020-12-09 11:30:58.835 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b1b39fba-3094-430d-b271-c90dc6e8e1e8) has been successfully configured for deployment 'opnfv-rally' (UUID=43e21ee8-5583-4573-887c-a7b65a0f7d7b)! 2020-12-09 11:31:06.198 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:31:06.198 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:31:06.198 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:31:08.375 35 INFO rally.api [-] Starting verification (UUID=366a7a36-27cc-46ad-87dd-8d90ef328915) for deployment 'opnfv-rally' (UUID=43e21ee8-5583-4573-887c-a7b65a0f7d7b) by verifier 'opnfv-tempest' (UUID=b1b39fba-3094-430d-b271-c90dc6e8e1e8). 2020-12-09 11:31:09.022 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-09 11:31:09.023 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b1b39fba-3094-430d-b271-c90dc6e8e1e8/for-deployment-43e21ee8-5583-4573-887c-a7b65a0f7d7b/tempest.log' to option 'log_file'. 2020-12-09 11:31:09.023 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b1b39fba-3094-430d-b271-c90dc6e8e1e8/for-deployment-43e21ee8-5583-4573-887c-a7b65a0f7d7b/tempest.log 2020-12-09 11:31:09.023 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-09 11:31:09.023 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b1b39fba-3094-430d-b271-c90dc6e8e1e8/for-deployment-43e21ee8-5583-4573-887c-a7b65a0f7d7b/lock_files' to option 'lock_path'. 2020-12-09 11:31:09.023 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b1b39fba-3094-430d-b271-c90dc6e8e1e8/for-deployment-43e21ee8-5583-4573-887c-a7b65a0f7d7b/lock_files 2020-12-09 11:31:09.024 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-09 11:31:09.024 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-12-09 11:31:09.024 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 27c11ee1-1178-4bfe-b0e2-1e840e2ab135 2020-12-09 11:31:09.024 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 96d38a50-1159-42ba-98cd-396c108f8430 2020-12-09 11:31:09.025 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 1b39ba7b-8d0c-48db-a7ae-3cf1d924c948 2020-12-09 11:31:09.025 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a8accee7-5017-4a3d-a09e-7e9b8541dece 2020-12-09 11:31:09.211 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-09 11:31:09.212 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_4b562181-7383-478e-bdce-94941a576462 2020-12-09 11:31:09.213 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-09 11:31:09.308 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-09 11:31:09.355 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_9ac2d004_o8iXMMXY'. Using flavor 'rally_verify_9ac2d004_o8iXMMXY' (ID = 16b5f00d-0892-493b-abb7-0fefa9a144a2) for the tests. 2020-12-09 11:31:09.355 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '16b5f00d-0892-493b-abb7-0fefa9a144a2' to option 'instance_type'. 2020-12-09 11:31:09.355 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 16b5f00d-0892-493b-abb7-0fefa9a144a2 2020-12-09 11:31:09.357 35 INFO rally.task.context [-] Verification b1b39fba-3094-430d-b271-c90dc6e8e1e8 | Context tempest@default setup() finished in 0.78 sec 2020-12-09 11:31:09.357 35 INFO rally.task.context [-] Verification b1b39fba-3094-430d-b271-c90dc6e8e1e8 | Context testr@default setup() finished in 0.27 msec 2020-12-09 11:31:09.358 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/63472d6c-8f35-43f6-b6bc-1f4367477123'. 2020-12-09 11:31:14.139 35 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-12-09 11:31:14.140 35 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-12-09 11:31:14.469 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.376s] 2020-12-09 11:31:14.639 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.169s] 2020-12-09 11:31:14.669 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.515s] 2020-12-09 11:31:14.777 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.137s] 2020-12-09 11:31:14.893 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.224s] 2020-12-09 11:31:14.997 35 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.102s] 2020-12-09 11:31:14.998 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.218s] 2020-12-09 11:31:15.049 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.053s] 2020-12-09 11:31:15.140 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.144s] 2020-12-09 11:31:15.167 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [1.199s] 2020-12-09 11:31:15.217 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.167s] 2020-12-09 11:31:15.714 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.572s] 2020-12-09 11:31:15.789 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.623s] 2020-12-09 11:31:15.822 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.602s] 2020-12-09 11:31:16.075 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.253s] 2020-12-09 11:31:16.270 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.196s] 2020-12-09 11:31:16.514 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.723s] 2020-12-09 11:31:16.923 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.650s] 2020-12-09 11:31:16.999 35 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-12-09 11:31:17.000 35 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-12-09 11:31:17.045 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.531s] 2020-12-09 11:31:17.627 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.582s] 2020-12-09 11:31:18.190 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.562s] 2020-12-09 11:31:19.021 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.831s] 2020-12-09 11:31:20.806 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.784s] 2020-12-09 11:31:21.744 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.937s] 2020-12-09 11:31:23.097 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.351s] 2020-12-09 11:31:24.190 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.093s] 2020-12-09 11:31:25.253 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 [1.063s] 2020-12-09 11:31:25.810 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.474s] 2020-12-09 11:31:26.457 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.645s] 2020-12-09 11:31:26.706 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.249s] 2020-12-09 11:31:26.859 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.153s] 2020-12-09 11:31:27.217 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.357s] 2020-12-09 11:31:28.072 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [0.852s] 2020-12-09 11:31:28.488 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.416s] 2020-12-09 11:31:28.988 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.499s] 2020-12-09 11:31:29.459 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.470s] 2020-12-09 11:31:29.986 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.527s] 2020-12-09 11:31:30.240 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.254s] 2020-12-09 11:31:30.532 35 INFO rally.task.context [-] Verification b1b39fba-3094-430d-b271-c90dc6e8e1e8 | Context testr@default cleanup() started 2020-12-09 11:31:30.533 35 INFO rally.task.context [-] Verification b1b39fba-3094-430d-b271-c90dc6e8e1e8 | Context testr@default cleanup() finished in 0.79 msec 2020-12-09 11:31:30.533 35 INFO rally.task.context [-] Verification b1b39fba-3094-430d-b271-c90dc6e8e1e8 | Context tempest@default cleanup() started 2020-12-09 11:31:30.639 35 INFO rally.task.context [-] Verification b1b39fba-3094-430d-b271-c90dc6e8e1e8 | Context tempest@default cleanup() finished in 0.11 sec 2020-12-09 11:31:30.667 35 INFO rally.api [-] Verification (UUID=366a7a36-27cc-46ad-87dd-8d90ef328915) has been successfully finished for deployment 'opnfv-rally' (UUID=43e21ee8-5583-4573-887c-a7b65a0f7d7b)! 2020-12-09 11:31:32.384 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:31:32.385 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:31:32.385 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:31:34.040 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:31:34.040 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:31:34.041 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:31:36.429 52 INFO rally.api [-] Building 'html' report for the following verification(s): '366a7a36-27cc-46ad-87dd-8d90ef328915' 2020-12-09 11:31:36.452 52 INFO rally.api [-] The report has been successfully built. 2020-12-09 11:31:38.184 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:31:38.185 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:31:38.185 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:31:40.498 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '366a7a36-27cc-46ad-87dd-8d90ef328915' 2020-12-09 11:31:40.501 54 INFO rally.api [-] The report has been successfully built.