2020-07-31 13:45:07.567 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:45:07.568 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:45:07.568 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:45:09.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 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-31 13:45:09.933 7 ERROR rally.cli.cliutils 2020-07-31 13:45:11.652 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:45:11.653 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:45:11.653 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:45:15.969 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:45:15.969 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:45:15.969 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:45:20.734 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:45:20.735 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:45:20.735 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:45:22.314 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:45:22.315 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:45:22.315 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:45:24.556 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-07-31 13:45:24.556 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-31 13:45:24.556 17 ERROR rally.cli.cliutils 2020-07-31 13:45:26.393 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:45:26.393 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:45:26.393 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:45:28.675 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-31 13:45:28.747 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-e7fd9ffd-c2e5-4fab-b672-d3f6ec95eb87/repo. 2020-07-31 13:45:29.005 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-e7fd9ffd-c2e5-4fab-b672-d3f6ec95eb87/repo'... done. Note: switching to '312b48e98e8e4268ccef26ec32593bd78c9d8624'. 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 ' 2020-07-31 13:45:29.020 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g312b48e98 ' 2020-07-31 13:45:29.033 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '312b48e98e8e4268ccef26ec32593bd78c9d8624 ' 2020-07-31 13:45:29.051 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-31 13:45:29.100 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-31 13:45:29.903 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e7fd9ffd-c2e5-4fab-b672-d3f6ec95eb87) has been successfully created! 2020-07-31 13:45:31.723 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:45:31.724 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:45:31.724 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:45:36.218 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:45:36.218 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:45:36.218 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:45:38.425 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e7fd9ffd-c2e5-4fab-b672-d3f6ec95eb87) for deployment 'opnfv-rally' (UUID=68addc56-9007-46f5-bf96-f3ea5422e6e2). 2020-07-31 13:45:38.843 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e7fd9ffd-c2e5-4fab-b672-d3f6ec95eb87) has been successfully configured for deployment 'opnfv-rally' (UUID=68addc56-9007-46f5-bf96-f3ea5422e6e2)! 2020-07-31 13:45:47.876 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:45:47.877 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:45:47.877 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:45:50.165 35 INFO rally.api [-] Starting verification (UUID=bda46223-0b53-4ce7-8fd3-7a782ffce76d) for deployment 'opnfv-rally' (UUID=68addc56-9007-46f5-bf96-f3ea5422e6e2) by verifier 'opnfv-tempest' (UUID=e7fd9ffd-c2e5-4fab-b672-d3f6ec95eb87). 2020-07-31 13:45:50.825 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-31 13:45:50.826 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e7fd9ffd-c2e5-4fab-b672-d3f6ec95eb87/for-deployment-68addc56-9007-46f5-bf96-f3ea5422e6e2/tempest.log' to option 'log_file'. 2020-07-31 13:45:50.826 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-e7fd9ffd-c2e5-4fab-b672-d3f6ec95eb87/for-deployment-68addc56-9007-46f5-bf96-f3ea5422e6e2/tempest.log 2020-07-31 13:45:50.826 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-31 13:45:50.827 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e7fd9ffd-c2e5-4fab-b672-d3f6ec95eb87/for-deployment-68addc56-9007-46f5-bf96-f3ea5422e6e2/lock_files' to option 'lock_path'. 2020-07-31 13:45:50.827 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-e7fd9ffd-c2e5-4fab-b672-d3f6ec95eb87/for-deployment-68addc56-9007-46f5-bf96-f3ea5422e6e2/lock_files 2020-07-31 13:45:50.827 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-31 13:45:50.828 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 2020-07-31 13:45:50.828 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 2a9d6c66-b76b-4fdc-8aaf-d558fe52e40e 2020-07-31 13:45:50.828 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ff6d9752-f9ea-49c5-8335-00edb162b030 2020-07-31 13:45:50.829 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = cabbd741-965a-41b4-8cae-91a634496ac9 2020-07-31 13:45:50.830 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 7f05bad7-2b6a-4a0a-b084-782a6ac3f453 2020-07-31 13:45:51.064 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-31 13:45:51.065 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_db036ecf-284d-4fd1-a58b-782aec551124 2020-07-31 13:45:51.065 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-31 13:45:51.161 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-31 13:45:51.204 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-31 13:45:51.204 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_bda46223_IqT77m31' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-31 13:45:51.251 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_bda46223_IqT77m31' (ID = 24ca7adb-e51a-4819-8150-2e7393237a24) has been successfully created! 2020-07-31 13:45:51.251 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '24ca7adb-e51a-4819-8150-2e7393237a24' to option 'instance_type'. 2020-07-31 13:45:51.251 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 24ca7adb-e51a-4819-8150-2e7393237a24 2020-07-31 13:45:51.253 35 INFO rally.task.context [-] Verification e7fd9ffd-c2e5-4fab-b672-d3f6ec95eb87 | Context tempest@default setup() finished in 0.89 sec 2020-07-31 13:45:51.254 35 INFO rally.task.context [-] Verification e7fd9ffd-c2e5-4fab-b672-d3f6ec95eb87 | Context testr@default setup() finished in 0.46 msec 2020-07-31 13:45:51.254 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/8a99fbce-675c-4511-b6db-160ee70a01e7'. 2020-07-31 13:45:56.202 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.197s] 2020-07-31 13:45:56.306 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.104s] 2020-07-31 13:45:56.308 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.305s] 2020-07-31 13:45:56.428 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.122s] 2020-07-31 13:45:56.431 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.451s] 2020-07-31 13:45:56.435 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.127s] 2020-07-31 13:45:56.545 35 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.117s] 2020-07-31 13:45:56.629 35 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.192s] 2020-07-31 13:45:56.695 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.795s] 2020-07-31 13:45:56.722 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.093s] 2020-07-31 13:45:56.774 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.229s] 2020-07-31 13:45:56.929 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.207s] 2020-07-31 13:45:57.180 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.749s] 2020-07-31 13:45:57.251 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [0.556s] 2020-07-31 13:45:57.312 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.537s] 2020-07-31 13:45:57.408 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.477s] 2020-07-31 13:45:57.409 35 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-07-31 13:45:57.410 35 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-07-31 13:45:57.446 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.266s] 2020-07-31 13:45:57.627 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.219s] 2020-07-31 13:45:57.641 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.196s] 2020-07-31 13:45:57.981 35 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.353s] 2020-07-31 13:45:58.002 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.359s] 2020-07-31 13:45:58.049 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.797s] 2020-07-31 13:45:58.603 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.554s] 2020-07-31 13:45:58.696 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.713s] 2020-07-31 13:45:58.789 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-07-31 13:45:58.790 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-07-31 13:45:59.116 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.512s] 2020-07-31 13:45:59.337 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.333s] 2020-07-31 13:45:59.672 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.555s] 2020-07-31 13:45:59.772 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.436s] 2020-07-31 13:46:00.305 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.633s] 2020-07-31 13:46:00.478 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.705s] 2020-07-31 13:46:01.232 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.753s] 2020-07-31 13:46:01.837 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.604s] 2020-07-31 13:46:01.892 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.585s] 2020-07-31 13:46:02.138 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.301s] 2020-07-31 13:46:02.557 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.666s] 2020-07-31 13:46:04.184 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.624s] 2020-07-31 13:46:05.507 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.324s] 2020-07-31 13:46:06.628 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [1.118s] 2020-07-31 13:46:06.952 35 INFO rally.task.context [-] Verification e7fd9ffd-c2e5-4fab-b672-d3f6ec95eb87 | Context testr@default cleanup() started 2020-07-31 13:46:06.952 35 INFO rally.task.context [-] Verification e7fd9ffd-c2e5-4fab-b672-d3f6ec95eb87 | Context testr@default cleanup() finished in 0.63 msec 2020-07-31 13:46:06.953 35 INFO rally.task.context [-] Verification e7fd9ffd-c2e5-4fab-b672-d3f6ec95eb87 | Context tempest@default cleanup() started 2020-07-31 13:46:07.117 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_bda46223_IqT77m31'. 2020-07-31 13:46:07.466 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_bda46223_IqT77m31' has been deleted. 2020-07-31 13:46:07.467 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '24ca7adb-e51a-4819-8150-2e7393237a24' of option 'instance_type' from Tempest config file. 2020-07-31 13:46:07.467 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '24ca7adb-e51a-4819-8150-2e7393237a24' has been removed. 2020-07-31 13:46:07.473 35 INFO rally.task.context [-] Verification e7fd9ffd-c2e5-4fab-b672-d3f6ec95eb87 | Context tempest@default cleanup() finished in 0.52 sec 2020-07-31 13:46:07.505 35 INFO rally.api [-] Verification (UUID=bda46223-0b53-4ce7-8fd3-7a782ffce76d) has been successfully finished for deployment 'opnfv-rally' (UUID=68addc56-9007-46f5-bf96-f3ea5422e6e2)! 2020-07-31 13:46:09.387 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:46:09.388 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:46:09.388 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:46:11.087 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:46:11.087 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:46:11.087 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:46:13.472 52 INFO rally.api [-] Building 'html' report for the following verification(s): 'bda46223-0b53-4ce7-8fd3-7a782ffce76d' 2020-07-31 13:46:13.495 52 INFO rally.api [-] The report has been successfully built. 2020-07-31 13:46:15.325 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:46:15.325 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:46:15.325 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:46:17.761 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'bda46223-0b53-4ce7-8fd3-7a782ffce76d' 2020-07-31 13:46:17.766 54 INFO rally.api [-] The report has been successfully built.