2020-09-03 13:39:48.423 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:39:48.429 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:39:48.430 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:40:11.578 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-09-03 13:40:11.578 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-03 13:40:11.578 10 ERROR rally.cli.cliutils 2020-09-03 13:40:25.177 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:40:25.183 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:40:25.184 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:41:02.223 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:41:02.228 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:41:02.230 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:41:40.593 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:41:40.599 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:41:40.600 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:41:54.251 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:41:54.257 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:41:54.259 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:42:15.576 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-09-03 13:42:15.576 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-03 13:42:15.576 40 ERROR rally.cli.cliutils 2020-09-03 13:42:29.444 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:42:29.450 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:42:29.451 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:42:50.815 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-03 13:42:51.236 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-98c138c2-0906-4c63-afcf-34be034ea016/repo. 2020-09-03 13:42:51.884 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-98c138c2-0906-4c63-afcf-34be034ea016/repo'... done. Note: switching to '8d8712d666fb4eb783769d2847e848d3944b9980'. 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-09-03 13:42:51.985 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8d8712d66 ' 2020-09-03 13:42:52.044 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8d8712d666fb4eb783769d2847e848d3944b9980 ' 2020-09-03 13:42:52.104 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-03 13:42:52.647 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-03 13:42:59.128 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=98c138c2-0906-4c63-afcf-34be034ea016) has been successfully created! 2020-09-03 13:43:12.669 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:43:12.674 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:43:12.675 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:43:47.587 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:43:47.593 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:43:47.594 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:44:09.100 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=98c138c2-0906-4c63-afcf-34be034ea016) for deployment 'opnfv-rally' (UUID=2225528f-bed7-40b5-9d69-b8dc3159cf93). 2020-09-03 13:44:10.365 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=98c138c2-0906-4c63-afcf-34be034ea016) has been successfully configured for deployment 'opnfv-rally' (UUID=2225528f-bed7-40b5-9d69-b8dc3159cf93)! 2020-09-03 13:45:20.387 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:45:20.393 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:45:20.395 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:45:41.894 97 INFO rally.api [-] Starting verification (UUID=6dd4a3d0-9782-4613-aba3-afe4c7a775e3) for deployment 'opnfv-rally' (UUID=2225528f-bed7-40b5-9d69-b8dc3159cf93) by verifier 'opnfv-tempest' (UUID=98c138c2-0906-4c63-afcf-34be034ea016). 2020-09-03 13:45:46.031 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-03 13:45:46.033 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-98c138c2-0906-4c63-afcf-34be034ea016/for-deployment-2225528f-bed7-40b5-9d69-b8dc3159cf93/tempest.log' to option 'log_file'. 2020-09-03 13:45:46.034 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-98c138c2-0906-4c63-afcf-34be034ea016/for-deployment-2225528f-bed7-40b5-9d69-b8dc3159cf93/tempest.log 2020-09-03 13:45:46.036 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-03 13:45:46.037 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-98c138c2-0906-4c63-afcf-34be034ea016/for-deployment-2225528f-bed7-40b5-9d69-b8dc3159cf93/lock_files' to option 'lock_path'. 2020-09-03 13:45:46.038 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-98c138c2-0906-4c63-afcf-34be034ea016/for-deployment-2225528f-bed7-40b5-9d69-b8dc3159cf93/lock_files 2020-09-03 13:45:46.039 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-03 13:45:46.041 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-09-03 13:45:46.042 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a879b05e-64a5-4697-ade1-02e6df865951 2020-09-03 13:45:46.044 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = dcbac1b5-1b92-4059-8097-3c20710f1e07 2020-09-03 13:45:46.046 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = dde2ec81-244c-4ac1-af58-1f0f1c0524d2 2020-09-03 13:45:46.049 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 014f5d39-7cae-4b9e-9f7b-8f3a00d80832 2020-09-03 13:45:46.364 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-03 13:45:46.365 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_602ceb2b-24ce-4b5f-83f4-dcba0d1b850b 2020-09-03 13:45:46.368 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-03 13:45:47.042 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-03 13:45:47.110 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-03 13:45:47.112 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_6dd4a3d0_3gZNZU7O' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-03 13:45:47.187 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_6dd4a3d0_3gZNZU7O' (ID = 6f9e4fe0-3feb-4a8e-ab19-ceb2dd785b34) has been successfully created! 2020-09-03 13:45:47.189 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6f9e4fe0-3feb-4a8e-ab19-ceb2dd785b34' to option 'instance_type'. 2020-09-03 13:45:47.191 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6f9e4fe0-3feb-4a8e-ab19-ceb2dd785b34 2020-09-03 13:45:47.198 97 INFO rally.task.context [-] Verification 98c138c2-0906-4c63-afcf-34be034ea016 | Context tempest@default setup() finished in 4.24 sec 2020-09-03 13:45:47.200 97 INFO rally.task.context [-] Verification 98c138c2-0906-4c63-afcf-34be034ea016 | Context testr@default setup() finished in 0.92 msec 2020-09-03 13:45:47.201 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/f1c9cb8f-c943-4414-ae9b-b4e770927617'. 2020-09-03 13:46:29.009 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.255s] 2020-09-03 13:46:29.136 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.146s] 2020-09-03 13:46:29.259 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.122s] 2020-09-03 13:46:29.392 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.130s] 2020-09-03 13:46:29.462 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.066s] 2020-09-03 13:46:29.513 97 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_scoped_token ... skip [0.003s]: b'Federated Identity feature not enabled' 2020-09-03 13:46:29.524 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-09-03 13:46:29.646 97 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_scoped_token ... skip [0.001s]: b'Federated Identity feature not enabled' 2020-09-03 13:46:29.665 97 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_unscoped_token ... skip [0.001s]: b'Federated Identity feature not enabled' 2020-09-03 13:46:29.674 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.199s] 2020-09-03 13:46:30.095 97 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.363s] 2020-09-03 13:46:30.152 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.479s] 2020-09-03 13:46:30.202 97 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.112s] 2020-09-03 13:46:30.278 97 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.075s] 2020-09-03 13:46:30.409 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.255s] 2020-09-03 13:46:30.459 97 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.177s] 2020-09-03 13:46:30.722 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.307s] 2020-09-03 13:46:30.965 97 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.495s] 2020-09-03 13:46:31.280 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.889s] 2020-09-03 13:46:31.530 97 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.802s] 2020-09-03 13:46:31.957 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.680s] 2020-09-03 13:46:32.905 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.944s] 2020-09-03 13:46:33.597 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.688s] 2020-09-03 13:46:34.199 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.596s] 2020-09-03 13:46:34.846 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.643s] 2020-09-03 13:46:35.598 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.747s] 2020-09-03 13:46:37.369 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.763s] 2020-09-03 13:46:38.101 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.735s] 2020-09-03 13:46:39.339 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.226s] 2020-09-03 13:46:40.388 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.045s] 2020-09-03 13:46:41.379 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 [0.989s] 2020-09-03 13:46:42.065 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.504s] 2020-09-03 13:46:42.630 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.560s] 2020-09-03 13:46:42.843 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.215s] 2020-09-03 13:46:43.058 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.213s] 2020-09-03 13:46:43.441 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.376s] 2020-09-03 13:46:44.838 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.385s] 2020-09-03 13:46:45.249 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.411s] 2020-09-03 13:46:45.982 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.719s] 2020-09-03 13:46:46.740 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.763s] 2020-09-03 13:46:47.509 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.764s] 2020-09-03 13:46:47.839 97 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.326s] 2020-09-03 13:46:49.239 97 INFO rally.task.context [-] Verification 98c138c2-0906-4c63-afcf-34be034ea016 | Context testr@default cleanup() started 2020-09-03 13:46:49.243 97 INFO rally.task.context [-] Verification 98c138c2-0906-4c63-afcf-34be034ea016 | Context testr@default cleanup() finished in 3.96 msec 2020-09-03 13:46:49.246 97 INFO rally.task.context [-] Verification 98c138c2-0906-4c63-afcf-34be034ea016 | Context tempest@default cleanup() started 2020-09-03 13:46:49.611 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_6dd4a3d0_3gZNZU7O'. 2020-09-03 13:46:49.777 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_6dd4a3d0_3gZNZU7O' has been deleted. 2020-09-03 13:46:49.781 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '6f9e4fe0-3feb-4a8e-ab19-ceb2dd785b34' of option 'instance_type' from Tempest config file. 2020-09-03 13:46:49.783 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '6f9e4fe0-3feb-4a8e-ab19-ceb2dd785b34' has been removed. 2020-09-03 13:46:49.811 97 INFO rally.task.context [-] Verification 98c138c2-0906-4c63-afcf-34be034ea016 | Context tempest@default cleanup() finished in 0.57 sec 2020-09-03 13:46:49.888 97 INFO rally.api [-] Verification (UUID=6dd4a3d0-9782-4613-aba3-afe4c7a775e3) has been successfully finished for deployment 'opnfv-rally' (UUID=2225528f-bed7-40b5-9d69-b8dc3159cf93)! 2020-09-03 13:47:05.711 138 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:47:05.718 138 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:47:05.719 138 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:47:21.913 144 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:47:21.920 144 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:47:21.922 144 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:47:46.363 144 INFO rally.api [-] Building 'html' report for the following verification(s): '6dd4a3d0-9782-4613-aba3-afe4c7a775e3' 2020-09-03 13:47:46.595 144 INFO rally.api [-] The report has been successfully built. 2020-09-03 13:48:02.355 150 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:48:02.362 150 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:48:02.363 150 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:48:26.506 150 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '6dd4a3d0-9782-4613-aba3-afe4c7a775e3' 2020-09-03 13:48:26.553 150 INFO rally.api [-] The report has been successfully built.