2021-02-13 19:50:38.552 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:50:38.553 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:50:38.553 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:50:40.933 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 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-13 19:50:40.933 7 ERROR rally.cli.cliutils 2021-02-13 19:50:42.514 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:50:42.514 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:50:42.514 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:50:46.304 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:50:46.304 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:50:46.304 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:50:50.849 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:50:50.850 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:50:50.850 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:50:52.481 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:50:52.481 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:50:52.481 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-13 19:50:54.636 17 ERROR rally.cli.cliutils 2021-02-13 19:50:56.191 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:50:56.192 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:50:56.192 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:50:58.149 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-13 19:50:58.216 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-4d926863-d7fd-49b5-81e4-4cdea822a424/repo. 2021-02-13 19:50:58.476 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-4d926863-d7fd-49b5-81e4-4cdea822a424/repo'... done. Note: switching to 'a3828db0973cbb5bf909ba4dc5535bd423074de9'. 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-02-13 19:50:58.488 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-ga3828db09 ' 2021-02-13 19:50:58.497 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'a3828db0973cbb5bf909ba4dc5535bd423074de9 ' 2021-02-13 19:50:58.518 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-13 19:50:58.563 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-13 19:50:59.264 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4d926863-d7fd-49b5-81e4-4cdea822a424) has been successfully created! 2021-02-13 19:51:00.873 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:51:00.873 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:51:00.873 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:51:04.924 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:51:04.924 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:51:04.925 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:51:06.930 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4d926863-d7fd-49b5-81e4-4cdea822a424) for deployment 'opnfv-rally' (UUID=25aa03d0-94d3-4485-afcc-37279e45f3e2). 2021-02-13 19:51:07.329 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4d926863-d7fd-49b5-81e4-4cdea822a424) has been successfully configured for deployment 'opnfv-rally' (UUID=25aa03d0-94d3-4485-afcc-37279e45f3e2)! 2021-02-13 19:51:15.270 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:51:15.270 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:51:15.270 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:51:17.419 35 INFO rally.api [-] Starting verification (UUID=bc7131f9-5b8c-4c2a-a80f-5ecd1ca79a3e) for deployment 'opnfv-rally' (UUID=25aa03d0-94d3-4485-afcc-37279e45f3e2) by verifier 'opnfv-tempest' (UUID=4d926863-d7fd-49b5-81e4-4cdea822a424). 2021-02-13 19:51:18.024 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-13 19:51:18.024 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4d926863-d7fd-49b5-81e4-4cdea822a424/for-deployment-25aa03d0-94d3-4485-afcc-37279e45f3e2/tempest.log' to option 'log_file'. 2021-02-13 19:51:18.024 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-4d926863-d7fd-49b5-81e4-4cdea822a424/for-deployment-25aa03d0-94d3-4485-afcc-37279e45f3e2/tempest.log 2021-02-13 19:51:18.025 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-13 19:51:18.025 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4d926863-d7fd-49b5-81e4-4cdea822a424/for-deployment-25aa03d0-94d3-4485-afcc-37279e45f3e2/lock_files' to option 'lock_path'. 2021-02-13 19:51:18.026 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-4d926863-d7fd-49b5-81e4-4cdea822a424/for-deployment-25aa03d0-94d3-4485-afcc-37279e45f3e2/lock_files 2021-02-13 19:51:18.026 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-13 19:51:18.026 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-02-13 19:51:18.027 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 2a121e3f-c22c-4bb3-a804-a065882e43c9 2021-02-13 19:51:18.027 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = e5bbfc4f-578d-4ec4-9918-5212954e8d99 2021-02-13 19:51:18.028 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 1691029e-4fa5-4566-b961-49a61dfea67d 2021-02-13 19:51:18.028 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ce0d55f3-13e0-4eff-aa78-338d8e9bb700 2021-02-13 19:51:18.216 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-13 19:51:18.216 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_7858f70d-1ede-4040-aa8d-d298e4e121b5 2021-02-13 19:51:18.217 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-13 19:51:18.317 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-13 19:51:18.370 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-02-13 19:51:18.370 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_bc7131f9_CIGC7e6b' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-02-13 19:51:18.406 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_bc7131f9_CIGC7e6b' (ID = 47f23b76-d080-4713-9788-1fab1459e1e3) has been successfully created! 2021-02-13 19:51:18.406 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '47f23b76-d080-4713-9788-1fab1459e1e3' to option 'instance_type'. 2021-02-13 19:51:18.407 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 47f23b76-d080-4713-9788-1fab1459e1e3 2021-02-13 19:51:18.408 35 INFO rally.task.context [-] Verification 4d926863-d7fd-49b5-81e4-4cdea822a424 | Context tempest@default setup() finished in 0.80 sec 2021-02-13 19:51:18.409 35 INFO rally.task.context [-] Verification 4d926863-d7fd-49b5-81e4-4cdea822a424 | Context testr@default setup() finished in 0.42 msec 2021-02-13 19:51:18.409 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/9b76710b-657b-478a-b8ec-7538379e6b7a'. 2021-02-13 19:51:23.096 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2021-02-13 19:51:23.098 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2021-02-13 19:51:23.110 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.135s] 2021-02-13 19:51:23.149 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.252s] 2021-02-13 19:51:23.280 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.171s] 2021-02-13 19:51:23.294 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.145s] 2021-02-13 19:51:23.464 35 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.169s] 2021-02-13 19:51:23.476 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.195s] 2021-02-13 19:51:23.606 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.129s] 2021-02-13 19:51:23.716 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.252s] 2021-02-13 19:51:23.831 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.778s] 2021-02-13 19:51:23.856 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.250s] 2021-02-13 19:51:24.148 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.292s] 2021-02-13 19:51:24.303 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.585s] 2021-02-13 19:51:24.363 35 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.530s] 2021-02-13 19:51:24.666 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.515s] 2021-02-13 19:51:24.881 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.215s] 2021-02-13 19:51:25.099 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.735s] 2021-02-13 19:51:25.169 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.287s] 2021-02-13 19:51:25.683 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.583s] 2021-02-13 19:51:25.963 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.793s] 2021-02-13 19:51:26.064 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2021-02-13 19:51:26.066 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2021-02-13 19:51:26.424 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.740s] 2021-02-13 19:51:27.015 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.590s] 2021-02-13 19:51:27.768 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.753s] 2021-02-13 19:51:30.032 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [2.262s] 2021-02-13 19:51:30.854 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.823s] 2021-02-13 19:51:32.415 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.560s] 2021-02-13 19:51:33.675 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.260s] 2021-02-13 19:51:34.745 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [1.069s] 2021-02-13 19:51:35.398 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.518s] 2021-02-13 19:51:35.938 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.539s] 2021-02-13 19:51:36.137 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.201s] 2021-02-13 19:51:36.318 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.179s] 2021-02-13 19:51:36.615 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.296s] 2021-02-13 19:51:37.817 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.198s] 2021-02-13 19:51:38.274 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.458s] 2021-02-13 19:51:38.889 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.614s] 2021-02-13 19:51:39.548 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.658s] 2021-02-13 19:51:40.321 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.772s] 2021-02-13 19:51:40.688 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.368s] 2021-02-13 19:51:41.047 35 INFO rally.task.context [-] Verification 4d926863-d7fd-49b5-81e4-4cdea822a424 | Context testr@default cleanup() started 2021-02-13 19:51:41.048 35 INFO rally.task.context [-] Verification 4d926863-d7fd-49b5-81e4-4cdea822a424 | Context testr@default cleanup() finished in 0.82 msec 2021-02-13 19:51:41.048 35 INFO rally.task.context [-] Verification 4d926863-d7fd-49b5-81e4-4cdea822a424 | Context tempest@default cleanup() started 2021-02-13 19:51:41.311 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_bc7131f9_CIGC7e6b'. 2021-02-13 19:51:41.494 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_bc7131f9_CIGC7e6b' has been deleted. 2021-02-13 19:51:41.495 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '47f23b76-d080-4713-9788-1fab1459e1e3' of option 'instance_type' from Tempest config file. 2021-02-13 19:51:41.496 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '47f23b76-d080-4713-9788-1fab1459e1e3' has been removed. 2021-02-13 19:51:41.502 35 INFO rally.task.context [-] Verification 4d926863-d7fd-49b5-81e4-4cdea822a424 | Context tempest@default cleanup() finished in 0.45 sec 2021-02-13 19:51:41.568 35 INFO rally.api [-] Verification (UUID=bc7131f9-5b8c-4c2a-a80f-5ecd1ca79a3e) has been successfully finished for deployment 'opnfv-rally' (UUID=25aa03d0-94d3-4485-afcc-37279e45f3e2)! 2021-02-13 19:51:43.487 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:51:43.487 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:51:43.487 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:51:45.086 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:51:45.087 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:51:45.087 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:51:47.292 52 INFO rally.api [-] Building 'html' report for the following verification(s): 'bc7131f9-5b8c-4c2a-a80f-5ecd1ca79a3e' 2021-02-13 19:51:47.316 52 INFO rally.api [-] The report has been successfully built. 2021-02-13 19:51:49.083 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:51:49.083 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:51:49.083 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:51:51.487 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'bc7131f9-5b8c-4c2a-a80f-5ecd1ca79a3e' 2021-02-13 19:51:51.492 54 INFO rally.api [-] The report has been successfully built.