2020-07-10 11:20:08.639 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:20:08.640 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:20:08.640 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:20:10.994 7 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-10 11:20:10.994 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 11:20:10.994 7 ERROR rally.cli.cliutils 2020-07-10 11:20:12.739 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:20:12.739 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:20:12.739 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:20:17.345 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:20:17.345 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:20:17.345 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:20:22.460 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:20:22.460 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:20:22.461 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:20:24.022 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:20:24.022 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:20:24.022 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:20:26.461 17 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-10 11:20:26.461 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 11:20:26.461 17 ERROR rally.cli.cliutils 2020-07-10 11:20:28.150 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:20:28.150 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:20:28.150 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:20:30.732 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-10 11:20:30.803 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-eafd3e47-059a-439b-905a-58eca2506e1c/repo. 2020-07-10 11:20:31.017 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-eafd3e47-059a-439b-905a-58eca2506e1c/repo'... done. ' 2020-07-10 11:20:31.032 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-07-10 11:20:31.055 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-10 11:20:31.144 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-10 11:20:31.925 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=eafd3e47-059a-439b-905a-58eca2506e1c) has been successfully created! 2020-07-10 11:20:33.770 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:20:33.770 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:20:33.770 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:20:38.977 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:20:38.978 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:20:38.978 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:20:41.616 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=eafd3e47-059a-439b-905a-58eca2506e1c) for deployment 'opnfv-rally' (UUID=f74c41eb-3edf-41df-a2d2-506ffd7a4a36). 2020-07-10 11:20:42.141 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=eafd3e47-059a-439b-905a-58eca2506e1c) has been successfully configured for deployment 'opnfv-rally' (UUID=f74c41eb-3edf-41df-a2d2-506ffd7a4a36)! 2020-07-10 11:20:50.417 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:20:50.417 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:20:50.417 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:20:52.945 34 INFO rally.api [-] Starting verification (UUID=c0947110-1f0a-4798-9920-c4be11ebd82e) for deployment 'opnfv-rally' (UUID=f74c41eb-3edf-41df-a2d2-506ffd7a4a36) by verifier 'opnfv-tempest' (UUID=eafd3e47-059a-439b-905a-58eca2506e1c). 2020-07-10 11:20:53.646 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-10 11:20:53.646 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-eafd3e47-059a-439b-905a-58eca2506e1c/for-deployment-f74c41eb-3edf-41df-a2d2-506ffd7a4a36/tempest.log' to option 'log_file'. 2020-07-10 11:20:53.646 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-eafd3e47-059a-439b-905a-58eca2506e1c/for-deployment-f74c41eb-3edf-41df-a2d2-506ffd7a4a36/tempest.log 2020-07-10 11:20:53.647 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-10 11:20:53.647 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-eafd3e47-059a-439b-905a-58eca2506e1c/for-deployment-f74c41eb-3edf-41df-a2d2-506ffd7a4a36/lock_files' to option 'lock_path'. 2020-07-10 11:20:53.647 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-eafd3e47-059a-439b-905a-58eca2506e1c/for-deployment-f74c41eb-3edf-41df-a2d2-506ffd7a4a36/lock_files 2020-07-10 11:20:53.647 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-10 11:20:53.647 34 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-10 11:20:53.647 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 1f881f8f-5302-4d28-95b4-a8db84161a4a 2020-07-10 11:20:53.647 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d4dc0738-cc47-4f1d-8d6d-6bd8e0a78aed 2020-07-10 11:20:53.648 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 472d87a3-3f76-4ab8-a186-1f61f24bee01 2020-07-10 11:20:53.648 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c2d4459d-3831-4bc3-8bbe-d85ccb3404dd 2020-07-10 11:20:53.892 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-10 11:20:53.893 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_035c4148-1826-43f2-8e3d-474f315669f8 2020-07-10 11:20:53.893 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-10 11:20:53.969 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-10 11:20:54.004 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_51734168_2wBo9vVh'. Using flavor 'rally_verify_51734168_2wBo9vVh' (ID = 7824cca8-fb10-4b2e-8b9f-a5dacd7c815c) for the tests. 2020-07-10 11:20:54.005 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7824cca8-fb10-4b2e-8b9f-a5dacd7c815c' to option 'instance_type'. 2020-07-10 11:20:54.005 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7824cca8-fb10-4b2e-8b9f-a5dacd7c815c 2020-07-10 11:20:54.006 34 INFO rally.task.context [-] Verification eafd3e47-059a-439b-905a-58eca2506e1c | Context tempest@default setup() finished in 0.80 sec 2020-07-10 11:20:54.007 34 INFO rally.task.context [-] Verification eafd3e47-059a-439b-905a-58eca2506e1c | Context testr@default setup() finished in 0.37 msec 2020-07-10 11:20:54.007 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/eab10fc3-c5c6-442f-8b9a-83d0bc7ea7e7'. 2020-07-10 11:20:58.888 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-07-10 11:20:58.890 34 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-07-10 11:20:59.091 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.203s] 2020-07-10 11:20:59.166 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.319s] 2020-07-10 11:20:59.193 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.103s] 2020-07-10 11:20:59.254 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.088s] 2020-07-10 11:20:59.299 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.105s] 2020-07-10 11:20:59.315 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.061s] 2020-07-10 11:20:59.479 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.179s] 2020-07-10 11:20:59.541 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.062s] 2020-07-10 11:20:59.618 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.829s] 2020-07-10 11:20:59.688 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.372s] 2020-07-10 11:20:59.798 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.256s] 2020-07-10 11:21:00.151 34 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.462s] 2020-07-10 11:21:00.198 34 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.581s] 2020-07-10 11:21:00.244 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.444s] 2020-07-10 11:21:00.259 34 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' 2020-07-10 11:21:00.260 34 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' 2020-07-10 11:21:00.502 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.258s] 2020-07-10 11:21:00.714 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.211s] 2020-07-10 11:21:00.962 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.762s] 2020-07-10 11:21:01.397 34 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.681s] 2020-07-10 11:21:01.490 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.528s] 2020-07-10 11:21:02.040 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.549s] 2020-07-10 11:21:02.598 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.558s] 2020-07-10 11:21:03.221 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.622s] 2020-07-10 11:21:05.002 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.779s] 2020-07-10 11:21:05.828 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.826s] 2020-07-10 11:21:07.033 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.202s] 2020-07-10 11:21:07.904 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.870s] 2020-07-10 11:21:08.738 34 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.834s] 2020-07-10 11:21:09.305 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.455s] 2020-07-10 11:21:09.770 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.464s] 2020-07-10 11:21:09.987 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.218s] 2020-07-10 11:21:10.206 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.219s] 2020-07-10 11:21:10.565 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.357s] 2020-07-10 11:21:11.459 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [0.892s] 2020-07-10 11:21:11.740 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.281s] 2020-07-10 11:21:12.218 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.477s] 2020-07-10 11:21:12.719 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.500s] 2020-07-10 11:21:13.209 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.489s] 2020-07-10 11:21:13.434 34 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.227s] 2020-07-10 11:21:13.709 34 INFO rally.task.context [-] Verification eafd3e47-059a-439b-905a-58eca2506e1c | Context testr@default cleanup() started 2020-07-10 11:21:13.710 34 INFO rally.task.context [-] Verification eafd3e47-059a-439b-905a-58eca2506e1c | Context testr@default cleanup() finished in 0.82 msec 2020-07-10 11:21:13.710 34 INFO rally.task.context [-] Verification eafd3e47-059a-439b-905a-58eca2506e1c | Context tempest@default cleanup() started 2020-07-10 11:21:13.832 34 INFO rally.task.context [-] Verification eafd3e47-059a-439b-905a-58eca2506e1c | Context tempest@default cleanup() finished in 0.12 sec 2020-07-10 11:21:13.859 34 INFO rally.api [-] Verification (UUID=c0947110-1f0a-4798-9920-c4be11ebd82e) has been successfully finished for deployment 'opnfv-rally' (UUID=f74c41eb-3edf-41df-a2d2-506ffd7a4a36)! 2020-07-10 11:21:15.732 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:21:15.732 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:21:15.732 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:21:17.438 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:21:17.438 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:21:17.438 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:21:19.978 51 INFO rally.api [-] Building 'html' report for the following verification(s): 'c0947110-1f0a-4798-9920-c4be11ebd82e' 2020-07-10 11:21:20.001 51 INFO rally.api [-] The report has been successfully built. 2020-07-10 11:21:21.746 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:21:21.746 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:21:21.746 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:21:24.255 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c0947110-1f0a-4798-9920-c4be11ebd82e' 2020-07-10 11:21:24.258 53 INFO rally.api [-] The report has been successfully built.