2021-06-01 18:09:10.552 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:09:10.552 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:09:10.552 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:09:12.937 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-06-01 18:09:12.937 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 18:09:12.937 8 ERROR rally.cli.cliutils 2021-06-01 18:09:14.696 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:09:14.696 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:09:14.696 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:09:19.054 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:09:19.054 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:09:19.054 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:09:24.085 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:09:24.085 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:09:24.086 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:09:25.559 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:09:25.559 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:09:25.560 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:09:27.958 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-06-01 18:09:27.958 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 18:09:27.958 18 ERROR rally.cli.cliutils 2021-06-01 18:09:29.569 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:09:29.570 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:09:29.570 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:09:31.937 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-01 18:09:31.999 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-8519919f-0dbb-4f8b-aeab-673e87915fc9/repo. 2021-06-01 18:09:32.266 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-8519919f-0dbb-4f8b-aeab-673e87915fc9/repo'... done. Note: switching to '0a7e86b34458a2285985c21c8e7985621a36eae9'. 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-06-01 18:09:32.278 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g0a7e86b34 ' 2021-06-01 18:09:32.284 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '0a7e86b34458a2285985c21c8e7985621a36eae9 ' 2021-06-01 18:09:32.303 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-01 18:09:32.367 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-01 18:09:33.169 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8519919f-0dbb-4f8b-aeab-673e87915fc9) has been successfully created! 2021-06-01 18:09:34.746 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:09:34.746 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:09:34.746 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:09:39.263 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:09:39.263 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:09:39.263 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:09:41.643 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8519919f-0dbb-4f8b-aeab-673e87915fc9) for deployment 'opnfv-rally' (UUID=06206c62-5707-4925-b1b8-d07900b302e4). 2021-06-01 18:09:42.102 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8519919f-0dbb-4f8b-aeab-673e87915fc9) has been successfully configured for deployment 'opnfv-rally' (UUID=06206c62-5707-4925-b1b8-d07900b302e4)! 2021-06-01 18:09:50.278 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:09:50.279 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:09:50.279 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:09:52.748 36 INFO rally.api [-] Starting verification (UUID=df484a17-a67e-4034-85c8-175b861458a1) for deployment 'opnfv-rally' (UUID=06206c62-5707-4925-b1b8-d07900b302e4) by verifier 'opnfv-tempest' (UUID=8519919f-0dbb-4f8b-aeab-673e87915fc9). 2021-06-01 18:09:53.367 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-01 18:09:53.368 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8519919f-0dbb-4f8b-aeab-673e87915fc9/for-deployment-06206c62-5707-4925-b1b8-d07900b302e4/tempest.log' to option 'log_file'. 2021-06-01 18:09:53.368 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-8519919f-0dbb-4f8b-aeab-673e87915fc9/for-deployment-06206c62-5707-4925-b1b8-d07900b302e4/tempest.log 2021-06-01 18:09:53.368 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-01 18:09:53.368 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8519919f-0dbb-4f8b-aeab-673e87915fc9/for-deployment-06206c62-5707-4925-b1b8-d07900b302e4/lock_files' to option 'lock_path'. 2021-06-01 18:09:53.369 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-8519919f-0dbb-4f8b-aeab-673e87915fc9/for-deployment-06206c62-5707-4925-b1b8-d07900b302e4/lock_files 2021-06-01 18:09:53.369 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-01 18:09:53.369 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-06-01 18:09:53.370 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 6d4298dd-59b2-40e5-aa7e-bfdbb1aaeb97 2021-06-01 18:09:53.370 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d6b3ec9f-bfc2-4927-ba2f-e1871a8c042b 2021-06-01 18:09:53.370 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 6b77dfb5-7d36-4631-a928-6f32947e25de 2021-06-01 18:09:53.371 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2b5c969d-4e26-4f78-b5fe-d72b8c16d4ba 2021-06-01 18:09:53.631 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-01 18:09:53.632 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_3e875272-e275-4a9c-a124-70fb5da5851b 2021-06-01 18:09:53.633 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-01 18:09:53.729 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-01 18:09:53.771 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_778bfda2_YUOHdcCU'. Using flavor 'rally_verify_778bfda2_YUOHdcCU' (ID = 3e49fe50-473b-4efa-bc2d-1b4bdf029998) for the tests. 2021-06-01 18:09:53.772 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '3e49fe50-473b-4efa-bc2d-1b4bdf029998' to option 'instance_type'. 2021-06-01 18:09:53.772 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 3e49fe50-473b-4efa-bc2d-1b4bdf029998 2021-06-01 18:09:53.773 36 INFO rally.task.context [-] Verification 8519919f-0dbb-4f8b-aeab-673e87915fc9 | Context tempest@default setup() finished in 0.86 sec 2021-06-01 18:09:53.773 36 INFO rally.task.context [-] Verification 8519919f-0dbb-4f8b-aeab-673e87915fc9 | Context testr@default setup() finished in 0.28 msec 2021-06-01 18:09:53.774 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/f9d5919c-a033-453d-9777-08ed1dcf44e3'. 2021-06-01 18:09:58.321 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2021-06-01 18:09:58.322 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2021-06-01 18:09:58.326 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.148s] 2021-06-01 18:09:58.466 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.140s] 2021-06-01 18:09:58.490 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.277s] 2021-06-01 18:09:58.603 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.136s] 2021-06-01 18:09:58.635 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.146s] 2021-06-01 18:09:58.689 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.053s] 2021-06-01 18:09:58.702 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.098s] 2021-06-01 18:09:58.744 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.042s] 2021-06-01 18:09:58.835 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.145s] 2021-06-01 18:09:58.952 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.207s] 2021-06-01 18:09:59.124 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.835s] 2021-06-01 18:09:59.316 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.480s] 2021-06-01 18:09:59.383 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.429s] 2021-06-01 18:09:59.637 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.254s] 2021-06-01 18:09:59.692 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.568s] 2021-06-01 18:09:59.815 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.449s] 2021-06-01 18:09:59.970 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.332s] 2021-06-01 18:10:00.341 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.525s] 2021-06-01 18:10:00.442 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.749s] 2021-06-01 18:10:00.521 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.549s] 2021-06-01 18:10:00.630 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.290s] 2021-06-01 18:10:00.860 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.229s] 2021-06-01 18:10:00.955 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.512s] 2021-06-01 18:10:01.255 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.394s] 2021-06-01 18:10:01.513 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.557s] 2021-06-01 18:10:02.074 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.561s] 2021-06-01 18:10:02.491 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.233s] 2021-06-01 18:10:02.682 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.606s] 2021-06-01 18:10:02.992 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.502s] 2021-06-01 18:10:03.672 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.679s] 2021-06-01 18:10:04.223 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.539s] 2021-06-01 18:10:04.338 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.666s] 2021-06-01 18:10:04.839 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.617s] 2021-06-01 18:10:04.980 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.641s] 2021-06-01 18:10:05.258 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.279s] 2021-06-01 18:10:05.893 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.052s] 2021-06-01 18:10:06.808 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.914s] 2021-06-01 18:10:07.639 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.832s] 2021-06-01 18:10:07.743 36 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' 2021-06-01 18:10:07.745 36 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' 2021-06-01 18:10:08.049 36 INFO rally.task.context [-] Verification 8519919f-0dbb-4f8b-aeab-673e87915fc9 | Context testr@default cleanup() started 2021-06-01 18:10:08.050 36 INFO rally.task.context [-] Verification 8519919f-0dbb-4f8b-aeab-673e87915fc9 | Context testr@default cleanup() finished in 0.75 msec 2021-06-01 18:10:08.050 36 INFO rally.task.context [-] Verification 8519919f-0dbb-4f8b-aeab-673e87915fc9 | Context tempest@default cleanup() started 2021-06-01 18:10:08.178 36 INFO rally.task.context [-] Verification 8519919f-0dbb-4f8b-aeab-673e87915fc9 | Context tempest@default cleanup() finished in 0.13 sec 2021-06-01 18:10:08.208 36 INFO rally.api [-] Verification (UUID=df484a17-a67e-4034-85c8-175b861458a1) has been successfully finished for deployment 'opnfv-rally' (UUID=06206c62-5707-4925-b1b8-d07900b302e4)! 2021-06-01 18:10:10.002 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:10:10.002 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:10:10.002 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:10:11.532 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:10:11.532 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:10:11.532 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:10:13.885 53 INFO rally.api [-] Building 'html' report for the following verification(s): 'df484a17-a67e-4034-85c8-175b861458a1' 2021-06-01 18:10:13.906 53 INFO rally.api [-] The report has been successfully built. 2021-06-01 18:10:15.703 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:10:15.703 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:10:15.703 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:10:17.922 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'df484a17-a67e-4034-85c8-175b861458a1' 2021-06-01 18:10:17.925 55 INFO rally.api [-] The report has been successfully built.