2020-07-28 15:42:33.270 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:42:33.270 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:42:33.271 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:42:35.751 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-07-28 15:42:35.751 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-28 15:42:35.751 7 ERROR rally.cli.cliutils 2020-07-28 15:42:37.682 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:42:37.683 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:42:37.683 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:42:41.936 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:42:41.937 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:42:41.937 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:42:46.290 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:42:46.291 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:42:46.291 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:42:47.739 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:42:47.739 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:42:47.739 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:42:49.870 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-07-28 15:42:49.870 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-28 15:42:49.870 17 ERROR rally.cli.cliutils 2020-07-28 15:42:51.558 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:42:51.558 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:42:51.559 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:42:53.803 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-28 15:42:53.897 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-1344becc-7b12-4175-876f-c448a04ceafd/repo. 2020-07-28 15:42:54.250 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-1344becc-7b12-4175-876f-c448a04ceafd/repo'... done. Note: switching to '8da0d7e7dda3b23b5de1ed71e418ed53310bd455'. 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-07-28 15:42:54.263 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8da0d7e7d ' 2020-07-28 15:42:54.274 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8da0d7e7dda3b23b5de1ed71e418ed53310bd455 ' 2020-07-28 15:42:54.303 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-28 15:42:54.349 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-28 15:42:55.160 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1344becc-7b12-4175-876f-c448a04ceafd) has been successfully created! 2020-07-28 15:42:56.882 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:42:56.882 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:42:56.882 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:43:01.222 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:43:01.223 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:43:01.223 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:43:03.370 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1344becc-7b12-4175-876f-c448a04ceafd) for deployment 'opnfv-rally' (UUID=644c5238-c169-428f-8b4c-4613f4d5d570). 2020-07-28 15:43:03.817 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1344becc-7b12-4175-876f-c448a04ceafd) has been successfully configured for deployment 'opnfv-rally' (UUID=644c5238-c169-428f-8b4c-4613f4d5d570)! 2020-07-28 15:43:11.846 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:43:11.846 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:43:11.846 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:43:14.062 35 INFO rally.api [-] Starting verification (UUID=9cad863a-47d1-4dba-a6e3-63e33cd7afe7) for deployment 'opnfv-rally' (UUID=644c5238-c169-428f-8b4c-4613f4d5d570) by verifier 'opnfv-tempest' (UUID=1344becc-7b12-4175-876f-c448a04ceafd). 2020-07-28 15:43:14.637 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-28 15:43:14.637 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1344becc-7b12-4175-876f-c448a04ceafd/for-deployment-644c5238-c169-428f-8b4c-4613f4d5d570/tempest.log' to option 'log_file'. 2020-07-28 15:43:14.638 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-1344becc-7b12-4175-876f-c448a04ceafd/for-deployment-644c5238-c169-428f-8b4c-4613f4d5d570/tempest.log 2020-07-28 15:43:14.638 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-28 15:43:14.639 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1344becc-7b12-4175-876f-c448a04ceafd/for-deployment-644c5238-c169-428f-8b4c-4613f4d5d570/lock_files' to option 'lock_path'. 2020-07-28 15:43:14.639 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-1344becc-7b12-4175-876f-c448a04ceafd/for-deployment-644c5238-c169-428f-8b4c-4613f4d5d570/lock_files 2020-07-28 15:43:14.639 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-28 15:43:14.640 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-07-28 15:43:14.640 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b870ef8f-c474-4fbf-b234-eb0b8d6a227d 2020-07-28 15:43:14.640 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 596e990b-ae99-4b53-8e5f-085ff874ed95 2020-07-28 15:43:14.641 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 6b3d8b04-8b90-46e3-8a04-6fd50378623d 2020-07-28 15:43:14.642 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ad78e809-bf7a-4fac-91bc-646a40175a3a 2020-07-28 15:43:14.870 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-28 15:43:14.870 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_6617771a-4faa-46d5-8a3b-7a2117f85418 2020-07-28 15:43:14.871 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-28 15:43:14.944 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-28 15:43:14.999 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-28 15:43:15.000 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_9cad863a_ZYeHEeUm' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-28 15:43:15.038 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_9cad863a_ZYeHEeUm' (ID = 8bbac5bc-cbbc-41c8-8357-314477df3912) has been successfully created! 2020-07-28 15:43:15.038 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8bbac5bc-cbbc-41c8-8357-314477df3912' to option 'instance_type'. 2020-07-28 15:43:15.039 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8bbac5bc-cbbc-41c8-8357-314477df3912 2020-07-28 15:43:15.040 35 INFO rally.task.context [-] Verification 1344becc-7b12-4175-876f-c448a04ceafd | Context tempest@default setup() finished in 0.79 sec 2020-07-28 15:43:15.041 35 INFO rally.task.context [-] Verification 1344becc-7b12-4175-876f-c448a04ceafd | Context testr@default setup() finished in 0.50 msec 2020-07-28 15:43:15.042 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/b52a4ef7-bf68-45ca-bdc1-a65c98728fa8'. 2020-07-28 15:43:19.621 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.216s] 2020-07-28 15:43:19.708 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.088s] 2020-07-28 15:43:19.711 35 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-07-28 15:43:19.713 35 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-07-28 15:43:19.788 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.079s] 2020-07-28 15:43:19.932 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.143s] 2020-07-28 15:43:19.976 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.363s] 2020-07-28 15:43:20.322 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.704s] 2020-07-28 15:43:20.328 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.395s] 2020-07-28 15:43:20.622 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.646s] 2020-07-28 15:43:20.800 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.366s] 2020-07-28 15:43:21.010 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.210s] 2020-07-28 15:43:21.025 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.403s] 2020-07-28 15:43:21.083 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [0.761s] 2020-07-28 15:43:21.395 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.385s] 2020-07-28 15:43:21.568 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.544s] 2020-07-28 15:43:21.596 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.201s] 2020-07-28 15:43:21.696 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.099s] 2020-07-28 15:43:21.838 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.141s] 2020-07-28 15:43:21.928 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.358s] 2020-07-28 15:43:22.182 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [1.099s] 2020-07-28 15:43:22.408 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.568s] 2020-07-28 15:43:22.673 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.490s] 2020-07-28 15:43:22.722 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.314s] 2020-07-28 15:43:23.031 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.308s] 2020-07-28 15:43:23.122 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.191s] 2020-07-28 15:43:23.174 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.500s] 2020-07-28 15:43:23.595 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.475s] 2020-07-28 15:43:23.757 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.724s] 2020-07-28 15:43:23.840 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.666s] 2020-07-28 15:43:24.519 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.678s] 2020-07-28 15:43:24.601 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [1.005s] 2020-07-28 15:43:25.489 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.887s] 2020-07-28 15:43:26.349 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.859s] 2020-07-28 15:43:26.497 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.977s] 2020-07-28 15:43:26.732 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.383s] 2020-07-28 15:43:26.821 35 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-07-28 15:43:26.822 35 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-07-28 15:43:27.152 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.655s] 2020-07-28 15:43:28.654 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.501s] 2020-07-28 15:43:29.637 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.982s] 2020-07-28 15:43:30.570 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [0.932s] 2020-07-28 15:43:31.037 35 INFO rally.task.context [-] Verification 1344becc-7b12-4175-876f-c448a04ceafd | Context testr@default cleanup() started 2020-07-28 15:43:31.038 35 INFO rally.task.context [-] Verification 1344becc-7b12-4175-876f-c448a04ceafd | Context testr@default cleanup() finished in 0.77 msec 2020-07-28 15:43:31.038 35 INFO rally.task.context [-] Verification 1344becc-7b12-4175-876f-c448a04ceafd | Context tempest@default cleanup() started 2020-07-28 15:43:31.218 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_9cad863a_ZYeHEeUm'. 2020-07-28 15:43:31.364 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_9cad863a_ZYeHEeUm' has been deleted. 2020-07-28 15:43:31.365 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '8bbac5bc-cbbc-41c8-8357-314477df3912' of option 'instance_type' from Tempest config file. 2020-07-28 15:43:31.365 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '8bbac5bc-cbbc-41c8-8357-314477df3912' has been removed. 2020-07-28 15:43:31.369 35 INFO rally.task.context [-] Verification 1344becc-7b12-4175-876f-c448a04ceafd | Context tempest@default cleanup() finished in 0.33 sec 2020-07-28 15:43:31.393 35 INFO rally.api [-] Verification (UUID=9cad863a-47d1-4dba-a6e3-63e33cd7afe7) has been successfully finished for deployment 'opnfv-rally' (UUID=644c5238-c169-428f-8b4c-4613f4d5d570)! 2020-07-28 15:43:33.426 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:43:33.427 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:43:33.427 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:43:35.168 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:43:35.169 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:43:35.169 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:43:37.520 52 INFO rally.api [-] Building 'html' report for the following verification(s): '9cad863a-47d1-4dba-a6e3-63e33cd7afe7' 2020-07-28 15:43:37.543 52 INFO rally.api [-] The report has been successfully built. 2020-07-28 15:43:39.329 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:43:39.330 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:43:39.330 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:43:41.776 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '9cad863a-47d1-4dba-a6e3-63e33cd7afe7' 2020-07-28 15:43:41.781 54 INFO rally.api [-] The report has been successfully built.