2020-08-10 14:25:44.388 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:25:44.394 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:25:44.395 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:26:05.541 10 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-08-10 14:26:05.541 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-08-10 14:26:05.541 10 ERROR rally.cli.cliutils 2020-08-10 14:26:18.728 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:26:18.733 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:26:18.735 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:26:54.671 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:26:54.676 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:26:54.677 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:27:33.601 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:27:33.607 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:27:33.608 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:27:47.144 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:27:47.149 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:27:47.151 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:28:07.627 40 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-08-10 14:28:07.627 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-08-10 14:28:07.627 40 ERROR rally.cli.cliutils 2020-08-10 14:28:21.312 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:28:21.318 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:28:21.319 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:28:41.727 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-08-10 14:28:42.138 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-02641313-5293-4d3e-907f-4b99bedeb095/repo. 2020-08-10 14:28:42.922 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-02641313-5293-4d3e-907f-4b99bedeb095/repo'... done. Note: switching to '7cf317646c216b70fd060027d67c7aedf746bf6d'. 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-08-10 14:28:43.025 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g7cf317646 ' 2020-08-10 14:28:43.083 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '7cf317646c216b70fd060027d67c7aedf746bf6d ' 2020-08-10 14:28:43.141 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-08-10 14:28:43.679 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-08-10 14:28:49.839 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=02641313-5293-4d3e-907f-4b99bedeb095) has been successfully created! 2020-08-10 14:29:04.167 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:29:04.173 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:29:04.174 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:29:41.225 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:29:41.231 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:29:41.232 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:30:02.877 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=02641313-5293-4d3e-907f-4b99bedeb095) for deployment 'opnfv-rally' (UUID=51a5b129-742b-40bc-867c-733caa41cc61). 2020-08-10 14:30:04.355 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=02641313-5293-4d3e-907f-4b99bedeb095) has been successfully configured for deployment 'opnfv-rally' (UUID=51a5b129-742b-40bc-867c-733caa41cc61)! 2020-08-10 14:31:16.502 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:31:16.508 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:31:16.510 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:31:39.486 97 INFO rally.api [-] Starting verification (UUID=1ef42524-2aff-4acc-93c4-dbcb9faa8d75) for deployment 'opnfv-rally' (UUID=51a5b129-742b-40bc-867c-733caa41cc61) by verifier 'opnfv-tempest' (UUID=02641313-5293-4d3e-907f-4b99bedeb095). 2020-08-10 14:31:43.726 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-08-10 14:31:43.729 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-02641313-5293-4d3e-907f-4b99bedeb095/for-deployment-51a5b129-742b-40bc-867c-733caa41cc61/tempest.log' to option 'log_file'. 2020-08-10 14:31:43.731 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-02641313-5293-4d3e-907f-4b99bedeb095/for-deployment-51a5b129-742b-40bc-867c-733caa41cc61/tempest.log 2020-08-10 14:31:43.732 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-08-10 14:31:43.734 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-02641313-5293-4d3e-907f-4b99bedeb095/for-deployment-51a5b129-742b-40bc-867c-733caa41cc61/lock_files' to option 'lock_path'. 2020-08-10 14:31:43.736 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-02641313-5293-4d3e-907f-4b99bedeb095/for-deployment-51a5b129-742b-40bc-867c-733caa41cc61/lock_files 2020-08-10 14:31:43.738 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-08-10 14:31:43.739 97 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-08-10 14:31:43.741 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e1831225-7504-4ff5-8a3d-cfbac9e8375f 2020-08-10 14:31:43.743 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = e92e786e-627c-469b-b8e0-c78451e0470c 2020-08-10 14:31:43.746 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 422b2eac-2375-409c-ae59-7acddc6079f7 2020-08-10 14:31:43.750 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b6440fe4-ffdc-4518-8bd6-db018b180a82 2020-08-10 14:31:44.096 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-08-10 14:31:44.098 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_a614c9b8-736f-482c-bfca-cc8145c4faba 2020-08-10 14:31:44.102 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-08-10 14:31:44.822 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-08-10 14:31:44.913 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-08-10 14:31:44.915 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_1ef42524_YO0OD0lc' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-08-10 14:31:44.991 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1ef42524_YO0OD0lc' (ID = 1291fe5c-5ae2-4150-aeab-c82746eb52ed) has been successfully created! 2020-08-10 14:31:44.993 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '1291fe5c-5ae2-4150-aeab-c82746eb52ed' to option 'instance_type'. 2020-08-10 14:31:44.995 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 1291fe5c-5ae2-4150-aeab-c82746eb52ed 2020-08-10 14:31:45.004 97 INFO rally.task.context [-] Verification 02641313-5293-4d3e-907f-4b99bedeb095 | Context tempest@default setup() finished in 4.49 sec 2020-08-10 14:31:45.008 97 INFO rally.task.context [-] Verification 02641313-5293-4d3e-907f-4b99bedeb095 | Context testr@default setup() finished in 1.38 msec 2020-08-10 14:31:45.009 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/f59d338c-1bb9-41ac-b286-78119bac53c1'. 2020-08-10 14:32:26.441 97 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.393s] 2020-08-10 14:32:26.558 97 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.266s] 2020-08-10 14:32:26.577 97 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.163s] 2020-08-10 14:32:26.652 97 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.070s] 2020-08-10 14:32:26.704 97 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.152s] 2020-08-10 14:32:26.844 97 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.189s] 2020-08-10 14:32:26.860 97 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.144s] 2020-08-10 14:32:27.004 97 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.150s] 2020-08-10 14:32:27.073 97 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.066s] 2020-08-10 14:32:27.165 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.524s] 2020-08-10 14:32:27.321 97 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.245s] 2020-08-10 14:32:27.379 97 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.527s] 2020-08-10 14:32:27.540 97 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_scoped_token ... skip [0.001s]: b'Federated Identity feature not enabled' 2020-08-10 14:32:27.548 97 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_unscoped_token ... skip [0.001s]: b'Federated Identity feature not enabled' 2020-08-10 14:32:27.795 97 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.459s] 2020-08-10 14:32:27.870 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.701s] 2020-08-10 14:32:28.081 97 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.287s] 2020-08-10 14:32:28.115 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.248s] 2020-08-10 14:32:28.350 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.231s] 2020-08-10 14:32:28.394 97 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.310s] 2020-08-10 14:32:28.796 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.435s] 2020-08-10 14:32:28.997 97 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.595s] 2020-08-10 14:32:29.429 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.929s] 2020-08-10 14:32:30.048 97 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-08-10 14:32:30.476 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.662s] 2020-08-10 14:32:30.909 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.443s] 2020-08-10 14:32:30.993 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.935s] 2020-08-10 14:32:31.572 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.579s] 2020-08-10 14:32:31.891 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.978s] 2020-08-10 14:32:32.177 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.599s] 2020-08-10 14:32:32.809 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.628s] 2020-08-10 14:32:32.935 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [1.037s] 2020-08-10 14:32:33.634 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.821s] 2020-08-10 14:32:34.014 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [1.073s] 2020-08-10 14:32:34.522 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.511s] 2020-08-10 14:32:35.904 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [2.255s] 2020-08-10 14:32:36.824 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.925s] 2020-08-10 14:32:38.387 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.553s] 2020-08-10 14:32:39.970 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.583s] 2020-08-10 14:32:41.076 97 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.103s] 2020-08-10 14:32:41.292 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_scoped_token ... skip [0.001s]: b'Federated Identity feature not enabled' 2020-08-10 14:32:41.305 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_unscoped_token ... skip [0.001s]: b'Federated Identity feature not enabled' 2020-08-10 14:32:42.654 97 INFO rally.task.context [-] Verification 02641313-5293-4d3e-907f-4b99bedeb095 | Context testr@default cleanup() started 2020-08-10 14:32:42.658 97 INFO rally.task.context [-] Verification 02641313-5293-4d3e-907f-4b99bedeb095 | Context testr@default cleanup() finished in 4.00 msec 2020-08-10 14:32:42.661 97 INFO rally.task.context [-] Verification 02641313-5293-4d3e-907f-4b99bedeb095 | Context tempest@default cleanup() started 2020-08-10 14:32:43.220 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_1ef42524_YO0OD0lc'. 2020-08-10 14:32:43.491 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1ef42524_YO0OD0lc' has been deleted. 2020-08-10 14:32:43.496 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '1291fe5c-5ae2-4150-aeab-c82746eb52ed' of option 'instance_type' from Tempest config file. 2020-08-10 14:32:43.498 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '1291fe5c-5ae2-4150-aeab-c82746eb52ed' has been removed. 2020-08-10 14:32:43.530 97 INFO rally.task.context [-] Verification 02641313-5293-4d3e-907f-4b99bedeb095 | Context tempest@default cleanup() finished in 0.87 sec 2020-08-10 14:32:43.623 97 INFO rally.api [-] Verification (UUID=1ef42524-2aff-4acc-93c4-dbcb9faa8d75) has been successfully finished for deployment 'opnfv-rally' (UUID=51a5b129-742b-40bc-867c-733caa41cc61)! 2020-08-10 14:33:00.000 138 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:33:00.007 138 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:33:00.009 138 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:33:15.618 144 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:33:15.627 144 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:33:15.629 144 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:33:39.390 144 INFO rally.api [-] Building 'html' report for the following verification(s): '1ef42524-2aff-4acc-93c4-dbcb9faa8d75' 2020-08-10 14:33:39.624 144 INFO rally.api [-] The report has been successfully built. 2020-08-10 14:33:54.929 150 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:33:54.936 150 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:33:54.937 150 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:34:18.242 150 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '1ef42524-2aff-4acc-93c4-dbcb9faa8d75' 2020-08-10 14:34:18.291 150 INFO rally.api [-] The report has been successfully built.