2023-03-26 01:28:32.364 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:28:32.365 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:28:32.365 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:28:35.137 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-03-26 01:28:35.137 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-03-26 01:28:35.137 8 ERROR rally.cli.cliutils 2023-03-26 01:28:36.746 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:28:36.746 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:28:36.746 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:28:40.963 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:28:40.963 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:28:40.964 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:28:45.493 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:28:45.493 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:28:45.493 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:28:46.959 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:28:46.960 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:28:46.960 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:28:49.377 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-03-26 01:28:49.377 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-03-26 01:28:49.377 18 ERROR rally.cli.cliutils 2023-03-26 01:28:50.890 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:28:50.890 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:28:50.890 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:28:53.242 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2023-03-26 01:28:53.280 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a8e4e857-54d6-4799-8e3a-281c50f143fe/repo. 2023-03-26 01:28:53.591 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a8e4e857-54d6-4799-8e3a-281c50f143fe/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-03-26 01:28:53.605 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2023-03-26 01:28:53.612 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2023-03-26 01:28:53.625 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2023-03-26 01:28:53.684 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2023-03-26 01:28:54.427 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a8e4e857-54d6-4799-8e3a-281c50f143fe) has been successfully created! 2023-03-26 01:28:55.887 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:28:55.887 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:28:55.887 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:29:00.338 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:29:00.339 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:29:00.339 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:29:02.750 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a8e4e857-54d6-4799-8e3a-281c50f143fe) for deployment 'opnfv-rally' (UUID=919380c0-c86f-4d38-bfa4-f5f977679b91). 2023-03-26 01:29:03.119 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a8e4e857-54d6-4799-8e3a-281c50f143fe) has been successfully configured for deployment 'opnfv-rally' (UUID=919380c0-c86f-4d38-bfa4-f5f977679b91)! 2023-03-26 01:29:11.223 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:29:11.223 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:29:11.224 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:29:13.551 38 INFO rally.api [-] Starting verification (UUID=13279935-5402-4d4b-a736-e6e12ff73c67) for deployment 'opnfv-rally' (UUID=919380c0-c86f-4d38-bfa4-f5f977679b91) by verifier 'opnfv-tempest' (UUID=a8e4e857-54d6-4799-8e3a-281c50f143fe). 2023-03-26 01:29:14.060 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2023-03-26 01:29:14.061 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a8e4e857-54d6-4799-8e3a-281c50f143fe/for-deployment-919380c0-c86f-4d38-bfa4-f5f977679b91/tempest.log' to option 'log_file'. 2023-03-26 01:29:14.061 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a8e4e857-54d6-4799-8e3a-281c50f143fe/for-deployment-919380c0-c86f-4d38-bfa4-f5f977679b91/tempest.log 2023-03-26 01:29:14.062 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2023-03-26 01:29:14.062 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a8e4e857-54d6-4799-8e3a-281c50f143fe/for-deployment-919380c0-c86f-4d38-bfa4-f5f977679b91/lock_files' to option 'lock_path'. 2023-03-26 01:29:14.062 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a8e4e857-54d6-4799-8e3a-281c50f143fe/for-deployment-919380c0-c86f-4d38-bfa4-f5f977679b91/lock_files 2023-03-26 01:29:14.063 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2023-03-26 01:29:14.063 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a8e4e857-54d6-4799-8e3a-281c50f143fe/for-deployment-919380c0-c86f-4d38-bfa4-f5f977679b91' to option 'img_dir'. 2023-03-26 01:29:14.063 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-a8e4e857-54d6-4799-8e3a-281c50f143fe/for-deployment-919380c0-c86f-4d38-bfa4-f5f977679b91 2023-03-26 01:29:14.063 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-03-26 01:29:14.064 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ac9b41e9-0793-47c1-99ed-3e381d4ccbc9 2023-03-26 01:29:14.064 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 7bdbfda3-2cdd-46d6-a98c-e29e11bb5abe 2023-03-26 01:29:14.065 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f21d1e72-f833-44f0-8695-dca7e31b6da1 2023-03-26 01:29:14.065 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 11875922-ab3f-4c6e-b6ce-3a51f15b5cf8 2023-03-26 01:29:14.288 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2023-03-26 01:29:14.288 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_5edaf3e2-dcb6-47b6-936e-4d1310aa33c9 2023-03-26 01:29:14.289 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2023-03-26 01:29:14.387 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2023-03-26 01:29:14.423 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_3f34d829_KEgkrZZt'. Using flavor 'rally_verify_3f34d829_KEgkrZZt' (ID = 34644980-4890-4870-b3ab-c0450d669e3e) for the tests. 2023-03-26 01:29:14.424 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '34644980-4890-4870-b3ab-c0450d669e3e' to option 'instance_type'. 2023-03-26 01:29:14.424 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 34644980-4890-4870-b3ab-c0450d669e3e 2023-03-26 01:29:14.426 38 INFO rally.task.context [-] Verification a8e4e857-54d6-4799-8e3a-281c50f143fe | Context tempest@default setup() finished in 0.74 sec 2023-03-26 01:29:14.428 38 INFO rally.task.context [-] Verification a8e4e857-54d6-4799-8e3a-281c50f143fe | Context testr@default setup() finished in 1.25 msec 2023-03-26 01:29:14.428 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/c0257f8d-8d72-4726-b912-153c1b90c45f'. 2023-03-26 01:29:19.906 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_access_rule.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.907 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-03-26 01:29:19.907 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_application_credential.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.909 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-03-26 01:29:19.909 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_consumer.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.910 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_consumer.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.913 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-03-26 01:29:19.914 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-03-26 01:29:19.915 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_credential.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.915 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_credential.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.917 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_credential.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.918 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_domain.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.919 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_domain.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.920 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_domain.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.921 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.922 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.930 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.932 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.933 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.935 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.936 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.937 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.944 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.958 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_grant.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.962 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_grant.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.964 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_group.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.965 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-03-26 01:29:19.966 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-03-26 01:29:19.968 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_identity_provider.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.970 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-03-26 01:29:19.979 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-03-26 01:29:19.980 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:19.981 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_limit.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.001 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_mapping.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.003 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_mapping.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.004 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_policy.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.007 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.008 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.009 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_project.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.012 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_project_endpoint.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.014 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.015 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_protocol.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.019 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_protocol.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.023 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-03-26 01:29:20.024 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-03-26 01:29:20.026 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.028 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.030 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-03-26 01:29:20.032 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_role.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.034 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-03-26 01:29:20.035 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.040 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.042 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_service.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.046 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_service.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.058 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_service_provider.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.059 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-03-26 01:29:20.060 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_service_provider.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.060 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-03-26 01:29:20.062 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_service_provider.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.062 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-03-26 01:29:20.063 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_token.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.064 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_token.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.064 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_trust.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.065 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_trust.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.066 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_trust.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.066 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_trust.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.067 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_user.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.068 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_user.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.072 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2023-03-26 01:29:20.072 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2023-03-26 01:29:20.115 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.245s] 2023-03-26 01:29:20.121 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-03-26 01:29:20.121 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_application_credential.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.122 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-03-26 01:29:20.122 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-03-26 01:29:20.123 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_consumer.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.123 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_credential.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.124 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_credential.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.124 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_credential.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.125 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_credential.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.125 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_domain.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.125 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_domain.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.126 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_domain.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.126 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_domain.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.127 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.127 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.128 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.128 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.129 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.129 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-03-26 01:29:20.130 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.052s] 2023-03-26 01:29:20.130 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-03-26 01:29:20.131 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_endpoint_group.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.131 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_endpoint_group.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.132 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_endpoint_group.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.132 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-03-26 01:29:20.133 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_grant.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.133 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_grant.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.134 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_group.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.134 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_group.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.135 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-03-26 01:29:20.135 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-03-26 01:29:20.136 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_identity_provider.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.136 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.136 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.137 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-03-26 01:29:20.137 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_limit.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.138 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_limit.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.138 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_limit.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.139 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-03-26 01:29:20.139 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-03-26 01:29:20.140 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_policy.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.140 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_policy.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.141 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_project.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.141 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_project.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.142 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_project_endpoint.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.142 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_project_endpoint.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.142 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_project_endpoint.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.143 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.144 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.145 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_region.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.145 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-03-26 01:29:20.146 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.147 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.148 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.148 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.149 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.150 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_service.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.150 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-03-26 01:29:20.151 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_service_provider.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.151 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_token.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.152 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-03-26 01:29:20.152 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-03-26 01:29:20.153 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_token.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.153 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-03-26 01:29:20.154 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-03-26 01:29:20.154 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_user.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.155 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_user.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.155 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_user.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.156 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_user.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:20.156 38 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.079s] 2023-03-26 01:29:20.243 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.569s] 2023-03-26 01:29:20.255 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.141s] 2023-03-26 01:29:20.555 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.299s] 2023-03-26 01:29:20.653 38 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.410s] 2023-03-26 01:29:20.931 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.330s] 2023-03-26 01:29:21.254 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.600s] 2023-03-26 01:29:21.475 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.543s] 2023-03-26 01:29:21.683 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.429s] 2023-03-26 01:29:21.812 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.337s] 2023-03-26 01:29:22.080 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.267s] 2023-03-26 01:29:22.193 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.510s] 2023-03-26 01:29:22.508 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.426s] 2023-03-26 01:29:22.750 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.556s] 2023-03-26 01:29:23.152 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.401s] 2023-03-26 01:29:23.505 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [0.996s] 2023-03-26 01:29:23.921 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.416s] 2023-03-26 01:29:24.556 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.635s] 2023-03-26 01:29:24.566 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.413s] 2023-03-26 01:29:25.136 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.577s] 2023-03-26 01:29:25.183 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.616s] 2023-03-26 01:29:25.877 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.741s] 2023-03-26 01:29:26.182 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.305s] 2023-03-26 01:29:26.185 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_access_rule.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.187 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-03-26 01:29:26.190 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_access_rule.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.192 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-03-26 01:29:26.194 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_application_credential.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.196 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-03-26 01:29:26.197 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-03-26 01:29:26.200 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_consumer.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.200 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_consumer.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.202 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_consumer.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.203 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.204 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.205 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-03-26 01:29:26.208 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.209 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.210 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.213 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_grant.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.215 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_grant.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.230 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_grant.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.232 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_group.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.234 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-03-26 01:29:26.236 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_group.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.243 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-03-26 01:29:26.244 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_identity_provider.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.246 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.247 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.249 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.250 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-03-26 01:29:26.252 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_limit.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.254 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_limit.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.256 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_mapping.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.257 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-03-26 01:29:26.258 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-03-26 01:29:26.259 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_policy.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.260 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-03-26 01:29:26.262 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_policy.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.263 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_policy.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.266 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.267 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_project.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.269 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-03-26 01:29:26.271 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-03-26 01:29:26.272 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.274 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.276 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.277 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.278 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.280 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_protocol.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.282 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_region.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.283 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-03-26 01:29:26.286 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.287 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_role.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.290 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_role.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.291 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_role.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.293 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_role.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.295 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_role.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.297 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_role.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.298 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.300 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.301 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_service.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.303 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_service.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.304 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_service_provider.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.306 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_service_provider.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.308 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-03-26 01:29:26.309 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-03-26 01:29:26.312 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_user.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:26.313 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-03-26 01:29:26.498 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.313s] 2023-03-26 01:29:27.459 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.961s] 2023-03-26 01:29:28.295 38 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.836s] 2023-03-26 01:29:28.544 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.148s] 2023-03-26 01:29:28.690 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.145s] 2023-03-26 01:29:28.812 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.121s] 2023-03-26 01:29:28.905 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.093s] 2023-03-26 01:29:29.007 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.100s] 2023-03-26 01:29:29.105 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.099s] 2023-03-26 01:29:29.418 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.310s] 2023-03-26 01:29:29.575 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.158s] 2023-03-26 01:29:29.711 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.135s] 2023-03-26 01:29:30.102 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.389s] 2023-03-26 01:29:30.103 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_access_rule.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.105 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_access_rule.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.107 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_access_rule.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.109 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-03-26 01:29:30.112 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_credential.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.113 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_credential.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.115 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-03-26 01:29:30.116 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-03-26 01:29:30.118 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.119 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.150 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.151 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.155 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.155 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.157 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_endpoint_group.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.159 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_endpoint_group.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.161 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_endpoint_group.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.166 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_endpoint_group.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.168 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-03-26 01:29:30.169 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_grant.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.173 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_identity_provider.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.175 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_identity_provider.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.175 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_identity_provider.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.176 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.178 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.180 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_limit.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.182 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_mapping.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.184 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_mapping.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.187 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_mapping.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.189 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_policy.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.191 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-03-26 01:29:30.194 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.196 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-03-26 01:29:30.198 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.200 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.202 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.204 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_project.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.207 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_project.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.209 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_project.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.211 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_project.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.213 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_project_endpoint.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.215 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.218 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_protocol.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.220 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_protocol.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.222 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_protocol.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.224 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_protocol.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.226 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_protocol.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.228 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-03-26 01:29:30.230 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_region.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.232 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-03-26 01:29:30.234 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_region.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.236 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.238 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.240 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.242 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_role.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.245 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.248 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.251 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-03-26 01:29:30.253 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_service.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.255 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_service.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.257 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_token.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.259 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_trust.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.261 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_trust.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.264 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_trust.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.266 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_user.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2023-03-26 01:29:30.319 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2023-03-26 01:29:30.320 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2023-03-26 01:29:30.814 38 INFO rally.task.context [-] Verification a8e4e857-54d6-4799-8e3a-281c50f143fe | Context testr@default cleanup() started 2023-03-26 01:29:30.815 38 INFO rally.task.context [-] Verification a8e4e857-54d6-4799-8e3a-281c50f143fe | Context testr@default cleanup() finished in 0.66 msec 2023-03-26 01:29:30.815 38 INFO rally.task.context [-] Verification a8e4e857-54d6-4799-8e3a-281c50f143fe | Context tempest@default cleanup() started 2023-03-26 01:29:31.005 38 INFO rally.task.context [-] Verification a8e4e857-54d6-4799-8e3a-281c50f143fe | Context tempest@default cleanup() finished in 0.19 sec 2023-03-26 01:29:31.475 38 INFO rally.api [-] Verification (UUID=13279935-5402-4d4b-a736-e6e12ff73c67) has been successfully finished for deployment 'opnfv-rally' (UUID=919380c0-c86f-4d38-bfa4-f5f977679b91)! 2023-03-26 01:29:33.594 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:29:33.594 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:29:33.595 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:29:36.052 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:29:36.053 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:29:36.053 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:29:38.968 56 INFO rally.api [-] Building 'html' report for the following verification(s): '13279935-5402-4d4b-a736-e6e12ff73c67' 2023-03-26 01:29:39.018 56 INFO rally.api [-] The report has been successfully built. 2023-03-26 01:29:40.828 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:29:40.829 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:29:40.829 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:29:43.806 58 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '13279935-5402-4d4b-a736-e6e12ff73c67' 2023-03-26 01:29:43.902 58 INFO rally.api [-] The report has been successfully built.