2020-06-24 14:14:22.235 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:14:22.235 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:14:22.235 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:14:24.310 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-06-24 14:14:24.310 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-24 14:14:24.310 7 ERROR rally.cli.cliutils 2020-06-24 14:14:25.833 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:14:25.833 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:14:25.833 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:14:29.901 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:14:29.902 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:14:29.902 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:14:34.413 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:14:34.414 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:14:34.414 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:14:35.970 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:14:35.970 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:14:35.970 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:14:37.987 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-06-24 14:14:37.987 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-24 14:14:37.987 17 ERROR rally.cli.cliutils 2020-06-24 14:14:39.546 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:14:39.546 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:14:39.546 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:14:41.658 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-24 14:14:41.727 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-89137227-e73e-40ea-880c-df16d4bbc6c0/repo. 2020-06-24 14:14:41.919 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-89137227-e73e-40ea-880c-df16d4bbc6c0/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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 ' 2020-06-24 14:14:41.934 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-24 14:14:41.943 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-24 14:14:41.962 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-24 14:14:42.004 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-24 14:14:42.694 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=89137227-e73e-40ea-880c-df16d4bbc6c0) has been successfully created! 2020-06-24 14:14:44.248 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:14:44.249 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:14:44.249 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:14:53.210 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:14:53.210 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:14:53.210 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:14:55.336 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=89137227-e73e-40ea-880c-df16d4bbc6c0) for deployment 'opnfv-rally' (UUID=fcc376a3-fc73-445c-a02d-c83e619fa9cf). 2020-06-24 14:14:55.723 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=89137227-e73e-40ea-880c-df16d4bbc6c0) has been successfully configured for deployment 'opnfv-rally' (UUID=fcc376a3-fc73-445c-a02d-c83e619fa9cf)! 2020-06-24 14:15:06.136 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:15:06.137 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:15:06.137 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:15:08.168 35 INFO rally.api [-] Starting verification (UUID=733977cc-61a2-4be7-89c0-b0f21dc8e12c) for deployment 'opnfv-rally' (UUID=fcc376a3-fc73-445c-a02d-c83e619fa9cf) by verifier 'opnfv-tempest' (UUID=89137227-e73e-40ea-880c-df16d4bbc6c0). 2020-06-24 14:15:08.759 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-24 14:15:08.759 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-89137227-e73e-40ea-880c-df16d4bbc6c0/for-deployment-fcc376a3-fc73-445c-a02d-c83e619fa9cf/tempest.log' to option 'log_file'. 2020-06-24 14:15:08.759 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-89137227-e73e-40ea-880c-df16d4bbc6c0/for-deployment-fcc376a3-fc73-445c-a02d-c83e619fa9cf/tempest.log 2020-06-24 14:15:08.760 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-24 14:15:08.760 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-89137227-e73e-40ea-880c-df16d4bbc6c0/for-deployment-fcc376a3-fc73-445c-a02d-c83e619fa9cf/lock_files' to option 'lock_path'. 2020-06-24 14:15:08.760 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-89137227-e73e-40ea-880c-df16d4bbc6c0/for-deployment-fcc376a3-fc73-445c-a02d-c83e619fa9cf/lock_files 2020-06-24 14:15:08.761 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-24 14:15:08.761 35 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-06-24 14:15:08.761 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f4c6b676-0666-45f7-b288-254cab598d6d 2020-06-24 14:15:08.762 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 5614d005-76fa-40dc-97c1-e3bddfd0257c 2020-06-24 14:15:08.762 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 888cf353-0e23-49f4-bbe1-0df31d52b416 2020-06-24 14:15:08.763 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 0625fcfd-655f-4a03-b635-2fc9ffaa0c71 2020-06-24 14:15:08.989 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-24 14:15:08.990 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat_cntt-net_189bc4af-482b-4fd6-a0f8-172ea5237f4c 2020-06-24 14:15:08.990 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-24 14:15:09.068 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-24 14:15:09.112 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-24 14:15:09.113 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_733977cc_VLzCx4zq' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-24 14:15:09.158 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_733977cc_VLzCx4zq' (ID = bc3ac3cd-24c4-4316-a016-c4c38448f800) has been successfully created! 2020-06-24 14:15:09.159 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'bc3ac3cd-24c4-4316-a016-c4c38448f800' to option 'instance_type'. 2020-06-24 14:15:09.159 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = bc3ac3cd-24c4-4316-a016-c4c38448f800 2020-06-24 14:15:09.161 35 INFO rally.task.context [-] Verification 89137227-e73e-40ea-880c-df16d4bbc6c0 | Context tempest@default setup() finished in 0.83 sec 2020-06-24 14:15:09.162 35 INFO rally.task.context [-] Verification 89137227-e73e-40ea-880c-df16d4bbc6c0 | Context testr@default setup() finished in 0.44 msec 2020-06-24 14:15:09.162 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/c55a95db-f9c7-46b2-9bba-30af4c700cc2'. 2020-06-24 14:15:14.603 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.425s] 2020-06-24 14:15:14.829 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.226s] 2020-06-24 14:15:15.046 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.217s] 2020-06-24 14:15:15.649 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.545s] 2020-06-24 14:15:15.943 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [0.293s] 2020-06-24 14:15:16.111 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.167s] 2020-06-24 14:15:16.311 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.200s] 2020-06-24 14:15:16.785 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.419s] 2020-06-24 14:15:17.411 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [0.625s] 2020-06-24 14:15:17.614 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.203s] 2020-06-24 14:15:17.780 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.166s] 2020-06-24 14:15:17.944 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.163s] 2020-06-24 14:15:18.058 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.113s] 2020-06-24 14:15:18.287 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.228s] 2020-06-24 14:15:18.402 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.115s] 2020-06-24 14:15:18.599 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.196s] 2020-06-24 14:15:18.752 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.098s] 2020-06-24 14:15:19.170 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.417s] 2020-06-24 14:15:19.492 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.322s] 2020-06-24 14:15:19.587 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.095s] 2020-06-24 14:15:19.732 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.144s] 2020-06-24 14:15:20.131 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.399s] 2020-06-24 14:15:20.409 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [0.278s] 2020-06-24 14:15:20.568 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.159s] 2020-06-24 14:15:20.707 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.139s] 2020-06-24 14:15:23.168 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [2.461s] 2020-06-24 14:15:23.292 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.124s] 2020-06-24 14:15:25.640 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [2.348s] 2020-06-24 14:15:25.800 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.160s] 2020-06-24 14:15:25.972 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.171s] 2020-06-24 14:15:26.175 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.203s] 2020-06-24 14:15:26.390 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.159s] 2020-06-24 14:15:26.548 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.158s] 2020-06-24 14:15:26.625 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.077s] 2020-06-24 14:15:26.866 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.147s] 2020-06-24 14:15:27.101 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.235s] 2020-06-24 14:15:27.272 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.170s] 2020-06-24 14:15:27.510 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.237s] 2020-06-24 14:15:27.745 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.235s] 2020-06-24 14:15:27.909 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.164s] 2020-06-24 14:15:28.134 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.225s] 2020-06-24 14:15:28.372 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.238s] 2020-06-24 14:15:28.495 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.122s] 2020-06-24 14:15:28.604 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.109s] 2020-06-24 14:15:46.817 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [18.212s] 2020-06-24 14:16:04.194 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [17.375s] 2020-06-24 14:16:17.710 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.516s] 2020-06-24 14:16:31.216 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.505s] 2020-06-24 14:16:44.886 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.671s] 2020-06-24 14:16:58.431 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.544s] 2020-06-24 14:17:16.071 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [17.639s] 2020-06-24 14:17:29.553 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.481s] 2020-06-24 14:17:59.505 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [29.952s] 2020-06-24 14:18:25.353 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [25.847s] 2020-06-24 14:18:47.075 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [21.721s] 2020-06-24 14:19:17.001 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [29.924s] 2020-06-24 14:19:42.732 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [25.731s] 2020-06-24 14:20:04.416 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.684s] 2020-06-24 14:20:30.047 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [25.630s] 2020-06-24 14:20:39.071 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.024s] 2020-06-24 14:20:52.338 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.266s] 2020-06-24 14:21:05.590 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.251s] 2020-06-24 14:21:19.418 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.826s] 2020-06-24 14:21:33.029 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.611s] 2020-06-24 14:21:51.147 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.117s] 2020-06-24 14:22:04.675 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.527s] 2020-06-24 14:22:22.318 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.643s] 2020-06-24 14:22:39.945 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.627s] 2020-06-24 14:23:05.619 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.673s] 2020-06-24 14:23:31.942 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [26.323s] 2020-06-24 14:24:18.581 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [46.638s] 2020-06-24 14:24:50.047 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [31.465s] 2020-06-24 14:25:17.228 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [27.180s] 2020-06-24 14:25:48.266 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [31.037s] 2020-06-24 14:26:32.412 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [44.146s] 2020-06-24 14:26:59.674 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.261s] 2020-06-24 14:27:26.712 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [27.038s] 2020-06-24 14:27:57.780 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [31.068s] 2020-06-24 14:28:23.934 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [26.154s] 2020-06-24 14:28:24.082 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.147s] 2020-06-24 14:28:24.246 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.164s] 2020-06-24 14:28:24.419 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.172s] 2020-06-24 14:28:24.585 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.166s] 2020-06-24 14:28:30.113 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [5.527s] 2020-06-24 14:28:35.734 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [5.621s] 2020-06-24 14:29:45.956 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [70.221s] 2020-06-24 14:31:09.205 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [83.249s] 2020-06-24 14:31:18.697 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.492s] 2020-06-24 14:31:31.894 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.196s] 2020-06-24 14:31:40.937 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.042s] 2020-06-24 14:31:54.065 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.128s] 2020-06-24 14:32:03.116 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.050s] 2020-06-24 14:32:20.558 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.442s] 2020-06-24 14:32:20.813 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.254s] 2020-06-24 14:32:20.953 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.140s] 2020-06-24 14:32:21.093 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.139s] 2020-06-24 14:32:21.232 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.138s] 2020-06-24 14:32:21.394 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.162s] 2020-06-24 14:32:21.537 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.142s] 2020-06-24 14:32:21.676 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.138s] 2020-06-24 14:32:21.818 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.142s] 2020-06-24 14:32:21.958 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.139s] 2020-06-24 14:32:30.797 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.838s] 2020-06-24 14:32:31.565 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.767s] 2020-06-24 14:32:31.702 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.137s] 2020-06-24 14:32:40.630 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.927s] 2020-06-24 14:32:40.906 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.276s] 2020-06-24 14:32:41.057 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.151s] 2020-06-24 14:32:41.214 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.156s] 2020-06-24 14:33:23.900 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [42.685s] 2020-06-24 14:34:04.577 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [40.670s] 2020-06-24 14:35:00.996 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [56.416s] 2020-06-24 14:35:01.266 35 INFO rally.task.context [-] Verification 89137227-e73e-40ea-880c-df16d4bbc6c0 | Context testr@default cleanup() started 2020-06-24 14:35:01.267 35 INFO rally.task.context [-] Verification 89137227-e73e-40ea-880c-df16d4bbc6c0 | Context testr@default cleanup() finished in 0.77 msec 2020-06-24 14:35:01.267 35 INFO rally.task.context [-] Verification 89137227-e73e-40ea-880c-df16d4bbc6c0 | Context tempest@default cleanup() started 2020-06-24 14:35:01.509 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_733977cc_VLzCx4zq'. 2020-06-24 14:35:01.662 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_733977cc_VLzCx4zq' has been deleted. 2020-06-24 14:35:01.663 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'bc3ac3cd-24c4-4316-a016-c4c38448f800' of option 'instance_type' from Tempest config file. 2020-06-24 14:35:01.663 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'bc3ac3cd-24c4-4316-a016-c4c38448f800' has been removed. 2020-06-24 14:35:01.668 35 INFO rally.task.context [-] Verification 89137227-e73e-40ea-880c-df16d4bbc6c0 | Context tempest@default cleanup() finished in 0.40 sec 2020-06-24 14:35:01.696 35 INFO rally.api [-] Verification (UUID=733977cc-61a2-4be7-89c0-b0f21dc8e12c) has been successfully finished for deployment 'opnfv-rally' (UUID=fcc376a3-fc73-445c-a02d-c83e619fa9cf)! 2020-06-24 14:35:03.882 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:35:03.883 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:35:03.883 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:35:05.472 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:35:05.472 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:35:05.472 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:35:07.960 45 INFO rally.api [-] Building 'html' report for the following verification(s): '733977cc-61a2-4be7-89c0-b0f21dc8e12c' 2020-06-24 14:35:07.984 45 INFO rally.api [-] The report has been successfully built. 2020-06-24 14:35:09.647 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:35:09.648 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:35:09.648 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:35:11.843 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '733977cc-61a2-4be7-89c0-b0f21dc8e12c' 2020-06-24 14:35:11.850 47 INFO rally.api [-] The report has been successfully built.