2020-07-14 23:12:31.746 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:12:31.746 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:12:31.746 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:12:34.045 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-14 23:12:34.045 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-14 23:12:34.045 6 ERROR rally.cli.cliutils 2020-07-14 23:12:35.709 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:12:35.709 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:12:35.709 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:12:39.862 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:12:39.863 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:12:39.863 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:12:44.431 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:12:44.431 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:12:44.432 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:12:45.950 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:12:45.950 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:12:45.950 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:12:47.991 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-14 23:12:47.991 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils force=force) 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-14 23:12:47.991 15 ERROR rally.cli.cliutils 2020-07-14 23:12:49.664 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:12:49.665 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:12:49.665 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:12:51.785 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-14 23:12:51.857 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b365862d-11f4-4846-ae03-dbead90f74e0/repo. 2020-07-14 23:12:52.158 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b365862d-11f4-4846-ae03-dbead90f74e0/repo'... done. Note: checking out '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7'. 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-14 23:12:52.172 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g6d4861c87 ' 2020-07-14 23:12:52.181 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7 ' 2020-07-14 23:12:52.199 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-14 23:12:52.283 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-14 23:12:52.965 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b365862d-11f4-4846-ae03-dbead90f74e0) has been successfully created! 2020-07-14 23:12:54.577 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:12:54.577 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:12:54.578 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:12:59.149 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:12:59.150 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:12:59.150 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:13:01.334 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b365862d-11f4-4846-ae03-dbead90f74e0) for deployment 'opnfv-rally' (UUID=edd19b10-86af-42fb-81f6-e8eb2c4d2060). 2020-07-14 23:13:01.800 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b365862d-11f4-4846-ae03-dbead90f74e0) has been successfully configured for deployment 'opnfv-rally' (UUID=edd19b10-86af-42fb-81f6-e8eb2c4d2060)! 2020-07-14 23:13:09.686 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:13:09.686 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:13:09.686 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:13:11.891 32 INFO rally.api [-] Starting verification (UUID=e29abb79-84d6-4b25-92ec-ec96567e1ba7) for deployment 'opnfv-rally' (UUID=edd19b10-86af-42fb-81f6-e8eb2c4d2060) by verifier 'opnfv-tempest' (UUID=b365862d-11f4-4846-ae03-dbead90f74e0). 2020-07-14 23:13:12.811 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-14 23:13:12.811 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b365862d-11f4-4846-ae03-dbead90f74e0/for-deployment-edd19b10-86af-42fb-81f6-e8eb2c4d2060/tempest.log' to option 'log_file'. 2020-07-14 23:13:12.811 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b365862d-11f4-4846-ae03-dbead90f74e0/for-deployment-edd19b10-86af-42fb-81f6-e8eb2c4d2060/tempest.log 2020-07-14 23:13:12.812 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-14 23:13:12.812 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b365862d-11f4-4846-ae03-dbead90f74e0/for-deployment-edd19b10-86af-42fb-81f6-e8eb2c4d2060/lock_files' to option 'lock_path'. 2020-07-14 23:13:12.812 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b365862d-11f4-4846-ae03-dbead90f74e0/for-deployment-edd19b10-86af-42fb-81f6-e8eb2c4d2060/lock_files 2020-07-14 23:13:12.813 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-14 23:13:12.813 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-14 23:13:12.813 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4d896b4d-0bc1-4755-885b-121b27451b24 2020-07-14 23:13:12.813 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 4e7452c5-232c-42c4-a283-3684ac9bc8bc 2020-07-14 23:13:12.814 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 63eece7a-9399-4f13-ab87-0e48c8aededa 2020-07-14 23:13:12.815 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = d6a1672a-083a-4c9b-8805-2021557eddc2 2020-07-14 23:13:13.183 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-14 23:13:13.184 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_a18448d3-e7b1-45e2-961b-d319dc539828 2020-07-14 23:13:13.185 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-14 23:13:13.261 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-14 23:13:13.301 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-14 23:13:13.302 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_e29abb79_21j4eSlO' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-14 23:13:13.342 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e29abb79_21j4eSlO' (ID = f4699afc-24d6-453b-aa3a-9fafd9512d4b) has been successfully created! 2020-07-14 23:13:13.343 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'f4699afc-24d6-453b-aa3a-9fafd9512d4b' to option 'instance_type'. 2020-07-14 23:13:13.343 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = f4699afc-24d6-453b-aa3a-9fafd9512d4b 2020-07-14 23:13:13.345 32 INFO rally.task.context [-] Verification b365862d-11f4-4846-ae03-dbead90f74e0 | Context tempest@default setup() finished in 1.12 sec 2020-07-14 23:13:13.346 32 INFO rally.task.context [-] Verification b365862d-11f4-4846-ae03-dbead90f74e0 | Context testr@default setup() finished in 0.45 msec 2020-07-14 23:13:13.347 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/3909a947-7521-467e-8481-ec1868d17107'. 2020-07-14 23:13:18.171 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.245s] 2020-07-14 23:13:18.316 32 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.226s] 2020-07-14 23:13:18.352 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.187s] 2020-07-14 23:13:18.510 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.157s] 2020-07-14 23:13:18.588 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.272s] 2020-07-14 23:13:18.781 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.192s] 2020-07-14 23:13:18.792 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.281s] 2020-07-14 23:13:19.040 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.745s] 2020-07-14 23:13:19.169 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [1.056s] 2020-07-14 23:13:19.249 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.467s] 2020-07-14 23:13:19.415 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.165s] 2020-07-14 23:13:19.792 32 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.377s] 2020-07-14 23:13:19.996 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [0.826s] 2020-07-14 23:13:20.151 32 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [1.358s] 2020-07-14 23:13:20.321 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [1.279s] 2020-07-14 23:13:20.631 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.311s] 2020-07-14 23:13:20.805 32 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [1.011s] 2020-07-14 23:13:20.891 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.259s] 2020-07-14 23:13:21.300 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [1.303s] 2020-07-14 23:13:21.382 32 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.577s] 2020-07-14 23:13:21.724 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.834s] 2020-07-14 23:13:21.987 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.604s] 2020-07-14 23:13:22.174 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.874s] 2020-07-14 23:13:23.178 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [1.003s] 2020-07-14 23:13:23.505 32 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [1.516s] 2020-07-14 23:13:23.809 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.631s] 2020-07-14 23:13:23.833 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [2.104s] 2020-07-14 23:13:24.278 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.446s] 2020-07-14 23:13:24.414 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.604s] 2020-07-14 23:13:25.386 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [1.107s] 2020-07-14 23:13:26.065 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.648s] 2020-07-14 23:13:26.263 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.876s] 2020-07-14 23:13:26.555 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.491s] 2020-07-14 23:13:26.897 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.634s] 2020-07-14 23:13:27.258 32 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.361s] 2020-07-14 23:13:27.581 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.025s] 2020-07-14 23:13:28.678 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.095s] 2020-07-14 23:13:30.126 32 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [1.447s] 2020-07-14 23:13:30.284 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-14 23:13:30.285 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-14 23:13:30.569 32 INFO rally.task.context [-] Verification b365862d-11f4-4846-ae03-dbead90f74e0 | Context testr@default cleanup() started 2020-07-14 23:13:30.569 32 INFO rally.task.context [-] Verification b365862d-11f4-4846-ae03-dbead90f74e0 | Context testr@default cleanup() finished in 0.78 msec 2020-07-14 23:13:30.570 32 INFO rally.task.context [-] Verification b365862d-11f4-4846-ae03-dbead90f74e0 | Context tempest@default cleanup() started 2020-07-14 23:13:30.899 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_e29abb79_21j4eSlO'. 2020-07-14 23:13:31.162 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e29abb79_21j4eSlO' has been deleted. 2020-07-14 23:13:31.162 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'f4699afc-24d6-453b-aa3a-9fafd9512d4b' of option 'instance_type' from Tempest config file. 2020-07-14 23:13:31.163 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'f4699afc-24d6-453b-aa3a-9fafd9512d4b' has been removed. 2020-07-14 23:13:31.167 32 INFO rally.task.context [-] Verification b365862d-11f4-4846-ae03-dbead90f74e0 | Context tempest@default cleanup() finished in 0.60 sec 2020-07-14 23:13:31.190 32 INFO rally.api [-] Verification (UUID=e29abb79-84d6-4b25-92ec-ec96567e1ba7) has been successfully finished for deployment 'opnfv-rally' (UUID=edd19b10-86af-42fb-81f6-e8eb2c4d2060)! 2020-07-14 23:13:32.654 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:13:32.655 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:13:32.655 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:13:34.080 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:13:34.081 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:13:34.081 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:13:36.321 44 INFO rally.api [-] Building 'html' report for the following verification(s): 'e29abb79-84d6-4b25-92ec-ec96567e1ba7' 2020-07-14 23:13:36.347 44 INFO rally.api [-] The report has been successfully built. 2020-07-14 23:13:38.073 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:13:38.074 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:13:38.074 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:13:39.992 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e29abb79-84d6-4b25-92ec-ec96567e1ba7' 2020-07-14 23:13:39.995 46 INFO rally.api [-] The report has been successfully built.