2020-12-14 00:11:26.651 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:11:26.657 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:11:26.658 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:11:54.320 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-12-14 00:11:54.320 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 00:11:54.320 10 ERROR rally.cli.cliutils 2020-12-14 00:12:09.040 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:12:09.045 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:12:09.047 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:12:53.190 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:12:53.196 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:12:53.197 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:13:38.274 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:13:38.279 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:13:38.280 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:13:53.047 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:13:53.053 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:13:53.054 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:14:20.207 61 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-12-14 00:14:20.207 61 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 00:14:20.207 61 ERROR rally.cli.cliutils 2020-12-14 00:14:34.720 74 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:14:34.725 74 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:14:34.727 74 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:15:00.837 74 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-14 00:15:01.379 74 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-e7983d08-76dc-4ec8-b7f3-a9c21b8235e8/repo. 2020-12-14 00:15:02.116 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-e7983d08-76dc-4ec8-b7f3-a9c21b8235e8/repo'... done. ' 2020-12-14 00:15:02.201 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-12-14 00:15:02.253 74 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-14 00:15:02.962 74 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-14 00:15:10.265 74 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e7983d08-76dc-4ec8-b7f3-a9c21b8235e8) has been successfully created! 2020-12-14 00:15:24.591 112 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:15:24.597 112 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:15:24.598 112 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:16:06.156 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:16:06.162 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:16:06.164 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:16:33.105 128 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e7983d08-76dc-4ec8-b7f3-a9c21b8235e8) for deployment 'opnfv-rally' (UUID=768e36a0-cecf-495c-ac3d-0438020403f6). 2020-12-14 00:16:34.823 128 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e7983d08-76dc-4ec8-b7f3-a9c21b8235e8) has been successfully configured for deployment 'opnfv-rally' (UUID=768e36a0-cecf-495c-ac3d-0438020403f6)! 2020-12-14 00:17:56.563 161 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:17:56.569 161 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:17:56.570 161 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:18:24.768 161 INFO rally.api [-] Starting verification (UUID=a3bc74bc-8e91-4f33-864f-653d5578a875) for deployment 'opnfv-rally' (UUID=768e36a0-cecf-495c-ac3d-0438020403f6) by verifier 'opnfv-tempest' (UUID=e7983d08-76dc-4ec8-b7f3-a9c21b8235e8). 2020-12-14 00:18:29.467 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-14 00:18:29.469 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e7983d08-76dc-4ec8-b7f3-a9c21b8235e8/for-deployment-768e36a0-cecf-495c-ac3d-0438020403f6/tempest.log' to option 'log_file'. 2020-12-14 00:18:29.471 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-e7983d08-76dc-4ec8-b7f3-a9c21b8235e8/for-deployment-768e36a0-cecf-495c-ac3d-0438020403f6/tempest.log 2020-12-14 00:18:29.473 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-14 00:18:29.474 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e7983d08-76dc-4ec8-b7f3-a9c21b8235e8/for-deployment-768e36a0-cecf-495c-ac3d-0438020403f6/lock_files' to option 'lock_path'. 2020-12-14 00:18:29.476 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-e7983d08-76dc-4ec8-b7f3-a9c21b8235e8/for-deployment-768e36a0-cecf-495c-ac3d-0438020403f6/lock_files 2020-12-14 00:18:29.478 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-14 00:18:29.480 161 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-12-14 00:18:29.482 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 82c9f031-bb1c-4eba-91c9-753f73d614be 2020-12-14 00:18:29.484 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 02c8e327-65a1-40e2-b406-8a2dbadbb090 2020-12-14 00:18:29.487 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 562da8bd-c48c-4c7b-af6e-d0076ed021b3 2020-12-14 00:18:29.491 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e389db83-f830-4e7b-b93b-7b52e17b0335 2020-12-14 00:18:30.099 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-14 00:18:30.102 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_77be70a8-6745-4208-afb5-e58f46af4087 2020-12-14 00:18:30.105 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-14 00:18:30.846 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-14 00:18:30.927 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_61eb6373_BJ0UEhO6'. Using flavor 'rally_verify_61eb6373_BJ0UEhO6' (ID = 2d78d30b-8210-414e-bed1-d944ad6c0f47) for the tests. 2020-12-14 00:18:30.929 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '2d78d30b-8210-414e-bed1-d944ad6c0f47' to option 'instance_type'. 2020-12-14 00:18:30.930 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 2d78d30b-8210-414e-bed1-d944ad6c0f47 2020-12-14 00:18:30.938 161 INFO rally.task.context [-] Verification e7983d08-76dc-4ec8-b7f3-a9c21b8235e8 | Context tempest@default setup() finished in 4.99 sec 2020-12-14 00:18:30.941 161 INFO rally.task.context [-] Verification e7983d08-76dc-4ec8-b7f3-a9c21b8235e8 | Context testr@default setup() finished in 1.10 msec 2020-12-14 00:18:30.942 161 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/134f5faf-1d70-4656-a300-0fb35688d5c2'. 2020-12-14 00:19:17.742 161 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_scoped_token ... skip [0.002s]: b'Federated Identity feature not enabled' 2020-12-14 00:19:17.750 161 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_unscoped_token ... skip [0.001s]: b'Federated Identity feature not enabled' 2020-12-14 00:19:18.376 161 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.330s] 2020-12-14 00:19:18.560 161 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.187s] 2020-12-14 00:19:18.715 161 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [1.097s] 2020-12-14 00:19:18.811 161 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.247s] 2020-12-14 00:19:19.013 161 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.203s] 2020-12-14 00:19:19.086 161 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.618s] 2020-12-14 00:19:19.103 161 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.086s] 2020-12-14 00:19:19.313 161 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.229s] 2020-12-14 00:19:19.397 161 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.080s] 2020-12-14 00:19:19.438 161 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.333s] 2020-12-14 00:19:19.461 161 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.738s] 2020-12-14 00:19:19.811 161 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.412s] 2020-12-14 00:19:20.211 161 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.762s] 2020-12-14 00:19:20.383 161 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.926s] 2020-12-14 00:19:20.463 161 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.642s] 2020-12-14 00:19:20.590 161 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.371s] 2020-12-14 00:19:20.860 161 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.475s] 2020-12-14 00:19:21.079 161 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.486s] 2020-12-14 00:19:21.418 161 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.818s] 2020-12-14 00:19:21.525 161 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.667s] 2020-12-14 00:19:22.145 161 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [1.062s] 2020-12-14 00:19:22.211 161 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.681s] 2020-12-14 00:19:22.273 161 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-12-14 00:19:22.285 161 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-12-14 00:19:22.474 161 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [1.050s] 2020-12-14 00:19:22.815 161 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.335s] 2020-12-14 00:19:22.945 161 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.728s] 2020-12-14 00:19:23.306 161 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.493s] 2020-12-14 00:19:23.908 161 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.599s] 2020-12-14 00:19:25.217 161 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [2.263s] 2020-12-14 00:19:25.757 161 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.840s] 2020-12-14 00:19:26.030 161 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.815s] 2020-12-14 00:19:26.445 161 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.688s] 2020-12-14 00:19:27.383 161 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.929s] 2020-12-14 00:19:27.610 161 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.569s] 2020-12-14 00:19:28.276 161 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.892s] 2020-12-14 00:19:28.804 161 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.189s] 2020-12-14 00:19:29.183 161 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.901s] 2020-12-14 00:19:29.561 161 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.381s] 2020-12-14 00:19:29.887 161 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [1.079s] 2020-12-14 00:19:31.135 161 INFO rally.task.context [-] Verification e7983d08-76dc-4ec8-b7f3-a9c21b8235e8 | Context testr@default cleanup() started 2020-12-14 00:19:31.138 161 INFO rally.task.context [-] Verification e7983d08-76dc-4ec8-b7f3-a9c21b8235e8 | Context testr@default cleanup() finished in 2.95 msec 2020-12-14 00:19:31.141 161 INFO rally.task.context [-] Verification e7983d08-76dc-4ec8-b7f3-a9c21b8235e8 | Context tempest@default cleanup() started 2020-12-14 00:19:31.627 161 INFO rally.task.context [-] Verification e7983d08-76dc-4ec8-b7f3-a9c21b8235e8 | Context tempest@default cleanup() finished in 0.49 sec 2020-12-14 00:19:31.718 161 INFO rally.api [-] Verification (UUID=a3bc74bc-8e91-4f33-864f-653d5578a875) has been successfully finished for deployment 'opnfv-rally' (UUID=768e36a0-cecf-495c-ac3d-0438020403f6)! 2020-12-14 00:19:47.342 218 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:19:47.348 218 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:19:47.350 218 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:20:02.927 224 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:20:02.933 224 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:20:02.934 224 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:20:30.355 224 INFO rally.api [-] Building 'html' report for the following verification(s): 'a3bc74bc-8e91-4f33-864f-653d5578a875' 2020-12-14 00:20:30.612 224 INFO rally.api [-] The report has been successfully built. 2020-12-14 00:20:45.387 237 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:20:45.393 237 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:20:45.394 237 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:21:13.788 237 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'a3bc74bc-8e91-4f33-864f-653d5578a875' 2020-12-14 00:21:13.847 237 INFO rally.api [-] The report has been successfully built.