2020-07-02 16:00:35.435 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:00:35.435 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:00:35.436 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-02 16:00:37.672 6 ERROR rally.cli.cliutils 2020-07-02 16:00:39.329 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:00:39.329 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:00:39.329 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:00:43.453 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:00:43.453 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:00:43.453 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:00:47.959 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:00:47.960 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:00:47.960 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:00:49.324 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:00:49.325 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:00:49.325 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils force=force) 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-02 16:00:51.370 15 ERROR rally.cli.cliutils 2020-07-02 16:00:52.963 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:00:52.964 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:00:52.964 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:00:54.983 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-02 16:00:55.062 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ca2023b3-6c96-4420-a923-9f7a4b117221/repo. 2020-07-02 16:00:55.323 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ca2023b3-6c96-4420-a923-9f7a4b117221/repo'... done. Note: checking out '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-07-02 16:00:55.337 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g23a45ae7f ' 2020-07-02 16:00:55.345 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90 ' 2020-07-02 16:00:55.365 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-02 16:00:55.423 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-02 16:00:56.093 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ca2023b3-6c96-4420-a923-9f7a4b117221) has been successfully created! 2020-07-02 16:00:57.730 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:00:57.730 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:00:57.731 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:01:02.102 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:01:02.102 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:01:02.102 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:01:04.300 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ca2023b3-6c96-4420-a923-9f7a4b117221) for deployment 'opnfv-rally' (UUID=4a210ecc-9feb-4935-bc29-096d3a458693). 2020-07-02 16:01:04.708 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ca2023b3-6c96-4420-a923-9f7a4b117221) has been successfully configured for deployment 'opnfv-rally' (UUID=4a210ecc-9feb-4935-bc29-096d3a458693)! 2020-07-02 16:01:12.131 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:01:12.131 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:01:12.131 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:01:14.342 32 INFO rally.api [-] Starting verification (UUID=51a69db2-f346-4e23-82aa-53d5b945e7b5) for deployment 'opnfv-rally' (UUID=4a210ecc-9feb-4935-bc29-096d3a458693) by verifier 'opnfv-tempest' (UUID=ca2023b3-6c96-4420-a923-9f7a4b117221). 2020-07-02 16:01:15.130 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-02 16:01:15.131 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ca2023b3-6c96-4420-a923-9f7a4b117221/for-deployment-4a210ecc-9feb-4935-bc29-096d3a458693/tempest.log' to option 'log_file'. 2020-07-02 16:01:15.131 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ca2023b3-6c96-4420-a923-9f7a4b117221/for-deployment-4a210ecc-9feb-4935-bc29-096d3a458693/tempest.log 2020-07-02 16:01:15.131 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-02 16:01:15.132 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ca2023b3-6c96-4420-a923-9f7a4b117221/for-deployment-4a210ecc-9feb-4935-bc29-096d3a458693/lock_files' to option 'lock_path'. 2020-07-02 16:01:15.132 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ca2023b3-6c96-4420-a923-9f7a4b117221/for-deployment-4a210ecc-9feb-4935-bc29-096d3a458693/lock_files 2020-07-02 16:01:15.132 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-02 16:01:15.133 32 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 2020-07-02 16:01:15.133 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = d2042860-ed66-48ac-9cbe-0403f0a207b7 2020-07-02 16:01:15.133 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c4118642-4747-456a-a5e9-b642671c346e 2020-07-02 16:01:15.134 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b65c5198-1bb0-4221-95bc-d6adf11cf16c 2020-07-02 16:01:15.135 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = cd8808e4-f3d7-4bcd-9181-6a269ffe1167 2020-07-02 16:01:15.544 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-02 16:01:15.544 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_5e3306fc-b7f4-4bee-9233-79b4a3e0381e 2020-07-02 16:01:15.545 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-02 16:01:15.637 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-02 16:01:15.676 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_93b78175_WVLplEvY'. Using flavor 'rally_verify_93b78175_WVLplEvY' (ID = 52355526-fcd1-489d-966e-961bb1262849) for the tests. 2020-07-02 16:01:15.676 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '52355526-fcd1-489d-966e-961bb1262849' to option 'instance_type'. 2020-07-02 16:01:15.677 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 52355526-fcd1-489d-966e-961bb1262849 2020-07-02 16:01:15.678 32 INFO rally.task.context [-] Verification ca2023b3-6c96-4420-a923-9f7a4b117221 | Context tempest@default setup() finished in 1.10 sec 2020-07-02 16:01:15.678 32 INFO rally.task.context [-] Verification ca2023b3-6c96-4420-a923-9f7a4b117221 | Context testr@default setup() finished in 0.28 msec 2020-07-02 16:01:15.679 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/d5b899a9-1ab0-40c3-a4c0-685da36639cb'. 2020-07-02 16:01:20.896 32 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.500s] 2020-07-02 16:01:21.115 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.755s] 2020-07-02 16:01:21.261 32 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.367s] 2020-07-02 16:01:21.332 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [1.007s] 2020-07-02 16:01:21.430 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.314s] 2020-07-02 16:01:21.505 32 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.244s] 2020-07-02 16:01:21.541 32 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.112s] 2020-07-02 16:01:22.118 32 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.612s] 2020-07-02 16:01:22.357 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [1.986s] 2020-07-02 16:01:22.420 32 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.302s] 2020-07-02 16:01:22.448 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.906s] 2020-07-02 16:01:22.791 32 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.370s] 2020-07-02 16:01:22.848 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [1.515s] 2020-07-02 16:01:23.224 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [0.867s] 2020-07-02 16:01:23.342 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.494s] 2020-07-02 16:01:23.449 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.999s] 2020-07-02 16:01:23.650 32 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.857s] 2020-07-02 16:01:23.675 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.333s] 2020-07-02 16:01:23.951 32 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.301s] 2020-07-02 16:01:24.219 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.542s] 2020-07-02 16:01:24.324 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [1.099s] 2020-07-02 16:01:24.531 32 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.578s] 2020-07-02 16:01:25.174 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.851s] 2020-07-02 16:01:25.906 32 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [1.375s] 2020-07-02 16:01:25.946 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.771s] 2020-07-02 16:01:26.433 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [2.214s] 2020-07-02 16:01:26.533 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.586s] 2020-07-02 16:01:26.862 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.428s] 2020-07-02 16:01:27.077 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.543s] 2020-07-02 16:01:27.746 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.883s] 2020-07-02 16:01:28.652 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.905s] 2020-07-02 16:01:28.924 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.844s] 2020-07-02 16:01:29.301 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.649s] 2020-07-02 16:01:29.546 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.623s] 2020-07-02 16:01:29.630 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.330s] 2020-07-02 16:01:29.731 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2EcpFederatedAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-07-02 16:01:29.732 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2EcpFederatedAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-07-02 16:01:30.543 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [0.994s] 2020-07-02 16:01:31.475 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.933s] 2020-07-02 16:01:32.441 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [0.965s] 2020-07-02 16:01:32.742 32 INFO rally.task.context [-] Verification ca2023b3-6c96-4420-a923-9f7a4b117221 | Context testr@default cleanup() started 2020-07-02 16:01:32.742 32 INFO rally.task.context [-] Verification ca2023b3-6c96-4420-a923-9f7a4b117221 | Context testr@default cleanup() finished in 0.72 msec 2020-07-02 16:01:32.743 32 INFO rally.task.context [-] Verification ca2023b3-6c96-4420-a923-9f7a4b117221 | Context tempest@default cleanup() started 2020-07-02 16:01:32.922 32 INFO rally.task.context [-] Verification ca2023b3-6c96-4420-a923-9f7a4b117221 | Context tempest@default cleanup() finished in 0.18 sec 2020-07-02 16:01:32.948 32 INFO rally.api [-] Verification (UUID=51a69db2-f346-4e23-82aa-53d5b945e7b5) has been successfully finished for deployment 'opnfv-rally' (UUID=4a210ecc-9feb-4935-bc29-096d3a458693)! 2020-07-02 16:01:34.682 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:01:34.682 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:01:34.682 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:01:36.248 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:01:36.248 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:01:36.249 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:01:38.407 44 INFO rally.api [-] Building 'html' report for the following verification(s): '51a69db2-f346-4e23-82aa-53d5b945e7b5' 2020-07-02 16:01:38.434 44 INFO rally.api [-] The report has been successfully built. 2020-07-02 16:01:40.068 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:01:40.069 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:01:40.069 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:01:42.224 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '51a69db2-f346-4e23-82aa-53d5b945e7b5' 2020-07-02 16:01:42.231 46 INFO rally.api [-] The report has been successfully built.