2020-11-28 12:13:31.452 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:13:31.452 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:13:31.452 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:13:33.912 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-11-28 12:13:33.912 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-28 12:13:33.912 7 ERROR rally.cli.cliutils 2020-11-28 12:13:35.533 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:13:35.534 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:13:35.534 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:13:39.398 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:13:39.399 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:13:39.399 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:13:44.080 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:13:44.080 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:13:44.080 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:13:45.568 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:13:45.568 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:13:45.568 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:13:47.664 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-11-28 12:13:47.664 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-28 12:13:47.664 17 ERROR rally.cli.cliutils 2020-11-28 12:13:49.342 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:13:49.343 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:13:49.343 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:13:51.415 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-28 12:13:51.478 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-57c289f6-58eb-4a4b-8e7b-0533e0b1b115/repo. 2020-11-28 12:13:51.751 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-57c289f6-58eb-4a4b-8e7b-0533e0b1b115/repo'... done. Note: switching to '59bbab45dec3ab559259e98cba1bb93307aa58bf'. 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-11-28 12:13:51.766 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g59bbab45d ' 2020-11-28 12:13:51.776 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '59bbab45dec3ab559259e98cba1bb93307aa58bf ' 2020-11-28 12:13:51.808 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-28 12:13:51.852 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-28 12:13:52.614 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=57c289f6-58eb-4a4b-8e7b-0533e0b1b115) has been successfully created! 2020-11-28 12:13:54.237 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:13:54.237 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:13:54.237 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:13:58.644 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:13:58.645 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:13:58.645 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:14:00.877 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=57c289f6-58eb-4a4b-8e7b-0533e0b1b115) for deployment 'opnfv-rally' (UUID=d3b785a7-40c6-4457-bcaf-4d149b160fc5). 2020-11-28 12:14:01.294 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=57c289f6-58eb-4a4b-8e7b-0533e0b1b115) has been successfully configured for deployment 'opnfv-rally' (UUID=d3b785a7-40c6-4457-bcaf-4d149b160fc5)! 2020-11-28 12:14:09.254 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:14:09.254 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:14:09.254 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:14:11.402 35 INFO rally.api [-] Starting verification (UUID=287ef592-309c-4c02-bb58-1285cb1a37aa) for deployment 'opnfv-rally' (UUID=d3b785a7-40c6-4457-bcaf-4d149b160fc5) by verifier 'opnfv-tempest' (UUID=57c289f6-58eb-4a4b-8e7b-0533e0b1b115). 2020-11-28 12:14:12.009 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-28 12:14:12.009 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-57c289f6-58eb-4a4b-8e7b-0533e0b1b115/for-deployment-d3b785a7-40c6-4457-bcaf-4d149b160fc5/tempest.log' to option 'log_file'. 2020-11-28 12:14:12.010 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-57c289f6-58eb-4a4b-8e7b-0533e0b1b115/for-deployment-d3b785a7-40c6-4457-bcaf-4d149b160fc5/tempest.log 2020-11-28 12:14:12.010 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-28 12:14:12.010 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-57c289f6-58eb-4a4b-8e7b-0533e0b1b115/for-deployment-d3b785a7-40c6-4457-bcaf-4d149b160fc5/lock_files' to option 'lock_path'. 2020-11-28 12:14:12.011 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-57c289f6-58eb-4a4b-8e7b-0533e0b1b115/for-deployment-d3b785a7-40c6-4457-bcaf-4d149b160fc5/lock_files 2020-11-28 12:14:12.011 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-28 12:14:12.011 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-11-28 12:14:12.012 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a2b8a940-4ef9-4e42-a3ff-39e6ba4516c8 2020-11-28 12:14:12.012 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d82e35a4-ac29-49aa-b50c-97b1cead8bb4 2020-11-28 12:14:12.013 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 404fea8d-e313-48de-b7ce-db2cff2ace7d 2020-11-28 12:14:12.013 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 87944e0f-ff34-492c-9fb1-467b9b11311f 2020-11-28 12:14:12.226 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-28 12:14:12.227 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_65e9449d-fbf8-4c2c-ade0-2927ba068699 2020-11-28 12:14:12.228 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-28 12:14:12.317 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-28 12:14:12.364 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_d5e1ef9f_MErePe60'. Using flavor 'rally_verify_d5e1ef9f_MErePe60' (ID = 647ac6aa-554a-4234-b4f1-3e580d491f4a) for the tests. 2020-11-28 12:14:12.365 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '647ac6aa-554a-4234-b4f1-3e580d491f4a' to option 'instance_type'. 2020-11-28 12:14:12.365 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 647ac6aa-554a-4234-b4f1-3e580d491f4a 2020-11-28 12:14:12.366 35 INFO rally.task.context [-] Verification 57c289f6-58eb-4a4b-8e7b-0533e0b1b115 | Context tempest@default setup() finished in 0.78 sec 2020-11-28 12:14:12.367 35 INFO rally.task.context [-] Verification 57c289f6-58eb-4a4b-8e7b-0533e0b1b115 | Context testr@default setup() finished in 0.32 msec 2020-11-28 12:14:12.367 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/c071a485-50f4-407a-a2ec-bb9c16ccfee8'. 2020-11-28 12:14:17.337 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.205s] 2020-11-28 12:14:17.492 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.156s] 2020-11-28 12:14:17.625 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.495s] 2020-11-28 12:14:17.641 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.149s] 2020-11-28 12:14:17.745 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.120s] 2020-11-28 12:14:17.749 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.582s] 2020-11-28 12:14:17.762 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.120s] 2020-11-28 12:14:17.796 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.051s] 2020-11-28 12:14:17.819 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.057s] 2020-11-28 12:14:18.033 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.213s] 2020-11-28 12:14:18.049 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.252s] 2020-11-28 12:14:18.184 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.909s] 2020-11-28 12:14:18.442 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.692s] 2020-11-28 12:14:18.609 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.573s] 2020-11-28 12:14:18.692 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.508s] 2020-11-28 12:14:18.718 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.277s] 2020-11-28 12:14:18.722 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.672s] 2020-11-28 12:14:18.827 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-11-28 12:14:18.829 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-11-28 12:14:18.991 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.272s] 2020-11-28 12:14:18.995 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.388s] 2020-11-28 12:14:19.265 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.269s] 2020-11-28 12:14:19.271 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.278s] 2020-11-28 12:14:19.574 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.882s] 2020-11-28 12:14:20.024 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.758s] 2020-11-28 12:14:20.065 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-11-28 12:14:20.067 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-11-28 12:14:20.139 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.566s] 2020-11-28 12:14:20.538 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.263s] 2020-11-28 12:14:20.669 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.527s] 2020-11-28 12:14:20.979 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.443s] 2020-11-28 12:14:21.203 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.535s] 2020-11-28 12:14:21.771 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.791s] 2020-11-28 12:14:21.798 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.593s] 2020-11-28 12:14:22.651 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.880s] 2020-11-28 12:14:23.431 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.779s] 2020-11-28 12:14:23.706 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.904s] 2020-11-28 12:14:23.892 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.461s] 2020-11-28 12:14:24.421 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.717s] 2020-11-28 12:14:25.730 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.307s] 2020-11-28 12:14:26.762 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.033s] 2020-11-28 12:14:27.802 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 [1.039s] 2020-11-28 12:14:28.222 35 INFO rally.task.context [-] Verification 57c289f6-58eb-4a4b-8e7b-0533e0b1b115 | Context testr@default cleanup() started 2020-11-28 12:14:28.223 35 INFO rally.task.context [-] Verification 57c289f6-58eb-4a4b-8e7b-0533e0b1b115 | Context testr@default cleanup() finished in 0.71 msec 2020-11-28 12:14:28.224 35 INFO rally.task.context [-] Verification 57c289f6-58eb-4a4b-8e7b-0533e0b1b115 | Context tempest@default cleanup() started 2020-11-28 12:14:28.418 35 INFO rally.task.context [-] Verification 57c289f6-58eb-4a4b-8e7b-0533e0b1b115 | Context tempest@default cleanup() finished in 0.19 sec 2020-11-28 12:14:28.435 35 INFO rally.api [-] Verification (UUID=287ef592-309c-4c02-bb58-1285cb1a37aa) has been successfully finished for deployment 'opnfv-rally' (UUID=d3b785a7-40c6-4457-bcaf-4d149b160fc5)! 2020-11-28 12:14:30.365 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:14:30.366 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:14:30.366 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:14:32.172 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:14:32.172 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:14:32.173 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:14:34.611 52 INFO rally.api [-] Building 'html' report for the following verification(s): '287ef592-309c-4c02-bb58-1285cb1a37aa' 2020-11-28 12:14:34.644 52 INFO rally.api [-] The report has been successfully built. 2020-11-28 12:14:36.563 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:14:36.563 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:14:36.563 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:14:38.966 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '287ef592-309c-4c02-bb58-1285cb1a37aa' 2020-11-28 12:14:38.970 54 INFO rally.api [-] The report has been successfully built.