2021-02-05 21:47:10.862 24 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:47:10.862 24 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:47:10.863 24 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:47:13.734 24 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-05 21:47:13.734 24 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-05 21:47:13.734 24 ERROR rally.cli.cliutils 2021-02-05 21:47:15.747 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:47:15.747 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:47:15.747 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:47:20.527 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:47:20.527 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:47:20.527 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:47:27.032 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:47:27.032 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:47:27.032 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:47:28.731 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:47:28.732 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:47:28.732 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:47:31.412 34 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-05 21:47:31.412 34 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-05 21:47:31.412 34 ERROR rally.cli.cliutils 2021-02-05 21:47:33.523 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:47:33.523 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:47:33.524 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:47:36.230 36 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-05 21:47:36.276 36 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-076b2f42-6382-417c-88e0-5d2005402c98/repo. 2021-02-05 21:47:36.519 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-076b2f42-6382-417c-88e0-5d2005402c98/repo'... done. Note: switching to '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e'. 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-05 21:47:36.562 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g52b2d4ddc ' 2021-02-05 21:47:36.572 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e ' 2021-02-05 21:47:36.591 36 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-05 21:47:36.657 36 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-05 21:47:37.588 36 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=076b2f42-6382-417c-88e0-5d2005402c98) has been successfully created! 2021-02-05 21:47:39.503 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:47:39.504 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:47:39.504 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:47:45.603 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:47:45.604 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:47:45.604 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:47:48.365 47 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=076b2f42-6382-417c-88e0-5d2005402c98) for deployment 'opnfv-rally' (UUID=e52f27f9-bf0e-4ea4-9b22-242db2f157e4). 2021-02-05 21:47:49.263 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=076b2f42-6382-417c-88e0-5d2005402c98) has been successfully configured for deployment 'opnfv-rally' (UUID=e52f27f9-bf0e-4ea4-9b22-242db2f157e4)! 2021-02-05 21:47:58.495 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:47:58.495 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:47:58.495 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:48:01.216 52 INFO rally.api [-] Starting verification (UUID=09adad49-7e29-466e-8486-5eb45875d07e) for deployment 'opnfv-rally' (UUID=e52f27f9-bf0e-4ea4-9b22-242db2f157e4) by verifier 'opnfv-tempest' (UUID=076b2f42-6382-417c-88e0-5d2005402c98). 2021-02-05 21:48:02.278 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-02-05 21:48:02.355 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-05 21:48:02.355 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-076b2f42-6382-417c-88e0-5d2005402c98/for-deployment-e52f27f9-bf0e-4ea4-9b22-242db2f157e4/tempest.log' to option 'log_file'. 2021-02-05 21:48:02.356 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-076b2f42-6382-417c-88e0-5d2005402c98/for-deployment-e52f27f9-bf0e-4ea4-9b22-242db2f157e4/tempest.log 2021-02-05 21:48:02.357 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-05 21:48:02.357 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-076b2f42-6382-417c-88e0-5d2005402c98/for-deployment-e52f27f9-bf0e-4ea4-9b22-242db2f157e4/lock_files' to option 'lock_path'. 2021-02-05 21:48:02.358 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-076b2f42-6382-417c-88e0-5d2005402c98/for-deployment-e52f27f9-bf0e-4ea4-9b22-242db2f157e4/lock_files 2021-02-05 21:48:02.358 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-05 21:48:02.359 52 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-05 21:48:02.359 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 3c2b9f1c-2b23-4adb-aa02-5f72f30d7dcc 2021-02-05 21:48:02.360 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 437e4986-2042-4a58-995d-700b98697eda 2021-02-05 21:48:02.361 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 74e1cfd3-8d5d-43bf-a107-5e923ef2020e 2021-02-05 21:48:02.361 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 92308cae-b05b-4e2a-91fd-4a38d1e5d9ed 2021-02-05 21:48:02.641 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-05 21:48:02.642 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_a28bf4a3-df41-4ed6-b38b-f41355fea448 2021-02-05 21:48:02.642 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-05 21:48:02.755 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-05 21:48:02.797 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-02-05 21:48:02.798 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_09adad49_0PFvDSIv' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-02-05 21:48:02.847 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_09adad49_0PFvDSIv' (ID = 53fa3705-aab8-4bcb-a74e-890e14b04edb) has been successfully created! 2021-02-05 21:48:02.848 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '53fa3705-aab8-4bcb-a74e-890e14b04edb' to option 'instance_type'. 2021-02-05 21:48:02.848 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 53fa3705-aab8-4bcb-a74e-890e14b04edb 2021-02-05 21:48:02.850 52 INFO rally.task.context [-] Verification 076b2f42-6382-417c-88e0-5d2005402c98 | Context tempest@default setup() finished in 1.11 sec 2021-02-05 21:48:02.851 52 INFO rally.task.context [-] Verification 076b2f42-6382-417c-88e0-5d2005402c98 | Context testr@default setup() finished in 0.43 msec 2021-02-05 21:48:02.851 52 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/25b62658-c8af-4e32-a3ad-867375ba0792'. 2021-02-05 21:48:14.519 52 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.629s] 2021-02-05 21:48:14.639 52 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.735s] 2021-02-05 21:48:14.643 52 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.130s] 2021-02-05 21:48:14.715 52 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.815s] 2021-02-05 21:48:14.769 52 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.129s] 2021-02-05 21:48:14.784 52 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.140s] 2021-02-05 21:48:14.851 52 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.082s] 2021-02-05 21:48:14.904 52 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.119s] 2021-02-05 21:48:15.034 52 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.129s] 2021-02-05 21:48:15.084 52 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.232s] 2021-02-05 21:48:15.190 52 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [1.300s] 2021-02-05 21:48:15.357 52 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.320s] 2021-02-05 21:48:15.478 52 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.763s] 2021-02-05 21:48:15.634 52 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.549s] 2021-02-05 21:48:15.779 52 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.301s] 2021-02-05 21:48:15.911 52 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.722s] 2021-02-05 21:48:16.027 52 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.668s] 2021-02-05 21:48:16.141 52 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.360s] 2021-02-05 21:48:16.341 52 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.313s] 2021-02-05 21:48:16.517 52 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.373s] 2021-02-05 21:48:16.693 52 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.348s] 2021-02-05 21:48:16.835 52 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.922s] 2021-02-05 21:48:17.459 52 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.622s] 2021-02-05 21:48:17.918 52 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [1.219s] 2021-02-05 21:48:18.013 52 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.490s] 2021-02-05 21:48:18.089 52 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.630s] 2021-02-05 21:48:18.353 52 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2021-02-05 21:48:18.354 52 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2021-02-05 21:48:18.559 52 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.547s] 2021-02-05 21:48:18.726 52 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.633s] 2021-02-05 21:48:19.376 52 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.651s] 2021-02-05 21:48:19.447 52 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.880s] 2021-02-05 21:48:20.431 52 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.978s] 2021-02-05 21:48:21.276 52 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.843s] 2021-02-05 21:48:21.316 52 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.936s] 2021-02-05 21:48:21.671 52 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.392s] 2021-02-05 21:48:22.087 52 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.770s] 2021-02-05 21:48:22.134 52 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_scoped_token ... skip [0.001s]: b'Federated Identity feature not enabled' 2021-02-05 21:48:22.137 52 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_unscoped_token ... skip [0.001s]: b'Federated Identity feature not enabled' 2021-02-05 21:48:23.309 52 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.217s] 2021-02-05 21:48:24.338 52 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.030s] 2021-02-05 21:48:25.319 52 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.981s] 2021-02-05 21:48:25.690 52 INFO rally.task.context [-] Verification 076b2f42-6382-417c-88e0-5d2005402c98 | Context testr@default cleanup() started 2021-02-05 21:48:25.691 52 INFO rally.task.context [-] Verification 076b2f42-6382-417c-88e0-5d2005402c98 | Context testr@default cleanup() finished in 0.62 msec 2021-02-05 21:48:25.691 52 INFO rally.task.context [-] Verification 076b2f42-6382-417c-88e0-5d2005402c98 | Context tempest@default cleanup() started 2021-02-05 21:48:26.219 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-02-05 21:48:26.316 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-02-05 21:48:26.354 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_09adad49_0PFvDSIv'. 2021-02-05 21:48:26.668 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_09adad49_0PFvDSIv' has been deleted. 2021-02-05 21:48:26.669 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '53fa3705-aab8-4bcb-a74e-890e14b04edb' of option 'instance_type' from Tempest config file. 2021-02-05 21:48:26.670 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '53fa3705-aab8-4bcb-a74e-890e14b04edb' has been removed. 2021-02-05 21:48:26.671 52 INFO rally.task.context [-] Verification 076b2f42-6382-417c-88e0-5d2005402c98 | Context tempest@default cleanup() finished in 0.98 sec 2021-02-05 21:48:26.698 52 INFO rally.api [-] Verification (UUID=09adad49-7e29-466e-8486-5eb45875d07e) has been successfully finished for deployment 'opnfv-rally' (UUID=e52f27f9-bf0e-4ea4-9b22-242db2f157e4)! 2021-02-05 21:48:28.890 67 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:48:28.890 67 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:48:28.890 67 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:48:30.701 69 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:48:30.701 69 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:48:30.702 69 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:48:33.527 69 INFO rally.api [-] Building 'html' report for the following verification(s): '09adad49-7e29-466e-8486-5eb45875d07e' 2021-02-05 21:48:33.546 69 INFO rally.api [-] The report has been successfully built. 2021-02-05 21:48:35.517 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:48:35.517 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:48:35.517 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:48:38.126 71 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '09adad49-7e29-466e-8486-5eb45875d07e' 2021-02-05 21:48:38.130 71 INFO rally.api [-] The report has been successfully built.