2020-11-06 17:07:44.698 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:07:44.698 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:07:44.699 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:07:47.195 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-11-06 17:07:47.195 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-06 17:07:47.195 7 ERROR rally.cli.cliutils 2020-11-06 17:07:49.082 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:07:49.082 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:07:49.083 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:07:53.794 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:07:53.794 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:07:53.795 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:07:58.735 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:07:58.735 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:07:58.735 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:08:00.356 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:08:00.356 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:08:00.356 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:08:02.926 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-11-06 17:08:02.926 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-06 17:08:02.926 17 ERROR rally.cli.cliutils 2020-11-06 17:08:04.618 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:08:04.619 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:08:04.619 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:08:07.231 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-06 17:08:07.296 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-132043ed-5a49-4118-8d6e-97f5f2b4524c/repo. 2020-11-06 17:08:07.542 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-132043ed-5a49-4118-8d6e-97f5f2b4524c/repo'... done. ' 2020-11-06 17:08:07.556 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-11-06 17:08:07.579 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-06 17:08:07.643 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-06 17:08:08.383 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=132043ed-5a49-4118-8d6e-97f5f2b4524c) has been successfully created! 2020-11-06 17:08:09.977 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:08:09.977 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:08:09.978 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:08:14.622 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:08:14.623 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:08:14.623 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:08:17.101 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=132043ed-5a49-4118-8d6e-97f5f2b4524c) for deployment 'opnfv-rally' (UUID=32363c1e-b949-4412-80d3-d0044a7d943e). 2020-11-06 17:08:17.630 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=132043ed-5a49-4118-8d6e-97f5f2b4524c) has been successfully configured for deployment 'opnfv-rally' (UUID=32363c1e-b949-4412-80d3-d0044a7d943e)! 2020-11-06 17:08:25.936 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:08:25.937 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:08:25.937 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:08:28.484 34 INFO rally.api [-] Starting verification (UUID=41d94c06-3ee1-4c38-b2f6-a2e8957ea9dc) for deployment 'opnfv-rally' (UUID=32363c1e-b949-4412-80d3-d0044a7d943e) by verifier 'opnfv-tempest' (UUID=132043ed-5a49-4118-8d6e-97f5f2b4524c). 2020-11-06 17:08:29.216 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-06 17:08:29.216 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-132043ed-5a49-4118-8d6e-97f5f2b4524c/for-deployment-32363c1e-b949-4412-80d3-d0044a7d943e/tempest.log' to option 'log_file'. 2020-11-06 17:08:29.216 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-132043ed-5a49-4118-8d6e-97f5f2b4524c/for-deployment-32363c1e-b949-4412-80d3-d0044a7d943e/tempest.log 2020-11-06 17:08:29.217 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-06 17:08:29.217 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-132043ed-5a49-4118-8d6e-97f5f2b4524c/for-deployment-32363c1e-b949-4412-80d3-d0044a7d943e/lock_files' to option 'lock_path'. 2020-11-06 17:08:29.217 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-132043ed-5a49-4118-8d6e-97f5f2b4524c/for-deployment-32363c1e-b949-4412-80d3-d0044a7d943e/lock_files 2020-11-06 17:08:29.218 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-06 17:08:29.218 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-11-06 17:08:29.218 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = d30dce2e-8474-48e5-b8ff-6cf8a58077dc 2020-11-06 17:08:29.219 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 0ac45721-7028-4133-a465-b8a838a2f2f5 2020-11-06 17:08:29.220 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 0687eede-565f-457b-8fa5-399466f94cb4 2020-11-06 17:08:29.220 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 07f26a72-0d98-451b-bc56-f20ab177d3dc 2020-11-06 17:08:29.487 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-06 17:08:29.488 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_f00ead77-06ec-49c2-bb2d-742cc8823985 2020-11-06 17:08:29.488 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-06 17:08:29.586 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-06 17:08:29.644 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-11-06 17:08:29.645 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_41d94c06_UWil5nEw' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-11-06 17:08:29.687 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_41d94c06_UWil5nEw' (ID = 161082e5-1940-41a3-b1df-577f3a248b86) has been successfully created! 2020-11-06 17:08:29.687 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '161082e5-1940-41a3-b1df-577f3a248b86' to option 'instance_type'. 2020-11-06 17:08:29.687 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 161082e5-1940-41a3-b1df-577f3a248b86 2020-11-06 17:08:29.688 34 INFO rally.task.context [-] Verification 132043ed-5a49-4118-8d6e-97f5f2b4524c | Context tempest@default setup() finished in 0.96 sec 2020-11-06 17:08:29.689 34 INFO rally.task.context [-] Verification 132043ed-5a49-4118-8d6e-97f5f2b4524c | Context testr@default setup() finished in 0.38 msec 2020-11-06 17:08:29.689 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/a8c8476d-d7d0-498d-ba2d-3d6ced67a3a8'. 2020-11-06 17:08:34.765 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.140s] 2020-11-06 17:08:34.819 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-11-06 17:08:34.820 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-11-06 17:08:34.896 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.130s] 2020-11-06 17:08:34.916 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.371s] 2020-11-06 17:08:34.984 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.087s] 2020-11-06 17:08:35.075 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.090s] 2020-11-06 17:08:35.127 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.051s] 2020-11-06 17:08:35.323 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.668s] 2020-11-06 17:08:35.352 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.226s] 2020-11-06 17:08:35.374 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.457s] 2020-11-06 17:08:35.584 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.211s] 2020-11-06 17:08:35.744 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.388s] 2020-11-06 17:08:35.784 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.199s] 2020-11-06 17:08:35.823 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 [0.501s] 2020-11-06 17:08:36.064 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.321s] 2020-11-06 17:08:36.174 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.389s] 2020-11-06 17:08:36.260 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.196s] 2020-11-06 17:08:36.512 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.688s] 2020-11-06 17:08:36.855 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.594s] 2020-11-06 17:08:36.896 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-11-06 17:08:36.898 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-11-06 17:08:36.929 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.417s] 2020-11-06 17:08:37.294 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.116s] 2020-11-06 17:08:37.421 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.490s] 2020-11-06 17:08:37.642 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.349s] 2020-11-06 17:08:37.869 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.447s] 2020-11-06 17:08:38.265 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.622s] 2020-11-06 17:08:38.345 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.476s] 2020-11-06 17:08:39.007 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.741s] 2020-11-06 17:08:39.643 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.636s] 2020-11-06 17:08:39.902 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.556s] 2020-11-06 17:08:39.973 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.331s] 2020-11-06 17:08:40.455 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.552s] 2020-11-06 17:08:41.382 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [0.924s] 2020-11-06 17:08:42.261 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.879s] 2020-11-06 17:08:42.994 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 [0.732s] 2020-11-06 17:08:43.312 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.217s] 2020-11-06 17:08:43.397 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.087s] 2020-11-06 17:08:43.448 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.051s] 2020-11-06 17:08:43.576 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.126s] 2020-11-06 17:08:43.876 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.298s] 2020-11-06 17:08:44.152 34 INFO rally.task.context [-] Verification 132043ed-5a49-4118-8d6e-97f5f2b4524c | Context testr@default cleanup() started 2020-11-06 17:08:44.153 34 INFO rally.task.context [-] Verification 132043ed-5a49-4118-8d6e-97f5f2b4524c | Context testr@default cleanup() finished in 0.68 msec 2020-11-06 17:08:44.153 34 INFO rally.task.context [-] Verification 132043ed-5a49-4118-8d6e-97f5f2b4524c | Context tempest@default cleanup() started 2020-11-06 17:08:44.248 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_41d94c06_UWil5nEw'. 2020-11-06 17:08:44.395 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_41d94c06_UWil5nEw' has been deleted. 2020-11-06 17:08:44.395 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '161082e5-1940-41a3-b1df-577f3a248b86' of option 'instance_type' from Tempest config file. 2020-11-06 17:08:44.396 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '161082e5-1940-41a3-b1df-577f3a248b86' has been removed. 2020-11-06 17:08:44.397 34 INFO rally.task.context [-] Verification 132043ed-5a49-4118-8d6e-97f5f2b4524c | Context tempest@default cleanup() finished in 0.24 sec 2020-11-06 17:08:44.422 34 INFO rally.api [-] Verification (UUID=41d94c06-3ee1-4c38-b2f6-a2e8957ea9dc) has been successfully finished for deployment 'opnfv-rally' (UUID=32363c1e-b949-4412-80d3-d0044a7d943e)! 2020-11-06 17:08:46.314 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:08:46.315 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:08:46.315 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:08:48.040 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:08:48.041 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:08:48.041 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:08:50.669 51 INFO rally.api [-] Building 'html' report for the following verification(s): '41d94c06-3ee1-4c38-b2f6-a2e8957ea9dc' 2020-11-06 17:08:50.694 51 INFO rally.api [-] The report has been successfully built. 2020-11-06 17:08:52.390 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:08:52.391 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:08:52.391 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:08:54.782 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '41d94c06-3ee1-4c38-b2f6-a2e8957ea9dc' 2020-11-06 17:08:54.785 53 INFO rally.api [-] The report has been successfully built.