2020-06-06 08:18:18.528 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:18:18.528 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:18:18.528 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:18:20.607 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-06 08:18:20.607 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-06 08:18:20.607 7 ERROR rally.cli.cliutils 2020-06-06 08:18:22.277 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:18:22.277 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:18:22.277 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:18:26.118 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:18:26.119 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:18:26.119 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:18:30.689 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:18:30.689 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:18:30.689 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:18:32.135 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:18:32.135 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:18:32.135 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:18:34.290 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-06 08:18:34.290 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-06 08:18:34.290 17 ERROR rally.cli.cliutils 2020-06-06 08:18:35.791 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:18:35.792 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:18:35.792 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:18:37.771 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-06 08:18:37.834 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-e9728c09-4d99-49f5-835a-b7e6152d35fc/repo. 2020-06-06 08:18:38.090 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-e9728c09-4d99-49f5-835a-b7e6152d35fc/repo'... done. ' 2020-06-06 08:18:38.101 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-06 08:18:38.123 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-06 08:18:38.182 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-06 08:18:38.858 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e9728c09-4d99-49f5-835a-b7e6152d35fc) has been successfully created! 2020-06-06 08:18:40.322 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:18:40.322 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:18:40.323 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:18:44.339 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:18:44.339 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:18:44.339 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:18:46.344 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e9728c09-4d99-49f5-835a-b7e6152d35fc) for deployment 'opnfv-rally' (UUID=0ea4a529-d94a-4e2d-ac0c-493716e19ef8). 2020-06-06 08:18:47.743 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e9728c09-4d99-49f5-835a-b7e6152d35fc) has been successfully configured for deployment 'opnfv-rally' (UUID=0ea4a529-d94a-4e2d-ac0c-493716e19ef8)! 2020-06-06 08:18:55.245 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:18:55.245 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:18:55.245 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:18:57.335 34 INFO rally.api [-] Starting verification (UUID=8caf0568-8881-4bb8-ba2b-59d1e580dd7f) for deployment 'opnfv-rally' (UUID=0ea4a529-d94a-4e2d-ac0c-493716e19ef8) by verifier 'opnfv-tempest' (UUID=e9728c09-4d99-49f5-835a-b7e6152d35fc). 2020-06-06 08:18:57.944 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-06 08:18:57.944 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e9728c09-4d99-49f5-835a-b7e6152d35fc/for-deployment-0ea4a529-d94a-4e2d-ac0c-493716e19ef8/tempest.log' to option 'log_file'. 2020-06-06 08:18:57.944 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-e9728c09-4d99-49f5-835a-b7e6152d35fc/for-deployment-0ea4a529-d94a-4e2d-ac0c-493716e19ef8/tempest.log 2020-06-06 08:18:57.944 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-06 08:18:57.945 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e9728c09-4d99-49f5-835a-b7e6152d35fc/for-deployment-0ea4a529-d94a-4e2d-ac0c-493716e19ef8/lock_files' to option 'lock_path'. 2020-06-06 08:18:57.945 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-e9728c09-4d99-49f5-835a-b7e6152d35fc/for-deployment-0ea4a529-d94a-4e2d-ac0c-493716e19ef8/lock_files 2020-06-06 08:18:57.945 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-06 08:18:57.945 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-06-06 08:18:57.945 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b2422462-e21c-455f-9393-f80f06078bc0 2020-06-06 08:18:57.946 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f2c0da14-d9fe-4107-a294-3caf3223af97 2020-06-06 08:18:57.946 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = a3fd3947-7c34-4349-8f6e-04e10e97e95e 2020-06-06 08:18:57.946 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 757c2a04-f932-4ce2-ba84-f1fe71d03b90 2020-06-06 08:18:58.151 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-06 08:18:58.152 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_0eea40d3-8ee5-4d02-b137-a264bc0534ef 2020-06-06 08:18:58.153 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-06 08:18:58.251 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-06 08:18:58.291 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_2798ff32_XZH7sgGP'. Using flavor 'rally_verify_2798ff32_XZH7sgGP' (ID = 777da3a9-f1d6-4e6a-8b48-2d307dbe6b60) for the tests. 2020-06-06 08:18:58.291 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '777da3a9-f1d6-4e6a-8b48-2d307dbe6b60' to option 'instance_type'. 2020-06-06 08:18:58.292 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 777da3a9-f1d6-4e6a-8b48-2d307dbe6b60 2020-06-06 08:18:58.293 34 INFO rally.task.context [-] Verification e9728c09-4d99-49f5-835a-b7e6152d35fc | Context tempest@default setup() finished in 0.78 sec 2020-06-06 08:18:58.294 34 INFO rally.task.context [-] Verification e9728c09-4d99-49f5-835a-b7e6152d35fc | Context testr@default setup() finished in 0.38 msec 2020-06-06 08:18:58.294 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/ca3e9fc2-6462-4c4b-bb1c-695cacf0b047'. 2020-06-06 08:19:03.803 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.681s] 2020-06-06 08:19:04.164 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [1.146s] 2020-06-06 08:19:04.434 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.632s] 2020-06-06 08:19:04.624 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.460s] 2020-06-06 08:19:04.703 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [1.557s] 2020-06-06 08:19:04.792 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.357s] 2020-06-06 08:19:04.838 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.214s] 2020-06-06 08:19:05.304 34 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.512s] 2020-06-06 08:19:05.594 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [2.434s] 2020-06-06 08:19:05.755 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.450s] 2020-06-06 08:19:05.825 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.986s] 2020-06-06 08:19:06.618 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.863s] 2020-06-06 08:19:07.354 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 [1.759s] 2020-06-06 08:19:07.477 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [2.772s] 2020-06-06 08:19:08.234 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [2.407s] 2020-06-06 08:19:08.350 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.873s] 2020-06-06 08:19:08.666 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [2.045s] 2020-06-06 08:19:08.801 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.450s] 2020-06-06 08:19:09.197 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [1.841s] 2020-06-06 08:19:09.322 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.656s] 2020-06-06 08:19:09.547 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.746s] 2020-06-06 08:19:09.772 34 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.449s] 2020-06-06 08:19:09.898 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.701s] 2020-06-06 08:19:10.795 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.896s] 2020-06-06 08:19:12.108 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [1.313s] 2020-06-06 08:19:12.213 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [2.438s] 2020-06-06 08:19:13.091 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [3.539s] 2020-06-06 08:19:13.255 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [1.146s] 2020-06-06 08:19:14.523 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [1.432s] 2020-06-06 08:19:16.420 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [1.896s] 2020-06-06 08:19:16.536 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [3.280s] 2020-06-06 08:19:17.377 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.841s] 2020-06-06 08:19:17.458 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [1.037s] 2020-06-06 08:19:17.955 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.496s] 2020-06-06 08:19:18.227 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.272s] 2020-06-06 08:19:18.271 34 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-06 08:19:18.272 34 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-06 08:19:18.371 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [0.992s] 2020-06-06 08:19:19.275 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.904s] 2020-06-06 08:19:20.332 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 [1.057s] 2020-06-06 08:19:20.437 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-06-06 08:19:20.438 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-06-06 08:19:20.744 34 INFO rally.task.context [-] Verification e9728c09-4d99-49f5-835a-b7e6152d35fc | Context testr@default cleanup() started 2020-06-06 08:19:20.745 34 INFO rally.task.context [-] Verification e9728c09-4d99-49f5-835a-b7e6152d35fc | Context testr@default cleanup() finished in 0.78 msec 2020-06-06 08:19:20.745 34 INFO rally.task.context [-] Verification e9728c09-4d99-49f5-835a-b7e6152d35fc | Context tempest@default cleanup() started 2020-06-06 08:19:21.243 34 INFO rally.task.context [-] Verification e9728c09-4d99-49f5-835a-b7e6152d35fc | Context tempest@default cleanup() finished in 0.50 sec 2020-06-06 08:19:21.272 34 INFO rally.api [-] Verification (UUID=8caf0568-8881-4bb8-ba2b-59d1e580dd7f) has been successfully finished for deployment 'opnfv-rally' (UUID=0ea4a529-d94a-4e2d-ac0c-493716e19ef8)! 2020-06-06 08:19:23.116 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:19:23.116 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:19:23.116 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:19:24.763 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:19:24.764 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:19:24.764 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:19:27.024 51 INFO rally.api [-] Building 'html' report for the following verification(s): '8caf0568-8881-4bb8-ba2b-59d1e580dd7f' 2020-06-06 08:19:27.046 51 INFO rally.api [-] The report has been successfully built. 2020-06-06 08:19:28.795 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:19:28.795 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:19:28.796 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:19:31.063 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '8caf0568-8881-4bb8-ba2b-59d1e580dd7f' 2020-06-06 08:19:31.068 53 INFO rally.api [-] The report has been successfully built.