2023-02-19 01:28:18.066 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:28:18.067 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:28:18.067 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-02-19 01:28:20.632 8 ERROR rally.cli.cliutils 2023-02-19 01:28:22.173 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:28:22.173 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:28:22.174 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:28:26.317 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:28:26.318 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:28:26.318 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:28:31.260 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:28:31.260 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:28:31.260 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:28:32.662 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:28:32.662 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:28:32.662 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-02-19 01:28:35.143 18 ERROR rally.cli.cliutils 2023-02-19 01:28:36.688 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:28:36.688 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:28:36.688 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:28:39.119 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2023-02-19 01:28:39.159 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-08ae0f06-2b22-49b8-ab36-69a831526146/repo. 2023-02-19 01:28:39.529 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-08ae0f06-2b22-49b8-ab36-69a831526146/repo'... done. Note: switching to 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2'. 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 ' 2023-02-19 01:28:39.544 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2023-02-19 01:28:39.551 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2023-02-19 01:28:39.558 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2023-02-19 01:28:39.613 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2023-02-19 01:28:40.398 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=08ae0f06-2b22-49b8-ab36-69a831526146) has been successfully created! 2023-02-19 01:28:42.023 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:28:42.024 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:28:42.024 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:28:46.959 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:28:46.959 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:28:46.959 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:28:49.492 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=08ae0f06-2b22-49b8-ab36-69a831526146) for deployment 'opnfv-rally' (UUID=5e82083b-1481-4612-bc22-a7012223120c). 2023-02-19 01:28:49.887 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=08ae0f06-2b22-49b8-ab36-69a831526146) has been successfully configured for deployment 'opnfv-rally' (UUID=5e82083b-1481-4612-bc22-a7012223120c)! 2023-02-19 01:28:58.555 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:28:58.555 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:28:58.555 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:29:01.121 38 INFO rally.api [-] Starting verification (UUID=6a67a58a-4448-4770-9d4f-4910b4bf9626) for deployment 'opnfv-rally' (UUID=5e82083b-1481-4612-bc22-a7012223120c) by verifier 'opnfv-tempest' (UUID=08ae0f06-2b22-49b8-ab36-69a831526146). 2023-02-19 01:29:01.724 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2023-02-19 01:29:01.725 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-08ae0f06-2b22-49b8-ab36-69a831526146/for-deployment-5e82083b-1481-4612-bc22-a7012223120c/tempest.log' to option 'log_file'. 2023-02-19 01:29:01.725 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-08ae0f06-2b22-49b8-ab36-69a831526146/for-deployment-5e82083b-1481-4612-bc22-a7012223120c/tempest.log 2023-02-19 01:29:01.725 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2023-02-19 01:29:01.726 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-08ae0f06-2b22-49b8-ab36-69a831526146/for-deployment-5e82083b-1481-4612-bc22-a7012223120c/lock_files' to option 'lock_path'. 2023-02-19 01:29:01.726 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-08ae0f06-2b22-49b8-ab36-69a831526146/for-deployment-5e82083b-1481-4612-bc22-a7012223120c/lock_files 2023-02-19 01:29:01.726 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2023-02-19 01:29:01.726 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-08ae0f06-2b22-49b8-ab36-69a831526146/for-deployment-5e82083b-1481-4612-bc22-a7012223120c' to option 'img_dir'. 2023-02-19 01:29:01.727 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-08ae0f06-2b22-49b8-ab36-69a831526146/for-deployment-5e82083b-1481-4612-bc22-a7012223120c 2023-02-19 01:29:01.727 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2023-02-19 01:29:01.727 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 552ed71a-8f7f-49c8-8850-d23bea4e0bab 2023-02-19 01:29:01.728 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = feb56f9b-b887-4b10-bd9a-38286572ae9c 2023-02-19 01:29:01.728 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 6af44487-da99-40a9-ac58-409f453d3287 2023-02-19 01:29:01.729 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 03a6406e-c048-429d-b536-cf0844f453ed 2023-02-19 01:29:01.927 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2023-02-19 01:29:01.927 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_3cda6f94-69a8-417f-a217-82ac1339c172 2023-02-19 01:29:01.928 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2023-02-19 01:29:02.025 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2023-02-19 01:29:02.062 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_c2e842bc_oEwLw10e'. Using flavor 'rally_verify_c2e842bc_oEwLw10e' (ID = fd6ff2a4-999d-42b3-9dde-5bebcee0de58) for the tests. 2023-02-19 01:29:02.062 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'fd6ff2a4-999d-42b3-9dde-5bebcee0de58' to option 'instance_type'. 2023-02-19 01:29:02.063 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = fd6ff2a4-999d-42b3-9dde-5bebcee0de58 2023-02-19 01:29:02.064 38 INFO rally.task.context [-] Verification 08ae0f06-2b22-49b8-ab36-69a831526146 | Context tempest@default setup() finished in 0.80 sec 2023-02-19 01:29:02.066 38 INFO rally.task.context [-] Verification 08ae0f06-2b22-49b8-ab36-69a831526146 | Context testr@default setup() finished in 1.29 msec 2023-02-19 01:29:02.066 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/a966158f-b48c-4eb8-b101-53a2737b5730'. 2023-02-19 01:29:07.979 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_access_rule.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:07.980 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_access_rule.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:07.980 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_access_rule.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:07.981 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_access_rule.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:07.981 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_application_credential.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:07.982 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_application_credential.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:07.982 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_application_credential.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:07.983 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_application_credential.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:07.983 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_domain.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:07.984 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_domain.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.007 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_domain.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.011 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.012 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.019 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.023 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.024 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.026 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.026 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.028 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_endpoint_group.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.031 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_grant.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.035 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_group.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.037 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_group.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.039 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_identity_provider.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.040 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_identity_provider.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.041 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_identity_provider.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.044 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.046 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.047 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_limit.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.048 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_limit.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.050 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_limit.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.054 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_mapping.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.059 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_mapping.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.060 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_mapping.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.064 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_policy.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.065 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_policy.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.065 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_policy.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.066 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.066 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_project.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.067 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_project.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.068 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_project_endpoint.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.068 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_project_endpoint.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.069 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_project_endpoint.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.069 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.070 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_protocol.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.071 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_protocol.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.071 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_protocol.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.072 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_protocol.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.073 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_protocol.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.073 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_region.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.074 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_region.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.074 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_region.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.076 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.077 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.078 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.078 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_service.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.079 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_service.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.079 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_service.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.079 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_service_provider.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.080 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_service_provider.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.082 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_token.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.082 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_token.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.082 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_token.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.083 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_token.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.084 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_trust.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.084 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_trust.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.085 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_user.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.085 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_user.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.085 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_user.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:08.113 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.331s] 2023-02-19 01:29:08.181 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.553s] 2023-02-19 01:29:08.304 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.332s] 2023-02-19 01:29:08.396 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.091s] 2023-02-19 01:29:08.615 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [1.002s] 2023-02-19 01:29:08.665 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.269s] 2023-02-19 01:29:08.839 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.658s] 2023-02-19 01:29:08.993 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.153s] 2023-02-19 01:29:09.063 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [0.448s] 2023-02-19 01:29:09.088 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.422s] 2023-02-19 01:29:09.272 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.278s] 2023-02-19 01:29:09.388 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.185s] 2023-02-19 01:29:09.461 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.073s] 2023-02-19 01:29:09.522 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.249s] 2023-02-19 01:29:09.536 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.073s] 2023-02-19 01:29:09.658 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.123s] 2023-02-19 01:29:09.702 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.042s] 2023-02-19 01:29:09.823 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.758s] 2023-02-19 01:29:09.835 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.133s] 2023-02-19 01:29:10.265 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.428s] 2023-02-19 01:29:10.307 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.484s] 2023-02-19 01:29:10.496 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.232s] 2023-02-19 01:29:10.576 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.052s] 2023-02-19 01:29:10.761 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.453s] 2023-02-19 01:29:10.785 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.289s] 2023-02-19 01:29:10.988 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.413s] 2023-02-19 01:29:11.230 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.469s] 2023-02-19 01:29:11.409 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.621s] 2023-02-19 01:29:11.411 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_access_rule.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.412 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_application_credential.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.414 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_consumer.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.416 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_consumer.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.417 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_credential.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.418 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_credential.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.419 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_credential.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.420 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_credential.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.422 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_domain.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.424 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_domain.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.426 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_domain.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.428 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_domain.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.431 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.434 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.436 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.436 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.438 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.440 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.441 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.441 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.442 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_endpoint_group.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.444 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_grant.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.446 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_grant.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.448 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_group.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.450 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_group.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.453 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_group.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.455 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_identity_provider.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.458 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.460 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.462 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.463 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_limit.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.465 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_mapping.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.467 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_policy.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.469 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.470 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.472 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.474 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_project.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.475 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_project.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.477 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_project_endpoint.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.479 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_project_endpoint.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.480 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_project_endpoint.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.482 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.484 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.485 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.488 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_region.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.489 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_region.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.491 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_region.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.494 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.497 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.499 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.500 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.502 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.503 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.505 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_service.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.507 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_service.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.509 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_service.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.510 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_service_provider.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.512 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_service_provider.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.512 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_service_provider.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.514 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_token.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.514 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_trust.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.520 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_trust.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.520 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_user.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.521 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_user.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.521 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_user.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:11.571 38 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' 2023-02-19 01:29:11.573 38 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' 2023-02-19 01:29:11.700 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.469s] 2023-02-19 01:29:11.780 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.790s] 2023-02-19 01:29:12.766 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.985s] 2023-02-19 01:29:13.421 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.654s] 2023-02-19 01:29:13.455 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.754s] 2023-02-19 01:29:13.700 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.278s] 2023-02-19 01:29:13.704 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_access_rule.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.707 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_access_rule.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.708 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_application_credential.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.710 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_application_credential.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.711 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_application_credential.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.714 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_consumer.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.715 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_consumer.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.715 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_consumer.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.716 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_consumer.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.717 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_credential.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.717 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_credential.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.718 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_credential.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.720 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_domain.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.721 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.723 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.724 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.726 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.728 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.729 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.731 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.732 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_endpoint_group.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.734 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_endpoint_group.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.735 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_endpoint_group.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.738 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_endpoint_group.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.739 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_grant.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.740 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_grant.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.742 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_grant.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.744 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_group.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.745 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_group.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.747 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_identity_provider.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.749 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_identity_provider.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.750 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_identity_provider.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.751 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_identity_provider.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.752 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.754 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.755 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_limit.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.757 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_limit.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.759 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_mapping.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.760 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_mapping.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.762 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_policy.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.763 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_policy.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.766 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.767 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.769 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_project.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.771 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_project.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.773 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_project.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.775 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.776 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.778 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_protocol.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.779 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_protocol.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.781 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_region.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.783 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_region.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.785 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.787 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_role.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.788 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_role.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.789 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_role.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.791 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_role.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.792 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.814 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.815 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.818 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_service_provider.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.819 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_service_provider.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.820 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_service_provider.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.822 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_service_provider.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.825 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_trust.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.827 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_trust.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.829 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_user.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:13.944 38 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' 2023-02-19 01:29:13.945 38 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' 2023-02-19 01:29:14.059 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.602s] 2023-02-19 01:29:15.518 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.458s] 2023-02-19 01:29:16.460 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.941s] 2023-02-19 01:29:17.531 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [1.071s] 2023-02-19 01:29:17.535 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_access_rule.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.537 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_access_rule.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.539 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_application_credential.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.541 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_consumer.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.544 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_consumer.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.545 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_consumer.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.546 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_credential.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.548 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_credential.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.550 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_domain.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.551 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.554 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.555 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.557 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.559 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.560 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_endpoint_group.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.562 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_endpoint_group.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.564 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_endpoint_group.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.566 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_grant.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.568 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_grant.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.569 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_grant.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.571 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_group.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.573 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_group.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.576 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_identity_provider.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.579 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.580 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.583 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_limit.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.585 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_limit.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.588 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_limit.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.590 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_mapping.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.593 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_mapping.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.594 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_mapping.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.596 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_policy.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.597 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_policy.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.599 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_policy.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.602 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.604 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.607 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.609 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_project.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.611 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_project.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.615 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.617 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.619 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.622 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_protocol.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.624 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_protocol.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.627 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_region.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.629 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.631 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.633 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.635 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_role.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.638 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_role.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.640 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_role.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.642 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_role.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.644 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_role.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.647 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.647 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.649 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_service.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.651 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_service.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.653 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_service.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.656 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_token.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.658 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_token.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.662 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_token.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.664 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_token.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.666 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_trust.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.667 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_trust.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.668 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_trust.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.670 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_user.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:17.671 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_user.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-02-19 01:29:18.238 38 INFO rally.task.context [-] Verification 08ae0f06-2b22-49b8-ab36-69a831526146 | Context testr@default cleanup() started 2023-02-19 01:29:18.238 38 INFO rally.task.context [-] Verification 08ae0f06-2b22-49b8-ab36-69a831526146 | Context testr@default cleanup() finished in 0.79 msec 2023-02-19 01:29:18.239 38 INFO rally.task.context [-] Verification 08ae0f06-2b22-49b8-ab36-69a831526146 | Context tempest@default cleanup() started 2023-02-19 01:29:18.504 38 INFO rally.task.context [-] Verification 08ae0f06-2b22-49b8-ab36-69a831526146 | Context tempest@default cleanup() finished in 0.27 sec 2023-02-19 01:29:19.132 38 INFO rally.api [-] Verification (UUID=6a67a58a-4448-4770-9d4f-4910b4bf9626) has been successfully finished for deployment 'opnfv-rally' (UUID=5e82083b-1481-4612-bc22-a7012223120c)! 2023-02-19 01:29:21.262 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:29:21.262 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:29:21.263 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:29:24.051 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:29:24.052 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:29:24.052 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:29:27.149 56 INFO rally.api [-] Building 'html' report for the following verification(s): '6a67a58a-4448-4770-9d4f-4910b4bf9626' 2023-02-19 01:29:27.202 56 INFO rally.api [-] The report has been successfully built. 2023-02-19 01:29:29.122 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:29:29.122 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:29:29.122 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:29:32.336 58 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '6a67a58a-4448-4770-9d4f-4910b4bf9626' 2023-02-19 01:29:32.429 58 INFO rally.api [-] The report has been successfully built.