2021-01-30 22:53:34.885 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:53:34.886 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:53:34.886 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:53:37.745 23 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-01-30 22:53:37.745 23 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-01-30 22:53:37.745 23 ERROR rally.cli.cliutils 2021-01-30 22:53:39.929 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:53:39.929 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:53:39.935 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:53:45.364 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:53:45.365 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:53:45.365 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:53:52.112 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:53:52.113 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:53:52.113 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:53:54.008 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:53:54.009 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:53:54.009 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:53:56.812 33 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-01-30 22:53:56.812 33 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-01-30 22:53:56.812 33 ERROR rally.cli.cliutils 2021-01-30 22:53:58.806 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:53:58.806 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:53:58.806 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:54:01.601 35 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-01-30 22:54:01.654 35 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-002677e7-647b-4349-8f11-ed3f3beae325/repo. 2021-01-30 22:54:01.958 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-002677e7-647b-4349-8f11-ed3f3beae325/repo'... done. Note: switching to '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9'. 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-01-30 22:54:02.003 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g04839aad0 ' 2021-01-30 22:54:02.013 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9 ' 2021-01-30 22:54:02.036 35 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-01-30 22:54:02.128 35 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-01-30 22:54:03.097 35 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=002677e7-647b-4349-8f11-ed3f3beae325) has been successfully created! 2021-01-30 22:54:05.142 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:54:05.143 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:54:05.143 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:54:11.500 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:54:11.501 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:54:11.501 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:54:14.169 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=002677e7-647b-4349-8f11-ed3f3beae325) for deployment 'opnfv-rally' (UUID=2b4d423c-7548-470b-bce6-8c08e6cca78a). 2021-01-30 22:54:14.981 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=002677e7-647b-4349-8f11-ed3f3beae325) has been successfully configured for deployment 'opnfv-rally' (UUID=2b4d423c-7548-470b-bce6-8c08e6cca78a)! 2021-01-30 22:54:24.818 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:54:24.819 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:54:24.819 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:54:27.594 51 INFO rally.api [-] Starting verification (UUID=ac59edac-2c93-4d8f-9449-20d7e1984242) for deployment 'opnfv-rally' (UUID=2b4d423c-7548-470b-bce6-8c08e6cca78a) by verifier 'opnfv-tempest' (UUID=002677e7-647b-4349-8f11-ed3f3beae325). 2021-01-30 22:54:28.610 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-01-30 22:54:28.689 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-01-30 22:54:28.690 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-002677e7-647b-4349-8f11-ed3f3beae325/for-deployment-2b4d423c-7548-470b-bce6-8c08e6cca78a/tempest.log' to option 'log_file'. 2021-01-30 22:54:28.690 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-002677e7-647b-4349-8f11-ed3f3beae325/for-deployment-2b4d423c-7548-470b-bce6-8c08e6cca78a/tempest.log 2021-01-30 22:54:28.690 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-01-30 22:54:28.691 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-002677e7-647b-4349-8f11-ed3f3beae325/for-deployment-2b4d423c-7548-470b-bce6-8c08e6cca78a/lock_files' to option 'lock_path'. 2021-01-30 22:54:28.691 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-002677e7-647b-4349-8f11-ed3f3beae325/for-deployment-2b4d423c-7548-470b-bce6-8c08e6cca78a/lock_files 2021-01-30 22:54:28.692 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-01-30 22:54:28.692 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-01-30 22:54:28.692 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b1cf6195-568e-46ab-b4be-c91577bbe23b 2021-01-30 22:54:28.693 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = a7e43632-b732-4b1c-933f-1d5aaa66ac44 2021-01-30 22:54:28.693 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f84e5c91-42ea-4539-aa5a-e80ce5a2d61b 2021-01-30 22:54:28.694 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = adf32306-34f8-45b9-9bd0-06f2b8c2c17b 2021-01-30 22:54:28.934 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-01-30 22:54:28.934 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_013e9730-59c2-4bc1-80c4-f07b533b9b72 2021-01-30 22:54:28.935 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-01-30 22:54:29.056 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-01-30 22:54:29.093 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-01-30 22:54:29.093 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_ac59edac_ORVOe5qU' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-01-30 22:54:29.137 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_ac59edac_ORVOe5qU' (ID = 4529c68d-1d1d-4019-86f2-16fc7939a204) has been successfully created! 2021-01-30 22:54:29.138 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4529c68d-1d1d-4019-86f2-16fc7939a204' to option 'instance_type'. 2021-01-30 22:54:29.138 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4529c68d-1d1d-4019-86f2-16fc7939a204 2021-01-30 22:54:29.140 51 INFO rally.task.context [-] Verification 002677e7-647b-4349-8f11-ed3f3beae325 | Context tempest@default setup() finished in 1.03 sec 2021-01-30 22:54:29.141 51 INFO rally.task.context [-] Verification 002677e7-647b-4349-8f11-ed3f3beae325 | Context testr@default setup() finished in 0.48 msec 2021-01-30 22:54:29.141 51 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/e6ba621d-0d2c-4863-aa6b-4b42735171e5'. 2021-01-30 22:54:41.733 51 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.582s] 2021-01-30 22:54:41.865 51 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.133s] 2021-01-30 22:54:41.918 51 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.755s] 2021-01-30 22:54:41.944 51 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.849s] 2021-01-30 22:54:41.988 51 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.123s] 2021-01-30 22:54:42.066 51 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.149s] 2021-01-30 22:54:42.116 51 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.126s] 2021-01-30 22:54:42.205 51 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.139s] 2021-01-30 22:54:42.274 51 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.156s] 2021-01-30 22:54:42.388 51 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.182s] 2021-01-30 22:54:42.410 51 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [1.256s] 2021-01-30 22:54:42.500 51 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.226s] 2021-01-30 22:54:42.661 51 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.713s] 2021-01-30 22:54:42.919 51 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.527s] 2021-01-30 22:54:42.922 51 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.258s] 2021-01-30 22:54:43.033 51 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.622s] 2021-01-30 22:54:43.096 51 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.594s] 2021-01-30 22:54:43.246 51 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.322s] 2021-01-30 22:54:43.427 51 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.327s] 2021-01-30 22:54:43.595 51 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.347s] 2021-01-30 22:54:43.687 51 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.256s] 2021-01-30 22:54:43.935 51 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.896s] 2021-01-30 22:54:44.499 51 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.567s] 2021-01-30 22:54:44.892 51 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [1.197s] 2021-01-30 22:54:44.916 51 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.316s] 2021-01-30 22:54:45.050 51 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.547s] 2021-01-30 22:54:45.321 51 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_scoped_token ... skip [0.001s]: b'Federated Identity feature not enabled' 2021-01-30 22:54:45.324 51 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_unscoped_token ... skip [0.001s]: b'Federated Identity feature not enabled' 2021-01-30 22:54:45.453 51 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.533s] 2021-01-30 22:54:45.588 51 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.538s] 2021-01-30 22:54:46.207 51 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.617s] 2021-01-30 22:54:46.282 51 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.823s] 2021-01-30 22:54:47.120 51 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.838s] 2021-01-30 22:54:47.844 51 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.721s] 2021-01-30 22:54:48.124 51 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.916s] 2021-01-30 22:54:48.219 51 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.377s] 2021-01-30 22:54:48.933 51 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.808s] 2021-01-30 22:54:50.112 51 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.176s] 2021-01-30 22:54:51.085 51 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.968s] 2021-01-30 22:54:52.018 51 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.928s] 2021-01-30 22:54:52.475 51 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_scoped_token ... skip [0.001s]: b'Federated Identity feature not enabled' 2021-01-30 22:54:52.476 51 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2021-01-30 22:54:52.869 51 INFO rally.task.context [-] Verification 002677e7-647b-4349-8f11-ed3f3beae325 | Context testr@default cleanup() started 2021-01-30 22:54:52.869 51 INFO rally.task.context [-] Verification 002677e7-647b-4349-8f11-ed3f3beae325 | Context testr@default cleanup() finished in 0.83 msec 2021-01-30 22:54:52.870 51 INFO rally.task.context [-] Verification 002677e7-647b-4349-8f11-ed3f3beae325 | Context tempest@default cleanup() started 2021-01-30 22:54:53.297 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-01-30 22:54:53.394 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-01-30 22:54:53.434 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_ac59edac_ORVOe5qU'. 2021-01-30 22:54:53.710 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_ac59edac_ORVOe5qU' has been deleted. 2021-01-30 22:54:53.711 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '4529c68d-1d1d-4019-86f2-16fc7939a204' of option 'instance_type' from Tempest config file. 2021-01-30 22:54:53.713 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '4529c68d-1d1d-4019-86f2-16fc7939a204' has been removed. 2021-01-30 22:54:53.716 51 INFO rally.task.context [-] Verification 002677e7-647b-4349-8f11-ed3f3beae325 | Context tempest@default cleanup() finished in 0.85 sec 2021-01-30 22:54:53.741 51 INFO rally.api [-] Verification (UUID=ac59edac-2c93-4d8f-9449-20d7e1984242) has been successfully finished for deployment 'opnfv-rally' (UUID=2b4d423c-7548-470b-bce6-8c08e6cca78a)! 2021-01-30 22:54:55.903 66 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:54:55.904 66 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:54:55.904 66 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:54:57.771 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:54:57.771 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:54:57.771 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:55:00.492 68 INFO rally.api [-] Building 'html' report for the following verification(s): 'ac59edac-2c93-4d8f-9449-20d7e1984242' 2021-01-30 22:55:00.510 68 INFO rally.api [-] The report has been successfully built. 2021-01-30 22:55:02.556 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:55:02.556 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:55:02.556 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:55:05.389 70 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ac59edac-2c93-4d8f-9449-20d7e1984242' 2021-01-30 22:55:05.392 70 INFO rally.api [-] The report has been successfully built.