2021-08-17 09:55:53.771 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:55:53.772 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:55:53.772 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-17 09:55:56.262 8 ERROR rally.cli.cliutils 2021-08-17 09:55:57.794 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:55:57.795 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:55:57.795 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:02.013 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:02.014 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:02.014 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:06.565 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:06.566 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:06.566 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:08.105 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:08.105 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:08.105 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-17 09:56:10.423 18 ERROR rally.cli.cliutils 2021-08-17 09:56:11.999 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:12.000 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:12.000 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:14.292 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-17 09:56:14.335 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-cb35fb9a-fc15-4eb1-8340-8c537f1b67d5/repo. 2021-08-17 09:56:14.672 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-cb35fb9a-fc15-4eb1-8340-8c537f1b67d5/repo'... done. Note: switching to '92f671c9d18fa88ac044c4ef9c403e40f35f973f'. 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 ' 2021-08-17 09:56:14.720 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g92f671c9d ' 2021-08-17 09:56:14.730 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '92f671c9d18fa88ac044c4ef9c403e40f35f973f ' 2021-08-17 09:56:14.742 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-17 09:56:14.807 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-17 09:56:15.585 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cb35fb9a-fc15-4eb1-8340-8c537f1b67d5) has been successfully created! 2021-08-17 09:56:17.203 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:17.203 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:17.204 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:21.636 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:21.637 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:21.637 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:24.061 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=cb35fb9a-fc15-4eb1-8340-8c537f1b67d5) for deployment 'opnfv-rally' (UUID=362b0332-4023-46b6-b307-a37991b5cd51). 2021-08-17 09:56:24.403 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cb35fb9a-fc15-4eb1-8340-8c537f1b67d5) has been successfully configured for deployment 'opnfv-rally' (UUID=362b0332-4023-46b6-b307-a37991b5cd51)! 2021-08-17 09:56:32.373 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:32.373 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:32.373 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:34.769 36 INFO rally.api [-] Starting verification (UUID=316cab22-a293-4640-8dd7-62d902b7c2f4) for deployment 'opnfv-rally' (UUID=362b0332-4023-46b6-b307-a37991b5cd51) by verifier 'opnfv-tempest' (UUID=cb35fb9a-fc15-4eb1-8340-8c537f1b67d5). 2021-08-17 09:56:35.318 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-17 09:56:35.318 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-cb35fb9a-fc15-4eb1-8340-8c537f1b67d5/for-deployment-362b0332-4023-46b6-b307-a37991b5cd51/tempest.log' to option 'log_file'. 2021-08-17 09:56:35.319 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-cb35fb9a-fc15-4eb1-8340-8c537f1b67d5/for-deployment-362b0332-4023-46b6-b307-a37991b5cd51/tempest.log 2021-08-17 09:56:35.319 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-17 09:56:35.319 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-cb35fb9a-fc15-4eb1-8340-8c537f1b67d5/for-deployment-362b0332-4023-46b6-b307-a37991b5cd51/lock_files' to option 'lock_path'. 2021-08-17 09:56:35.320 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-cb35fb9a-fc15-4eb1-8340-8c537f1b67d5/for-deployment-362b0332-4023-46b6-b307-a37991b5cd51/lock_files 2021-08-17 09:56:35.320 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-08-17 09:56:35.320 36 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 2021-08-17 09:56:35.321 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 8286991b-e58e-477b-afb1-0936bec0e5b0 2021-08-17 09:56:35.321 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 41c784fa-fce5-4ae7-a60d-38b0ce7fb36b 2021-08-17 09:56:35.321 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 09b8ae8d-2df3-48b5-8dbd-aafa7321de1b 2021-08-17 09:56:35.322 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = f179eefd-a363-4b13-9cb8-255a2339e9d6 2021-08-17 09:56:35.630 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-17 09:56:35.630 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_4f7361b1-b7de-4010-8738-21f15bea96fd 2021-08-17 09:56:35.631 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-17 09:56:35.703 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-17 09:56:35.738 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_02f7aa5b_WTRAKrgT'. Using flavor 'rally_verify_02f7aa5b_WTRAKrgT' (ID = 8746b876-9c2c-4a6c-9b73-0302e8c4ede8) for the tests. 2021-08-17 09:56:35.739 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8746b876-9c2c-4a6c-9b73-0302e8c4ede8' to option 'instance_type'. 2021-08-17 09:56:35.739 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8746b876-9c2c-4a6c-9b73-0302e8c4ede8 2021-08-17 09:56:35.740 36 INFO rally.task.context [-] Verification cb35fb9a-fc15-4eb1-8340-8c537f1b67d5 | Context tempest@default setup() finished in 0.84 sec 2021-08-17 09:56:35.741 36 INFO rally.task.context [-] Verification cb35fb9a-fc15-4eb1-8340-8c537f1b67d5 | Context testr@default setup() finished in 0.33 msec 2021-08-17 09:56:35.741 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/7d96fbe3-3570-4cf7-94c9-9deb49d6a784'. 2021-08-17 09:56:40.585 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.173s] 2021-08-17 09:56:40.680 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.095s] 2021-08-17 09:56:40.736 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.296s] 2021-08-17 09:56:40.763 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.082s] 2021-08-17 09:56:40.800 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.064s] 2021-08-17 09:56:40.842 36 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.079s] 2021-08-17 09:56:40.848 36 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.048s] 2021-08-17 09:56:40.891 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.048s] 2021-08-17 09:56:41.052 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.203s] 2021-08-17 09:56:41.060 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.364s] 2021-08-17 09:56:41.075 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.184s] 2021-08-17 09:56:41.127 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.721s] 2021-08-17 09:56:41.532 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.453s] 2021-08-17 09:56:41.534 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.477s] 2021-08-17 09:56:41.642 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [0.516s] 2021-08-17 09:56:41.696 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.635s] 2021-08-17 09:56:41.807 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.276s] 2021-08-17 09:56:41.909 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.214s] 2021-08-17 09:56:41.976 36 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.169s] 2021-08-17 09:56:42.078 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.169s] 2021-08-17 09:56:42.307 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.663s] 2021-08-17 09:56:42.520 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.542s] 2021-08-17 09:56:42.631 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2021-08-17 09:56:42.632 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2021-08-17 09:56:42.641 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.561s] 2021-08-17 09:56:42.754 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.446s] 2021-08-17 09:56:43.259 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.504s] 2021-08-17 09:56:43.898 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.639s] 2021-08-17 09:56:44.226 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.584s] 2021-08-17 09:56:44.656 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.757s] 2021-08-17 09:56:44.764 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.538s] 2021-08-17 09:56:45.453 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.687s] 2021-08-17 09:56:46.316 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.863s] 2021-08-17 09:56:46.397 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.739s] 2021-08-17 09:56:47.177 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.858s] 2021-08-17 09:56:47.213 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.816s] 2021-08-17 09:56:47.531 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.354s] 2021-08-17 09:56:47.622 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2021-08-17 09:56:47.625 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2021-08-17 09:56:48.448 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.232s] 2021-08-17 09:56:49.316 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.867s] 2021-08-17 09:56:50.157 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [0.841s] 2021-08-17 09:56:50.473 36 INFO rally.task.context [-] Verification cb35fb9a-fc15-4eb1-8340-8c537f1b67d5 | Context testr@default cleanup() started 2021-08-17 09:56:50.474 36 INFO rally.task.context [-] Verification cb35fb9a-fc15-4eb1-8340-8c537f1b67d5 | Context testr@default cleanup() finished in 0.71 msec 2021-08-17 09:56:50.474 36 INFO rally.task.context [-] Verification cb35fb9a-fc15-4eb1-8340-8c537f1b67d5 | Context tempest@default cleanup() started 2021-08-17 09:56:50.639 36 INFO rally.task.context [-] Verification cb35fb9a-fc15-4eb1-8340-8c537f1b67d5 | Context tempest@default cleanup() finished in 0.17 sec 2021-08-17 09:56:50.650 36 INFO rally.api [-] Verification (UUID=316cab22-a293-4640-8dd7-62d902b7c2f4) has been successfully finished for deployment 'opnfv-rally' (UUID=362b0332-4023-46b6-b307-a37991b5cd51)! 2021-08-17 09:56:52.683 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:52.683 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:52.684 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:54.619 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:54.620 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:54.620 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:57.527 53 INFO rally.api [-] Building 'html' report for the following verification(s): '316cab22-a293-4640-8dd7-62d902b7c2f4' 2021-08-17 09:56:57.554 53 INFO rally.api [-] The report has been successfully built. 2021-08-17 09:56:59.618 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:59.618 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:59.618 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:57:02.724 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '316cab22-a293-4640-8dd7-62d902b7c2f4' 2021-08-17 09:57:02.729 55 INFO rally.api [-] The report has been successfully built.