2020-09-19 07:03:10.977 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:03:10.983 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:03:10.984 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:03:29.512 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-09-19 07:03:29.512 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 07:03:29.512 7 ERROR rally.cli.cliutils 2020-09-19 07:03:41.672 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:03:41.678 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:03:41.680 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:04:14.156 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:04:14.161 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:04:14.162 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:04:48.797 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:04:48.802 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:04:48.803 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:05:01.470 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:05:01.475 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:05:01.476 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:05:19.896 37 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-19 07:05:19.896 37 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils force=force) 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 07:05:19.896 37 ERROR rally.cli.cliutils 2020-09-19 07:05:32.052 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:05:32.057 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:05:32.058 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:05:50.264 44 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-19 07:05:50.683 44 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-fcfd6192-477b-4086-a38a-5a737fc177ed/repo. 2020-09-19 07:05:51.438 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-fcfd6192-477b-4086-a38a-5a737fc177ed/repo'... done. Note: checking out 'd7b38317ad1ca2955432acdc7449562d08aba75d'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-09-19 07:05:51.510 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gd7b38317a ' 2020-09-19 07:05:51.565 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'd7b38317ad1ca2955432acdc7449562d08aba75d ' 2020-09-19 07:05:51.627 44 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-19 07:05:52.210 44 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-19 07:05:57.339 44 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fcfd6192-477b-4086-a38a-5a737fc177ed) has been successfully created! 2020-09-19 07:06:09.247 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:06:09.251 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:06:09.252 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:06:40.000 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:06:40.005 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:06:40.006 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:06:58.342 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=fcfd6192-477b-4086-a38a-5a737fc177ed) for deployment 'opnfv-rally' (UUID=8cb70774-c95a-4a43-9e5e-bc6d63d815b3). 2020-09-19 07:06:59.638 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fcfd6192-477b-4086-a38a-5a737fc177ed) has been successfully configured for deployment 'opnfv-rally' (UUID=8cb70774-c95a-4a43-9e5e-bc6d63d815b3)! 2020-09-19 07:07:58.991 95 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:07:58.996 95 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:07:58.997 95 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:08:17.667 95 INFO rally.api [-] Starting verification (UUID=ec2e8ea2-1b27-41f4-a3a7-cf3b31358a75) for deployment 'opnfv-rally' (UUID=8cb70774-c95a-4a43-9e5e-bc6d63d815b3) by verifier 'opnfv-tempest' (UUID=fcfd6192-477b-4086-a38a-5a737fc177ed). 2020-09-19 07:08:21.455 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-19 07:08:21.457 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fcfd6192-477b-4086-a38a-5a737fc177ed/for-deployment-8cb70774-c95a-4a43-9e5e-bc6d63d815b3/tempest.log' to option 'log_file'. 2020-09-19 07:08:21.459 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-fcfd6192-477b-4086-a38a-5a737fc177ed/for-deployment-8cb70774-c95a-4a43-9e5e-bc6d63d815b3/tempest.log 2020-09-19 07:08:21.461 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-19 07:08:21.462 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fcfd6192-477b-4086-a38a-5a737fc177ed/for-deployment-8cb70774-c95a-4a43-9e5e-bc6d63d815b3/lock_files' to option 'lock_path'. 2020-09-19 07:08:21.463 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-fcfd6192-477b-4086-a38a-5a737fc177ed/for-deployment-8cb70774-c95a-4a43-9e5e-bc6d63d815b3/lock_files 2020-09-19 07:08:21.464 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-19 07:08:21.466 95 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-19 07:08:21.467 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 9eb7d357-ae7b-40c7-b75f-babe28e67435 2020-09-19 07:08:21.469 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 9a682cb9-612c-4d39-b488-e2bbdcf7ccf8 2020-09-19 07:08:21.471 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 1269eb1b-07c8-4215-8c59-d62549ef769d 2020-09-19 07:08:21.474 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 1f001ae6-a32e-42c0-9f58-2c8c1993214c 2020-09-19 07:08:21.786 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-19 07:08:21.788 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_deefd8a9-d730-462f-a984-e05eb010985e 2020-09-19 07:08:21.792 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-19 07:08:22.411 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-19 07:08:22.496 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_35a032f9_BS1e5c19'. Using flavor 'rally_verify_35a032f9_BS1e5c19' (ID = 4a25cd25-81fe-4587-8545-4d062c4909f9) for the tests. 2020-09-19 07:08:22.497 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4a25cd25-81fe-4587-8545-4d062c4909f9' to option 'instance_type'. 2020-09-19 07:08:22.498 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4a25cd25-81fe-4587-8545-4d062c4909f9 2020-09-19 07:08:22.506 95 INFO rally.task.context [-] Verification fcfd6192-477b-4086-a38a-5a737fc177ed | Context tempest@default setup() finished in 3.97 sec 2020-09-19 07:08:22.509 95 INFO rally.task.context [-] Verification fcfd6192-477b-4086-a38a-5a737fc177ed | Context testr@default setup() finished in 1.08 msec 2020-09-19 07:08:22.510 95 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/866bc543-65de-4d91-9a88-63709270f83d'. 2020-09-19 07:09:00.270 95 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.251s] 2020-09-19 07:09:00.346 95 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2EcpFederatedAuthentication.test_request_scoped_token ... skip [0.002s]: b'Federated Identity feature not enabled' 2020-09-19 07:09:00.353 95 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2EcpFederatedAuthentication.test_request_unscoped_token ... skip [0.001s]: b'Federated Identity feature not enabled' 2020-09-19 07:09:00.388 95 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.141s] 2020-09-19 07:09:00.637 95 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.475s] 2020-09-19 07:09:00.651 95 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.243s] 2020-09-19 07:09:00.806 95 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.979s] 2020-09-19 07:09:00.818 95 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.177s] 2020-09-19 07:09:00.851 95 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.227s] 2020-09-19 07:09:00.927 95 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.110s] 2020-09-19 07:09:00.967 95 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.114s] 2020-09-19 07:09:01.306 95 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.335s] 2020-09-19 07:09:01.362 95 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.434s] 2020-09-19 07:09:01.736 95 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [0.925s] 2020-09-19 07:09:02.317 95 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.942s] 2020-09-19 07:09:02.429 95 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [1.112s] 2020-09-19 07:09:02.720 95 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.406s] 2020-09-19 07:09:02.881 95 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [1.139s] 2020-09-19 07:09:03.108 95 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.383s] 2020-09-19 07:09:03.323 95 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.710s] 2020-09-19 07:09:03.353 95 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.476s] 2020-09-19 07:09:03.988 95 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.625s] 2020-09-19 07:09:04.081 95 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.961s] 2020-09-19 07:09:04.176 95 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.851s] 2020-09-19 07:09:04.494 95 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.320s] 2020-09-19 07:09:04.598 95 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.615s] 2020-09-19 07:09:04.911 95 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.411s] 2020-09-19 07:09:05.371 95 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.764s] 2020-09-19 07:09:05.429 95 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.513s] 2020-09-19 07:09:07.021 95 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.583s] 2020-09-19 07:09:07.495 95 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [2.118s] 2020-09-19 07:09:07.583 95 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.568s] 2020-09-19 07:09:08.521 95 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [1.024s] 2020-09-19 07:09:08.677 95 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [1.082s] 2020-09-19 07:09:09.651 95 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.969s] 2020-09-19 07:09:10.174 95 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.646s] 2020-09-19 07:09:10.760 95 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [1.101s] 2020-09-19 07:09:11.127 95 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.374s] 2020-09-19 07:09:11.486 95 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.305s] 2020-09-19 07:09:12.704 95 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [1.218s] 2020-09-19 07:09:13.785 95 INFO rally.task.context [-] Verification fcfd6192-477b-4086-a38a-5a737fc177ed | Context testr@default cleanup() started 2020-09-19 07:09:13.791 95 INFO rally.task.context [-] Verification fcfd6192-477b-4086-a38a-5a737fc177ed | Context testr@default cleanup() finished in 7.68 msec 2020-09-19 07:09:13.794 95 INFO rally.task.context [-] Verification fcfd6192-477b-4086-a38a-5a737fc177ed | Context tempest@default cleanup() started 2020-09-19 07:09:14.291 95 INFO rally.task.context [-] Verification fcfd6192-477b-4086-a38a-5a737fc177ed | Context tempest@default cleanup() finished in 0.50 sec 2020-09-19 07:09:14.401 95 INFO rally.api [-] Verification (UUID=ec2e8ea2-1b27-41f4-a3a7-cf3b31358a75) has been successfully finished for deployment 'opnfv-rally' (UUID=8cb70774-c95a-4a43-9e5e-bc6d63d815b3)! 2020-09-19 07:09:27.567 125 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:09:27.572 125 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:09:27.574 125 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:09:40.955 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:09:40.960 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:09:40.962 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:10:00.181 128 INFO rally.api [-] Building 'html' report for the following verification(s): 'ec2e8ea2-1b27-41f4-a3a7-cf3b31358a75' 2020-09-19 07:10:00.399 128 INFO rally.api [-] The report has been successfully built. 2020-09-19 07:10:13.639 135 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:10:13.645 135 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:10:13.646 135 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:10:32.977 135 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ec2e8ea2-1b27-41f4-a3a7-cf3b31358a75' 2020-09-19 07:10:33.019 135 INFO rally.api [-] The report has been successfully built.