2020-06-24 12:30:50.111 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:30:50.111 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:30:50.111 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:30:52.164 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-24 12:30:52.164 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-24 12:30:52.164 7 ERROR rally.cli.cliutils 2020-06-24 12:30:53.734 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:30:53.734 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:30:53.734 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:30:57.991 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:30:57.991 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:30:57.991 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:31:02.388 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:31:02.388 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:31:02.388 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:31:03.819 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:31:03.820 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:31:03.820 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:31:05.959 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-24 12:31:05.959 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-24 12:31:05.959 17 ERROR rally.cli.cliutils 2020-06-24 12:31:07.489 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:31:07.489 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:31:07.490 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:31:09.566 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-24 12:31:09.632 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a772792a-757e-4d99-95a5-161765a71ea2/repo. 2020-06-24 12:31:09.839 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a772792a-757e-4d99-95a5-161765a71ea2/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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-06-24 12:31:09.852 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-24 12:31:09.861 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-24 12:31:09.884 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-24 12:31:09.928 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-24 12:31:10.669 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a772792a-757e-4d99-95a5-161765a71ea2) has been successfully created! 2020-06-24 12:31:12.310 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:31:12.310 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:31:12.311 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:31:16.563 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:31:16.564 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:31:16.564 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:31:18.590 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a772792a-757e-4d99-95a5-161765a71ea2) for deployment 'opnfv-rally' (UUID=cd339b65-4248-4477-b3d0-df31900615f0). 2020-06-24 12:31:19.009 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a772792a-757e-4d99-95a5-161765a71ea2) has been successfully configured for deployment 'opnfv-rally' (UUID=cd339b65-4248-4477-b3d0-df31900615f0)! 2020-06-24 12:31:27.031 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:31:27.031 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:31:27.031 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:31:29.197 35 INFO rally.api [-] Starting verification (UUID=49d16d80-b446-4e36-87e2-37da942df622) for deployment 'opnfv-rally' (UUID=cd339b65-4248-4477-b3d0-df31900615f0) by verifier 'opnfv-tempest' (UUID=a772792a-757e-4d99-95a5-161765a71ea2). 2020-06-24 12:31:29.891 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-24 12:31:29.892 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a772792a-757e-4d99-95a5-161765a71ea2/for-deployment-cd339b65-4248-4477-b3d0-df31900615f0/tempest.log' to option 'log_file'. 2020-06-24 12:31:29.892 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a772792a-757e-4d99-95a5-161765a71ea2/for-deployment-cd339b65-4248-4477-b3d0-df31900615f0/tempest.log 2020-06-24 12:31:29.892 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-24 12:31:29.893 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a772792a-757e-4d99-95a5-161765a71ea2/for-deployment-cd339b65-4248-4477-b3d0-df31900615f0/lock_files' to option 'lock_path'. 2020-06-24 12:31:29.893 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a772792a-757e-4d99-95a5-161765a71ea2/for-deployment-cd339b65-4248-4477-b3d0-df31900615f0/lock_files 2020-06-24 12:31:29.893 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-24 12:31:29.894 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-06-24 12:31:29.894 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e7fa6083-89f2-487b-a9f2-cab1f7769f09 2020-06-24 12:31:29.894 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 6fa2b618-31a0-42e0-b4e2-ad4e130bdf00 2020-06-24 12:31:29.895 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 2214a9bb-493f-49c9-8302-67e5dfb27055 2020-06-24 12:31:29.896 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 877b0151-19a5-4786-be13-b19006107854 2020-06-24 12:31:30.173 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-24 12:31:30.174 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_950d785e-d66a-4db9-928f-3e3a23160005 2020-06-24 12:31:30.174 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-24 12:31:30.249 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-24 12:31:30.290 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-24 12:31:30.291 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_49d16d80_A48MF7CC' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-24 12:31:30.327 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_49d16d80_A48MF7CC' (ID = fd59f3fa-8107-401c-ae9e-ad8d0800c18c) has been successfully created! 2020-06-24 12:31:30.327 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'fd59f3fa-8107-401c-ae9e-ad8d0800c18c' to option 'instance_type'. 2020-06-24 12:31:30.328 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = fd59f3fa-8107-401c-ae9e-ad8d0800c18c 2020-06-24 12:31:30.329 35 INFO rally.task.context [-] Verification a772792a-757e-4d99-95a5-161765a71ea2 | Context tempest@default setup() finished in 0.88 sec 2020-06-24 12:31:30.330 35 INFO rally.task.context [-] Verification a772792a-757e-4d99-95a5-161765a71ea2 | Context testr@default setup() finished in 0.42 msec 2020-06-24 12:31:30.331 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/8e99b5d2-117d-4ca9-a66a-0ef51ebc160a'. 2020-06-24 12:31:34.770 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-06-24 12:31:34.772 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-06-24 12:31:34.993 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.221s] 2020-06-24 12:31:35.066 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.074s] 2020-06-24 12:31:35.159 35 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.092s] 2020-06-24 12:31:35.331 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.172s] 2020-06-24 12:31:35.369 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.176s] 2020-06-24 12:31:35.559 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.191s] 2020-06-24 12:31:35.703 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.718s] 2020-06-24 12:31:35.762 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.203s] 2020-06-24 12:31:35.974 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.211s] 2020-06-24 12:31:36.006 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.674s] 2020-06-24 12:31:36.042 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.067s] 2020-06-24 12:31:36.307 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.264s] 2020-06-24 12:31:36.382 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [0.679s] 2020-06-24 12:31:36.718 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.636s] 2020-06-24 12:31:36.927 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.618s] 2020-06-24 12:31:37.251 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.867s] 2020-06-24 12:31:37.341 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.623s] 2020-06-24 12:31:37.392 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.465s] 2020-06-24 12:31:37.561 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.219s] 2020-06-24 12:31:37.663 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.411s] 2020-06-24 12:31:37.692 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.299s] 2020-06-24 12:31:37.858 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.297s] 2020-06-24 12:31:38.164 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.501s] 2020-06-24 12:31:38.240 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.380s] 2020-06-24 12:31:38.437 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.743s] 2020-06-24 12:31:38.676 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.511s] 2020-06-24 12:31:39.153 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.475s] 2020-06-24 12:31:39.458 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.213s] 2020-06-24 12:31:39.781 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.324s] 2020-06-24 12:31:40.378 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.595s] 2020-06-24 12:31:40.432 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.278s] 2020-06-24 12:31:40.855 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.424s] 2020-06-24 12:31:40.953 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.574s] 2020-06-24 12:31:41.341 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.389s] 2020-06-24 12:31:41.487 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.146s] 2020-06-24 12:31:41.681 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [0.824s] 2020-06-24 12:31:42.379 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.697s] 2020-06-24 12:31:43.043 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [0.663s] 2020-06-24 12:31:43.142 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-06-24 12:31:43.143 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-06-24 12:31:43.497 35 INFO rally.task.context [-] Verification a772792a-757e-4d99-95a5-161765a71ea2 | Context testr@default cleanup() started 2020-06-24 12:31:43.497 35 INFO rally.task.context [-] Verification a772792a-757e-4d99-95a5-161765a71ea2 | Context testr@default cleanup() finished in 0.71 msec 2020-06-24 12:31:43.498 35 INFO rally.task.context [-] Verification a772792a-757e-4d99-95a5-161765a71ea2 | Context tempest@default cleanup() started 2020-06-24 12:31:43.611 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_49d16d80_A48MF7CC'. 2020-06-24 12:31:43.749 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_49d16d80_A48MF7CC' has been deleted. 2020-06-24 12:31:43.750 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'fd59f3fa-8107-401c-ae9e-ad8d0800c18c' of option 'instance_type' from Tempest config file. 2020-06-24 12:31:43.751 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'fd59f3fa-8107-401c-ae9e-ad8d0800c18c' has been removed. 2020-06-24 12:31:43.756 35 INFO rally.task.context [-] Verification a772792a-757e-4d99-95a5-161765a71ea2 | Context tempest@default cleanup() finished in 0.26 sec 2020-06-24 12:31:43.777 35 INFO rally.api [-] Verification (UUID=49d16d80-b446-4e36-87e2-37da942df622) has been successfully finished for deployment 'opnfv-rally' (UUID=cd339b65-4248-4477-b3d0-df31900615f0)! 2020-06-24 12:31:45.496 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:31:45.496 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:31:45.496 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:31:47.020 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:31:47.021 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:31:47.021 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:31:49.200 52 INFO rally.api [-] Building 'html' report for the following verification(s): '49d16d80-b446-4e36-87e2-37da942df622' 2020-06-24 12:31:49.221 52 INFO rally.api [-] The report has been successfully built. 2020-06-24 12:31:50.661 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:31:50.662 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:31:50.662 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:31:52.539 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '49d16d80-b446-4e36-87e2-37da942df622' 2020-06-24 12:31:52.542 54 INFO rally.api [-] The report has been successfully built.