2021-09-22 17:25:09.566 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:25:09.567 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:25:09.567 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:25:11.968 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-09-22 17:25:11.968 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-09-22 17:25:11.968 8 ERROR rally.cli.cliutils 2021-09-22 17:25:13.573 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:25:13.574 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:25:13.574 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:25:17.879 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:25:17.880 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:25:17.880 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:25:22.676 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:25:22.677 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:25:22.677 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:25:24.199 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:25:24.199 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:25:24.199 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:25:26.439 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-09-22 17:25:26.439 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-09-22 17:25:26.439 18 ERROR rally.cli.cliutils 2021-09-22 17:25:28.143 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:25:28.143 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:25:28.143 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:25:30.391 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-09-22 17:25:30.431 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3637baaa-5963-408b-b9d3-421fbdb4952a/repo. 2021-09-22 17:25:30.734 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3637baaa-5963-408b-b9d3-421fbdb4952a/repo'... done. Note: switching to '718db0d8208d66063ab49030c6b82f744fef10d6'. 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-09-22 17:25:30.779 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g718db0d82 ' 2021-09-22 17:25:30.786 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '718db0d8208d66063ab49030c6b82f744fef10d6 ' 2021-09-22 17:25:30.797 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-09-22 17:25:30.853 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-09-22 17:25:31.557 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3637baaa-5963-408b-b9d3-421fbdb4952a) has been successfully created! 2021-09-22 17:25:33.074 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:25:33.075 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:25:33.075 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:25:37.701 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:25:37.701 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:25:37.701 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:25:39.994 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3637baaa-5963-408b-b9d3-421fbdb4952a) for deployment 'opnfv-rally' (UUID=df071299-c5be-4537-a044-cb60b6fb968d). 2021-09-22 17:25:41.288 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3637baaa-5963-408b-b9d3-421fbdb4952a) has been successfully configured for deployment 'opnfv-rally' (UUID=df071299-c5be-4537-a044-cb60b6fb968d)! 2021-09-22 17:25:48.964 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:25:48.965 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:25:48.965 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:25:51.230 36 INFO rally.api [-] Starting verification (UUID=9c313100-df5c-40c1-814e-f3e829028f40) for deployment 'opnfv-rally' (UUID=df071299-c5be-4537-a044-cb60b6fb968d) by verifier 'opnfv-tempest' (UUID=3637baaa-5963-408b-b9d3-421fbdb4952a). 2021-09-22 17:25:51.796 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-09-22 17:25:51.799 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3637baaa-5963-408b-b9d3-421fbdb4952a/for-deployment-df071299-c5be-4537-a044-cb60b6fb968d/tempest.log' to option 'log_file'. 2021-09-22 17:25:51.799 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3637baaa-5963-408b-b9d3-421fbdb4952a/for-deployment-df071299-c5be-4537-a044-cb60b6fb968d/tempest.log 2021-09-22 17:25:51.800 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-09-22 17:25:51.800 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3637baaa-5963-408b-b9d3-421fbdb4952a/for-deployment-df071299-c5be-4537-a044-cb60b6fb968d/lock_files' to option 'lock_path'. 2021-09-22 17:25:51.800 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3637baaa-5963-408b-b9d3-421fbdb4952a/for-deployment-df071299-c5be-4537-a044-cb60b6fb968d/lock_files 2021-09-22 17:25:51.801 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-09-22 17:25:51.801 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-09-22 17:25:51.801 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 62ddb4d3-4a07-42ff-ad7d-c3473d39532a 2021-09-22 17:25:51.801 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 17e119ed-fb63-42d4-b56b-a8e10317074f 2021-09-22 17:25:51.803 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 11a8c5cd-1410-4f91-b14c-4502a008a97a 2021-09-22 17:25:51.803 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 515a98c3-f35c-4515-901c-6c2fa8c6832d 2021-09-22 17:25:52.068 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-09-22 17:25:52.068 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_003ab546-8f10-4db6-8483-4875f87000bd 2021-09-22 17:25:52.069 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-09-22 17:25:52.171 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-09-22 17:25:52.245 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_6d6c41bb_aiIAFzPj'. Using flavor 'rally_verify_6d6c41bb_aiIAFzPj' (ID = 686ad7d2-a948-4b24-804f-7713366fe954) for the tests. 2021-09-22 17:25:52.246 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '686ad7d2-a948-4b24-804f-7713366fe954' to option 'instance_type'. 2021-09-22 17:25:52.246 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 686ad7d2-a948-4b24-804f-7713366fe954 2021-09-22 17:25:52.248 36 INFO rally.task.context [-] Verification 3637baaa-5963-408b-b9d3-421fbdb4952a | Context tempest@default setup() finished in 0.88 sec 2021-09-22 17:25:52.249 36 INFO rally.task.context [-] Verification 3637baaa-5963-408b-b9d3-421fbdb4952a | Context testr@default setup() finished in 0.58 msec 2021-09-22 17:25:52.249 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/a4a2bee6-c83e-4f3a-9d40-549359b5a190'. 2021-09-22 17:25:57.127 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-09-22 17:25:57.128 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-09-22 17:25:57.244 36 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' 2021-09-22 17:25:57.245 36 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' 2021-09-22 17:25:57.755 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.521s] 2021-09-22 17:25:57.771 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.634s] 2021-09-22 17:25:57.940 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.186s] 2021-09-22 17:25:58.020 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.079s] 2021-09-22 17:25:58.144 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [1.022s] 2021-09-22 17:25:58.177 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.157s] 2021-09-22 17:25:58.388 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.616s] 2021-09-22 17:25:58.573 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.186s] 2021-09-22 17:25:58.750 36 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.607s] 2021-09-22 17:25:58.812 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.633s] 2021-09-22 17:25:58.900 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.326s] 2021-09-22 17:25:59.304 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.402s] 2021-09-22 17:25:59.594 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.842s] 2021-09-22 17:26:00.100 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.507s] 2021-09-22 17:26:00.639 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.538s] 2021-09-22 17:26:00.657 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.349s] 2021-09-22 17:26:01.042 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.388s] 2021-09-22 17:26:01.128 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.488s] 2021-09-22 17:26:01.691 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.563s] 2021-09-22 17:26:01.780 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.736s] 2021-09-22 17:26:02.625 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.844s] 2021-09-22 17:26:03.228 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.535s] 2021-09-22 17:26:03.481 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.855s] 2021-09-22 17:26:03.730 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.248s] 2021-09-22 17:26:03.822 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.593s] 2021-09-22 17:26:04.961 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.137s] 2021-09-22 17:26:05.953 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.992s] 2021-09-22 17:26:06.836 36 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.883s] 2021-09-22 17:26:07.115 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.180s] 2021-09-22 17:26:07.247 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.131s] 2021-09-22 17:26:07.338 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.090s] 2021-09-22 17:26:07.480 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.142s] 2021-09-22 17:26:07.525 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.044s] 2021-09-22 17:26:07.648 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.122s] 2021-09-22 17:26:08.006 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.355s] 2021-09-22 17:26:08.200 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.193s] 2021-09-22 17:26:08.412 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.211s] 2021-09-22 17:26:08.902 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.489s] 2021-09-22 17:26:09.328 36 INFO rally.task.context [-] Verification 3637baaa-5963-408b-b9d3-421fbdb4952a | Context testr@default cleanup() started 2021-09-22 17:26:09.329 36 INFO rally.task.context [-] Verification 3637baaa-5963-408b-b9d3-421fbdb4952a | Context testr@default cleanup() finished in 0.78 msec 2021-09-22 17:26:09.330 36 INFO rally.task.context [-] Verification 3637baaa-5963-408b-b9d3-421fbdb4952a | Context tempest@default cleanup() started 2021-09-22 17:26:09.458 36 INFO rally.task.context [-] Verification 3637baaa-5963-408b-b9d3-421fbdb4952a | Context tempest@default cleanup() finished in 0.13 sec 2021-09-22 17:26:09.472 36 INFO rally.api [-] Verification (UUID=9c313100-df5c-40c1-814e-f3e829028f40) has been successfully finished for deployment 'opnfv-rally' (UUID=df071299-c5be-4537-a044-cb60b6fb968d)! 2021-09-22 17:26:11.711 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:26:11.711 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:26:11.712 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:26:13.588 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:26:13.588 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:26:13.588 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:26:16.394 53 INFO rally.api [-] Building 'html' report for the following verification(s): '9c313100-df5c-40c1-814e-f3e829028f40' 2021-09-22 17:26:16.418 53 INFO rally.api [-] The report has been successfully built. 2021-09-22 17:26:18.261 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:26:18.261 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:26:18.262 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:26:20.976 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '9c313100-df5c-40c1-814e-f3e829028f40' 2021-09-22 17:26:20.982 55 INFO rally.api [-] The report has been successfully built.