2021-08-16 18:39:55.549 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:39:55.550 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:39:55.550 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:39:58.302 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 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-16 18:39:58.302 8 ERROR rally.cli.cliutils 2021-08-16 18:40:00.061 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:40:00.062 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:40:00.062 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:40:05.196 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:40:05.197 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:40:05.197 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:40:10.813 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:40:10.814 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:40:10.814 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:40:12.451 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:40:12.452 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:40:12.452 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:40:15.212 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 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-16 18:40:15.212 18 ERROR rally.cli.cliutils 2021-08-16 18:40:16.957 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:40:16.958 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:40:16.958 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:40:19.783 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-16 18:40:19.843 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-7f16aea9-ea7c-4ef2-a60a-ff9fa36159de/repo. 2021-08-16 18:40:20.155 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-7f16aea9-ea7c-4ef2-a60a-ff9fa36159de/repo'... done. Note: switching to '883706539ffd4099b0701a27cc3e6a3b7c527dbe'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-08-16 18:40:20.171 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-g883706539 ' 2021-08-16 18:40:20.178 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '883706539ffd4099b0701a27cc3e6a3b7c527dbe ' 2021-08-16 18:40:20.185 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-16 18:40:20.250 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-16 18:40:21.125 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7f16aea9-ea7c-4ef2-a60a-ff9fa36159de) has been successfully created! 2021-08-16 18:40:23.025 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:40:23.025 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:40:23.025 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:40:28.240 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:40:28.240 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:40:28.241 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:40:31.031 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7f16aea9-ea7c-4ef2-a60a-ff9fa36159de) for deployment 'opnfv-rally' (UUID=d7ee654a-92ec-4ac5-b689-f02ae67543c4). 2021-08-16 18:40:31.543 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7f16aea9-ea7c-4ef2-a60a-ff9fa36159de) has been successfully configured for deployment 'opnfv-rally' (UUID=d7ee654a-92ec-4ac5-b689-f02ae67543c4)! 2021-08-16 18:40:41.103 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:40:41.103 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:40:41.103 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:40:43.649 38 INFO rally.api [-] Starting verification (UUID=7f0c624a-d3f3-4a39-a5b7-63fe9da00070) for deployment 'opnfv-rally' (UUID=d7ee654a-92ec-4ac5-b689-f02ae67543c4) by verifier 'opnfv-tempest' (UUID=7f16aea9-ea7c-4ef2-a60a-ff9fa36159de). 2021-08-16 18:40:44.316 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-16 18:40:44.316 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7f16aea9-ea7c-4ef2-a60a-ff9fa36159de/for-deployment-d7ee654a-92ec-4ac5-b689-f02ae67543c4/tempest.log' to option 'log_file'. 2021-08-16 18:40:44.317 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-7f16aea9-ea7c-4ef2-a60a-ff9fa36159de/for-deployment-d7ee654a-92ec-4ac5-b689-f02ae67543c4/tempest.log 2021-08-16 18:40:44.317 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-16 18:40:44.318 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7f16aea9-ea7c-4ef2-a60a-ff9fa36159de/for-deployment-d7ee654a-92ec-4ac5-b689-f02ae67543c4/lock_files' to option 'lock_path'. 2021-08-16 18:40:44.318 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-7f16aea9-ea7c-4ef2-a60a-ff9fa36159de/for-deployment-d7ee654a-92ec-4ac5-b689-f02ae67543c4/lock_files 2021-08-16 18:40:44.318 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-08-16 18:40:44.319 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7f16aea9-ea7c-4ef2-a60a-ff9fa36159de/for-deployment-d7ee654a-92ec-4ac5-b689-f02ae67543c4' to option 'img_dir'. 2021-08-16 18:40:44.319 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-7f16aea9-ea7c-4ef2-a60a-ff9fa36159de/for-deployment-d7ee654a-92ec-4ac5-b689-f02ae67543c4 2021-08-16 18:40:44.319 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 2021-08-16 18:40:44.320 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 755d74c1-5936-415b-b83f-77fa9f5c12c1 2021-08-16 18:40:44.320 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 25ab7d09-d65e-4480-aac4-6cff35f34f4d 2021-08-16 18:40:44.321 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 48b71656-43c8-4bdf-820c-2ec59e46aa20 2021-08-16 18:40:44.322 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 52a2484a-64a2-4d8a-8915-7aa6dd0b12c7 2021-08-16 18:40:44.523 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-16 18:40:44.524 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_7ecad57f-996f-4495-a8e5-2f2b8bdb919f 2021-08-16 18:40:44.525 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-16 18:40:44.624 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-16 18:40:44.660 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_9b258b11_DsBU7VtP'. Using flavor 'rally_verify_9b258b11_DsBU7VtP' (ID = ff0d3472-ed93-4266-977a-74b1058672f3) for the tests. 2021-08-16 18:40:44.661 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ff0d3472-ed93-4266-977a-74b1058672f3' to option 'instance_type'. 2021-08-16 18:40:44.662 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ff0d3472-ed93-4266-977a-74b1058672f3 2021-08-16 18:40:44.664 38 INFO rally.task.context [-] Verification 7f16aea9-ea7c-4ef2-a60a-ff9fa36159de | Context tempest@default setup() finished in 0.82 sec 2021-08-16 18:40:44.666 38 INFO rally.task.context [-] Verification 7f16aea9-ea7c-4ef2-a60a-ff9fa36159de | Context testr@default setup() finished in 1.44 msec 2021-08-16 18:40:44.667 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/5b7ec7df-8052-4441-86fc-cf87d964e339'. 2021-08-16 18:40:50.399 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_access_rule.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.400 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_access_rule.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.401 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_application_credential.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.401 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_application_credential.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.402 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_application_credential.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.403 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_consumer.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.404 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' 2021-08-16 18:40:50.407 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_credential.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.412 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' 2021-08-16 18:40:50.413 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' 2021-08-16 18:40:50.413 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.414 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' 2021-08-16 18:40:50.414 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.417 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.422 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' 2021-08-16 18:40:50.425 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.426 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' 2021-08-16 18:40:50.430 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.430 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' 2021-08-16 18:40:50.430 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_endpoint_group.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.431 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_endpoint_group.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.431 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' 2021-08-16 18:40:50.438 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' 2021-08-16 18:40:50.439 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' 2021-08-16 18:40:50.439 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_group.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.440 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' 2021-08-16 18:40:50.440 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_identity_provider.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.440 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' 2021-08-16 18:40:50.442 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' 2021-08-16 18:40:50.442 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.443 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' 2021-08-16 18:40:50.443 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' 2021-08-16 18:40:50.458 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_limit.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.458 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_limit.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.459 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' 2021-08-16 18:40:50.459 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_mapping.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.460 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_policy.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.460 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' 2021-08-16 18:40:50.461 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.462 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.462 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.463 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' 2021-08-16 18:40:50.463 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_project.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.468 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' 2021-08-16 18:40:50.470 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' 2021-08-16 18:40:50.471 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.473 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_protocol.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.474 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' 2021-08-16 18:40:50.482 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_region.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.482 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_region.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.483 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' 2021-08-16 18:40:50.483 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_region.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.484 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' 2021-08-16 18:40:50.484 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.487 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.491 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.492 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' 2021-08-16 18:40:50.493 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' 2021-08-16 18:40:50.493 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' 2021-08-16 18:40:50.494 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.495 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_service.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.496 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_service.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.496 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_token.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.497 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_token.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.498 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' 2021-08-16 18:40:50.503 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_trust.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.503 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' 2021-08-16 18:40:50.507 38 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.rbac.v3.test_user.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.507 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' 2021-08-16 18:40:50.515 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' 2021-08-16 18:40:50.578 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' 2021-08-16 18:40:50.579 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' 2021-08-16 18:40:50.580 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' 2021-08-16 18:40:50.581 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' 2021-08-16 18:40:50.582 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' 2021-08-16 18:40:50.586 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_application_credential.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.587 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_consumer.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.589 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_credential.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.593 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_credential.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.594 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_credential.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.595 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' 2021-08-16 18:40:50.595 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_domain.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.596 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_domain.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.596 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_domain.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.597 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' 2021-08-16 18:40:50.598 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.599 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.599 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.600 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.600 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_endpoint_group.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.602 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_endpoint_group.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.604 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' 2021-08-16 18:40:50.607 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_grant.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.607 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' 2021-08-16 18:40:50.608 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_group.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.608 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' 2021-08-16 18:40:50.609 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' 2021-08-16 18:40:50.609 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' 2021-08-16 18:40:50.610 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.611 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' 2021-08-16 18:40:50.613 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' 2021-08-16 18:40:50.613 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' 2021-08-16 18:40:50.615 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' 2021-08-16 18:40:50.616 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_mapping.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.616 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' 2021-08-16 18:40:50.619 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_mapping.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.620 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.621 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.622 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_project.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.626 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_project_endpoint.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.627 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' 2021-08-16 18:40:50.628 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' 2021-08-16 18:40:50.629 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' 2021-08-16 18:40:50.635 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_protocol.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.637 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_protocol.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.639 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' 2021-08-16 18:40:50.641 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' 2021-08-16 18:40:50.642 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.646 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.651 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' 2021-08-16 18:40:50.655 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_role.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.657 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' 2021-08-16 18:40:50.658 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' 2021-08-16 18:40:50.661 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' 2021-08-16 18:40:50.663 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' 2021-08-16 18:40:50.664 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' 2021-08-16 18:40:50.671 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_service.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.675 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' 2021-08-16 18:40:50.677 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' 2021-08-16 18:40:50.679 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' 2021-08-16 18:40:50.680 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_token.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.681 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' 2021-08-16 18:40:50.683 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_trust.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.684 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_trust.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.685 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' 2021-08-16 18:40:50.689 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_trust.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.690 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' 2021-08-16 18:40:50.695 38 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.rbac.v3.test_user.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.787 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_application_credential.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.789 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' 2021-08-16 18:40:50.790 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' 2021-08-16 18:40:50.791 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_consumer.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.791 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_consumer.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.793 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_consumer.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.795 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_credential.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.796 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' 2021-08-16 18:40:50.797 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_credential.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.798 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' 2021-08-16 18:40:50.800 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_domain.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.801 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' 2021-08-16 18:40:50.802 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' 2021-08-16 18:40:50.804 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.805 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_ec2_credential.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.807 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_endpoint.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.808 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' 2021-08-16 18:40:50.809 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' 2021-08-16 18:40:50.810 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' 2021-08-16 18:40:50.811 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' 2021-08-16 18:40:50.812 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' 2021-08-16 18:40:50.813 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' 2021-08-16 18:40:50.815 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_grant.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.825 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_grant.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.826 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' 2021-08-16 18:40:50.828 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_group.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.829 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_group.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.831 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_group.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.832 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' 2021-08-16 18:40:50.835 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_identity_provider.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.836 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' 2021-08-16 18:40:50.837 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.838 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' 2021-08-16 18:40:50.838 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' 2021-08-16 18:40:50.839 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_limit.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.839 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_mapping.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.840 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_mapping.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.840 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_policy.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.841 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' 2021-08-16 18:40:50.841 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' 2021-08-16 18:40:50.842 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.842 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_policy_association.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.843 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' 2021-08-16 18:40:50.843 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_project_endpoint.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.844 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_project_endpoint.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.844 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' 2021-08-16 18:40:50.845 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_protocol.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.845 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' 2021-08-16 18:40:50.846 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_protocol.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.846 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_region.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.847 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' 2021-08-16 18:40:50.847 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_role.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.847 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_role.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.848 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_role.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.848 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' 2021-08-16 18:40:50.849 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.849 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' 2021-08-16 18:40:50.850 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.850 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' 2021-08-16 18:40:50.851 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_service_provider.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.851 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_service_provider.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.852 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_token.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.852 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_token.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.853 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_trust.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.853 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' 2021-08-16 18:40:50.854 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_user.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.854 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' 2021-08-16 18:40:50.854 38 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.rbac.v3.test_user.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:40:50.990 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.661s] 2021-08-16 18:40:51.471 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.481s] 2021-08-16 18:40:52.081 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.609s] 2021-08-16 18:40:52.492 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.412s] 2021-08-16 18:40:52.935 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.441s] 2021-08-16 18:40:53.359 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.423s] 2021-08-16 18:40:53.786 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.425s] 2021-08-16 18:40:55.187 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.398s] 2021-08-16 18:40:55.715 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.530s] 2021-08-16 18:40:56.429 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [0.712s] 2021-08-16 18:40:57.109 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.680s] 2021-08-16 18:40:57.667 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 [0.557s] 2021-08-16 18:40:57.900 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.144s] 2021-08-16 18:40:57.964 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.064s] 2021-08-16 18:40:58.002 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.038s] 2021-08-16 18:40:58.087 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.084s] 2021-08-16 18:40:58.266 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.177s] 2021-08-16 18:40:58.544 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.229s] 2021-08-16 18:40:58.835 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.290s] 2021-08-16 18:40:58.946 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.111s] 2021-08-16 18:40:59.064 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.118s] 2021-08-16 18:40:59.230 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.165s] 2021-08-16 18:40:59.792 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [0.559s] 2021-08-16 18:40:59.975 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.184s] 2021-08-16 18:41:00.361 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.385s] 2021-08-16 18:41:00.770 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.407s] 2021-08-16 18:41:01.102 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.330s] 2021-08-16 18:41:01.298 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.198s] 2021-08-16 18:41:01.438 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.097s] 2021-08-16 18:41:01.566 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.128s] 2021-08-16 18:41:01.623 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.057s] 2021-08-16 18:41:01.739 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.114s] 2021-08-16 18:41:01.781 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.042s] 2021-08-16 18:41:01.969 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.186s] 2021-08-16 18:41:02.262 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.291s] 2021-08-16 18:41:02.392 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.131s] 2021-08-16 18:41:02.581 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.188s] 2021-08-16 18:41:02.922 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.338s] 2021-08-16 18:41:02.924 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_access_rule.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.925 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_access_rule.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.927 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_application_credential.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.929 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' 2021-08-16 18:41:02.931 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_application_credential.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.932 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_application_credential.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.934 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_consumer.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.936 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_credential.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.938 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' 2021-08-16 18:41:02.939 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.940 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.942 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.944 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_domain_config.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.945 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' 2021-08-16 18:41:02.947 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' 2021-08-16 18:41:02.948 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' 2021-08-16 18:41:02.950 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' 2021-08-16 18:41:02.953 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' 2021-08-16 18:41:02.955 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' 2021-08-16 18:41:02.957 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_identity_provider.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.958 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_implied_role.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.960 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' 2021-08-16 18:41:02.962 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' 2021-08-16 18:41:02.965 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_mapping.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.968 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_mapping.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.969 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_mapping.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.971 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_policy.DomainReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.972 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' 2021-08-16 18:41:02.974 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' 2021-08-16 18:41:02.975 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_policy.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.976 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' 2021-08-16 18:41:02.978 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' 2021-08-16 18:41:02.980 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_project.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.981 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_project.SystemAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.983 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' 2021-08-16 18:41:02.984 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_project.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.985 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_project_endpoint.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.986 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_project_endpoint.ProjectReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.989 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' 2021-08-16 18:41:02.990 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' 2021-08-16 18:41:02.992 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.993 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_project_tag.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.994 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_protocol.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.995 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_protocol.SystemMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:02.997 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' 2021-08-16 18:41:02.998 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' 2021-08-16 18:41:03.000 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_registered_limit.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:03.001 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' 2021-08-16 18:41:03.003 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_role_assignment.DomainMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:03.005 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' 2021-08-16 18:41:03.007 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_service.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:03.009 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_service.ProjectMemberTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:03.011 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' 2021-08-16 18:41:03.012 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_service_provider.DomainAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:03.013 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_service_provider.ProjectAdminTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:03.015 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' 2021-08-16 18:41:03.016 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.rbac.v3.test_service_provider.SystemReaderTests ... skip: b'enforce_scope is not enabled for keystone, skipping RBAC tests' 2021-08-16 18:41:03.018 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' 2021-08-16 18:41:03.019 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' 2021-08-16 18:41:03.021 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' 2021-08-16 18:41:03.022 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' 2021-08-16 18:41:03.024 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' 2021-08-16 18:41:03.024 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' 2021-08-16 18:41:03.118 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2021-08-16 18:41:03.119 38 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2021-08-16 18:41:03.519 38 INFO rally.task.context [-] Verification 7f16aea9-ea7c-4ef2-a60a-ff9fa36159de | Context testr@default cleanup() started 2021-08-16 18:41:03.520 38 INFO rally.task.context [-] Verification 7f16aea9-ea7c-4ef2-a60a-ff9fa36159de | Context testr@default cleanup() finished in 0.76 msec 2021-08-16 18:41:03.520 38 INFO rally.task.context [-] Verification 7f16aea9-ea7c-4ef2-a60a-ff9fa36159de | Context tempest@default cleanup() started 2021-08-16 18:41:03.647 38 INFO rally.task.context [-] Verification 7f16aea9-ea7c-4ef2-a60a-ff9fa36159de | Context tempest@default cleanup() finished in 0.13 sec 2021-08-16 18:41:04.191 38 INFO rally.api [-] Verification (UUID=7f0c624a-d3f3-4a39-a5b7-63fe9da00070) has been successfully finished for deployment 'opnfv-rally' (UUID=d7ee654a-92ec-4ac5-b689-f02ae67543c4)! 2021-08-16 18:41:05.971 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:41:05.971 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:41:05.972 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:41:08.572 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:41:08.573 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:41:08.573 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:41:11.519 56 INFO rally.api [-] Building 'html' report for the following verification(s): '7f0c624a-d3f3-4a39-a5b7-63fe9da00070' 2021-08-16 18:41:11.569 56 INFO rally.api [-] The report has been successfully built. 2021-08-16 18:41:13.329 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:41:13.329 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:41:13.330 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:41:16.271 58 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '7f0c624a-d3f3-4a39-a5b7-63fe9da00070' 2021-08-16 18:41:16.358 58 INFO rally.api [-] The report has been successfully built.