2020-06-17 10:06:31.908 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:06:31.909 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:06:31.909 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 10:06:34.528 7 ERROR rally.cli.cliutils 2020-06-17 10:06:36.375 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:06:36.375 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:06:36.376 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:06:40.864 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:06:40.865 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:06:40.865 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:06:45.854 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:06:45.854 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:06:45.855 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:06:47.380 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:06:47.380 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:06:47.380 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:06:50.028 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 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 10:06:50.028 17 ERROR rally.cli.cliutils 2020-06-17 10:06:51.835 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:06:51.836 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:06:51.836 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:06:54.313 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-17 10:06:54.383 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-909d0d38-55c8-419b-bc5d-b24c0709ef70/repo. 2020-06-17 10:06:54.612 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-909d0d38-55c8-419b-bc5d-b24c0709ef70/repo'... done. ' 2020-06-17 10:06:54.625 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-17 10:06:54.643 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-17 10:06:54.715 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-17 10:06:55.499 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=909d0d38-55c8-419b-bc5d-b24c0709ef70) has been successfully created! 2020-06-17 10:06:57.290 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:06:57.290 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:06:57.291 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:07:02.101 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:07:02.101 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:07:02.101 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:07:04.639 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=909d0d38-55c8-419b-bc5d-b24c0709ef70) for deployment 'opnfv-rally' (UUID=3e3c223a-02fa-475b-81d0-8e3884f15660). 2020-06-17 10:07:05.658 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=909d0d38-55c8-419b-bc5d-b24c0709ef70) has been successfully configured for deployment 'opnfv-rally' (UUID=3e3c223a-02fa-475b-81d0-8e3884f15660)! 2020-06-17 10:07:14.199 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:07:14.199 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:07:14.199 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:07:16.766 34 INFO rally.api [-] Starting verification (UUID=1e313192-67b8-42d8-86cc-7cf72b504054) for deployment 'opnfv-rally' (UUID=3e3c223a-02fa-475b-81d0-8e3884f15660) by verifier 'opnfv-tempest' (UUID=909d0d38-55c8-419b-bc5d-b24c0709ef70). 2020-06-17 10:07:17.470 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-17 10:07:17.471 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-909d0d38-55c8-419b-bc5d-b24c0709ef70/for-deployment-3e3c223a-02fa-475b-81d0-8e3884f15660/tempest.log' to option 'log_file'. 2020-06-17 10:07:17.471 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-909d0d38-55c8-419b-bc5d-b24c0709ef70/for-deployment-3e3c223a-02fa-475b-81d0-8e3884f15660/tempest.log 2020-06-17 10:07:17.471 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-17 10:07:17.471 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-909d0d38-55c8-419b-bc5d-b24c0709ef70/for-deployment-3e3c223a-02fa-475b-81d0-8e3884f15660/lock_files' to option 'lock_path'. 2020-06-17 10:07:17.472 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-909d0d38-55c8-419b-bc5d-b24c0709ef70/for-deployment-3e3c223a-02fa-475b-81d0-8e3884f15660/lock_files 2020-06-17 10:07:17.472 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-17 10:07:17.472 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-06-17 10:07:17.472 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 3903e7d5-d4bb-4785-a066-6227a6340606 2020-06-17 10:07:17.473 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 004bf11a-5c72-48f0-848a-f6e4642fcf46 2020-06-17 10:07:17.473 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 7b237bf2-2a66-4294-b71c-cbf3d74ac19d 2020-06-17 10:07:17.474 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = be0d3f04-9b8f-4fc6-85e2-5e2ff34cdca1 2020-06-17 10:07:17.841 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-17 10:07:17.841 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_28546e65-c426-4555-ac9f-6aeaa3c0ca3c 2020-06-17 10:07:17.842 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-17 10:07:17.953 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-17 10:07:17.991 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-17 10:07:17.991 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_1e313192_4kBf9OM8' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-17 10:07:18.033 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1e313192_4kBf9OM8' (ID = 7192e3b1-f881-4fc6-9d9d-f297bb853afa) has been successfully created! 2020-06-17 10:07:18.033 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7192e3b1-f881-4fc6-9d9d-f297bb853afa' to option 'instance_type'. 2020-06-17 10:07:18.033 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7192e3b1-f881-4fc6-9d9d-f297bb853afa 2020-06-17 10:07:18.035 34 INFO rally.task.context [-] Verification 909d0d38-55c8-419b-bc5d-b24c0709ef70 | Context tempest@default setup() finished in 1.03 sec 2020-06-17 10:07:18.036 34 INFO rally.task.context [-] Verification 909d0d38-55c8-419b-bc5d-b24c0709ef70 | Context testr@default setup() finished in 0.34 msec 2020-06-17 10:07:18.036 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/d0e0dbed-3354-42a2-80e8-92e0fb97a4d0'. 2020-06-17 10:07:22.788 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-06-17 10:07:22.790 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-06-17 10:07:23.385 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.489s] 2020-06-17 10:07:23.515 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.781s] 2020-06-17 10:07:23.565 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.180s] 2020-06-17 10:07:23.741 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.225s] 2020-06-17 10:07:23.917 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.351s] 2020-06-17 10:07:23.964 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.223s] 2020-06-17 10:07:24.276 34 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.358s] 2020-06-17 10:07:24.421 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.144s] 2020-06-17 10:07:24.470 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.505s] 2020-06-17 10:07:24.995 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [1.711s] 2020-06-17 10:07:25.266 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.844s] 2020-06-17 10:07:26.346 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [1.874s] 2020-06-17 10:07:26.533 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [1.539s] 2020-06-17 10:07:26.866 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [1.599s] 2020-06-17 10:07:27.191 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.325s] 2020-06-17 10:07:27.271 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.627s] 2020-06-17 10:07:27.604 34 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.412s] 2020-06-17 10:07:27.706 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [1.171s] 2020-06-17 10:07:28.328 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [1.057s] 2020-06-17 10:07:28.463 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.756s] 2020-06-17 10:07:28.827 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.499s] 2020-06-17 10:07:28.925 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [1.320s] 2020-06-17 10:07:29.031 34 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' 2020-06-17 10:07:29.032 34 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' 2020-06-17 10:07:29.071 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.244s] 2020-06-17 10:07:29.180 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.717s] 2020-06-17 10:07:29.416 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.343s] 2020-06-17 10:07:29.722 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.542s] 2020-06-17 10:07:30.323 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.599s] 2020-06-17 10:07:30.358 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [0.942s] 2020-06-17 10:07:30.779 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.421s] 2020-06-17 10:07:31.459 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.679s] 2020-06-17 10:07:31.864 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.539s] 2020-06-17 10:07:32.463 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [1.003s] 2020-06-17 10:07:32.714 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.851s] 2020-06-17 10:07:33.418 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.955s] 2020-06-17 10:07:33.710 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.292s] 2020-06-17 10:07:34.008 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.292s] 2020-06-17 10:07:34.819 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.810s] 2020-06-17 10:07:35.603 34 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.784s] 2020-06-17 10:07:35.971 34 INFO rally.task.context [-] Verification 909d0d38-55c8-419b-bc5d-b24c0709ef70 | Context testr@default cleanup() started 2020-06-17 10:07:35.972 34 INFO rally.task.context [-] Verification 909d0d38-55c8-419b-bc5d-b24c0709ef70 | Context testr@default cleanup() finished in 0.58 msec 2020-06-17 10:07:35.972 34 INFO rally.task.context [-] Verification 909d0d38-55c8-419b-bc5d-b24c0709ef70 | Context tempest@default cleanup() started 2020-06-17 10:07:36.141 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_1e313192_4kBf9OM8'. 2020-06-17 10:07:36.305 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1e313192_4kBf9OM8' has been deleted. 2020-06-17 10:07:36.306 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '7192e3b1-f881-4fc6-9d9d-f297bb853afa' of option 'instance_type' from Tempest config file. 2020-06-17 10:07:36.307 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '7192e3b1-f881-4fc6-9d9d-f297bb853afa' has been removed. 2020-06-17 10:07:36.311 34 INFO rally.task.context [-] Verification 909d0d38-55c8-419b-bc5d-b24c0709ef70 | Context tempest@default cleanup() finished in 0.34 sec 2020-06-17 10:07:36.332 34 INFO rally.api [-] Verification (UUID=1e313192-67b8-42d8-86cc-7cf72b504054) has been successfully finished for deployment 'opnfv-rally' (UUID=3e3c223a-02fa-475b-81d0-8e3884f15660)! 2020-06-17 10:07:38.167 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:07:38.168 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:07:38.168 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:07:39.773 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:07:39.774 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:07:39.774 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:07:42.043 51 INFO rally.api [-] Building 'html' report for the following verification(s): '1e313192-67b8-42d8-86cc-7cf72b504054' 2020-06-17 10:07:42.064 51 INFO rally.api [-] The report has been successfully built. 2020-06-17 10:07:43.726 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:07:43.726 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:07:43.727 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:07:46.222 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '1e313192-67b8-42d8-86cc-7cf72b504054' 2020-06-17 10:07:46.226 53 INFO rally.api [-] The report has been successfully built.