2020-07-04 09:37:33.014 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:37:33.015 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:37:33.015 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:37:35.498 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-04 09:37:35.498 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-04 09:37:35.498 7 ERROR rally.cli.cliutils 2020-07-04 09:37:37.348 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:37:37.348 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:37:37.348 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:37:41.690 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:37:41.690 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:37:41.691 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:37:46.015 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:37:46.015 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:37:46.015 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:37:47.537 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:37:47.537 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:37:47.538 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:37:50.011 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-04 09:37:50.011 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-04 09:37:50.011 17 ERROR rally.cli.cliutils 2020-07-04 09:37:51.765 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:37:51.766 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:37:51.766 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:37:54.036 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-04 09:37:54.105 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f4788704-9d19-468d-9a7c-631372429315/repo. 2020-07-04 09:37:54.351 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f4788704-9d19-468d-9a7c-631372429315/repo'... done. Note: switching to '537bf665f54089bb155b56d8ea1e34ba364dbb74'. 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-07-04 09:37:54.366 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g537bf665f ' 2020-07-04 09:37:54.374 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '537bf665f54089bb155b56d8ea1e34ba364dbb74 ' 2020-07-04 09:37:54.394 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-04 09:37:54.442 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-04 09:37:55.182 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f4788704-9d19-468d-9a7c-631372429315) has been successfully created! 2020-07-04 09:37:56.951 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:37:56.952 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:37:56.952 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:38:06.199 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:38:06.200 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:38:06.200 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:38:08.271 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f4788704-9d19-468d-9a7c-631372429315) for deployment 'opnfv-rally' (UUID=4136a4fc-5607-4f67-8414-48a3018d3ea5). 2020-07-04 09:38:08.742 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f4788704-9d19-468d-9a7c-631372429315) has been successfully configured for deployment 'opnfv-rally' (UUID=4136a4fc-5607-4f67-8414-48a3018d3ea5)! 2020-07-04 09:38:20.793 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:38:20.793 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:38:20.794 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:38:23.186 35 INFO rally.api [-] Starting verification (UUID=d2b78e8a-20a1-4a1d-82b7-0e5429c5fe5c) for deployment 'opnfv-rally' (UUID=4136a4fc-5607-4f67-8414-48a3018d3ea5) by verifier 'opnfv-tempest' (UUID=f4788704-9d19-468d-9a7c-631372429315). 2020-07-04 09:38:23.904 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-04 09:38:23.904 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f4788704-9d19-468d-9a7c-631372429315/for-deployment-4136a4fc-5607-4f67-8414-48a3018d3ea5/tempest.log' to option 'log_file'. 2020-07-04 09:38:23.905 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f4788704-9d19-468d-9a7c-631372429315/for-deployment-4136a4fc-5607-4f67-8414-48a3018d3ea5/tempest.log 2020-07-04 09:38:23.905 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-04 09:38:23.905 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f4788704-9d19-468d-9a7c-631372429315/for-deployment-4136a4fc-5607-4f67-8414-48a3018d3ea5/lock_files' to option 'lock_path'. 2020-07-04 09:38:23.906 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f4788704-9d19-468d-9a7c-631372429315/for-deployment-4136a4fc-5607-4f67-8414-48a3018d3ea5/lock_files 2020-07-04 09:38:23.906 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-04 09:38:23.906 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-07-04 09:38:23.907 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 7264abd5-20ab-46d6-bdcd-d3155643d9b2 2020-07-04 09:38:23.907 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 5425e5d7-2c9b-43f7-8f92-fe45b207ed1f 2020-07-04 09:38:23.908 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 6fae7b0b-0abf-4bf9-bcf8-0316dd435d79 2020-07-04 09:38:23.908 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = d5207604-5d8c-4148-8914-e31661b87f6c 2020-07-04 09:38:24.135 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-04 09:38:24.135 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_faa28257-885f-4598-8c52-dfe828fa1575 2020-07-04 09:38:24.136 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-04 09:38:24.232 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-04 09:38:24.272 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-04 09:38:24.273 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_d2b78e8a_iqypuL5e' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-04 09:38:24.306 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d2b78e8a_iqypuL5e' (ID = 8f728dbd-bc57-4e4f-8b6c-28a7476719f0) has been successfully created! 2020-07-04 09:38:24.307 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8f728dbd-bc57-4e4f-8b6c-28a7476719f0' to option 'instance_type'. 2020-07-04 09:38:24.307 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8f728dbd-bc57-4e4f-8b6c-28a7476719f0 2020-07-04 09:38:24.309 35 INFO rally.task.context [-] Verification f4788704-9d19-468d-9a7c-631372429315 | Context tempest@default setup() finished in 0.88 sec 2020-07-04 09:38:24.310 35 INFO rally.task.context [-] Verification f4788704-9d19-468d-9a7c-631372429315 | Context testr@default setup() finished in 0.46 msec 2020-07-04 09:38:24.310 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/7afab653-de07-44d4-abc8-1dbe72100ce5'. 2020-07-04 09:38:30.513 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.381s] 2020-07-04 09:38:30.664 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.151s] 2020-07-04 09:38:30.797 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.133s] 2020-07-04 09:38:31.365 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.523s] 2020-07-04 09:38:33.609 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.245s] 2020-07-04 09:38:33.850 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.241s] 2020-07-04 09:38:33.945 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.094s] 2020-07-04 09:38:34.512 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.470s] 2020-07-04 09:38:36.739 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.226s] 2020-07-04 09:38:36.925 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.186s] 2020-07-04 09:38:37.034 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.109s] 2020-07-04 09:38:37.145 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.111s] 2020-07-04 09:38:37.222 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.077s] 2020-07-04 09:38:37.400 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.177s] 2020-07-04 09:38:37.448 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.047s] 2020-07-04 09:38:37.535 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.087s] 2020-07-04 09:38:37.859 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.241s] 2020-07-04 09:38:38.328 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.469s] 2020-07-04 09:38:40.527 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.198s] 2020-07-04 09:38:40.559 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.032s] 2020-07-04 09:38:40.622 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.062s] 2020-07-04 09:38:41.028 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.407s] 2020-07-04 09:38:43.259 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.230s] 2020-07-04 09:38:43.300 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.041s] 2020-07-04 09:38:43.368 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.067s] 2020-07-04 09:38:47.715 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.347s] 2020-07-04 09:38:47.791 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.076s] 2020-07-04 09:38:52.147 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.355s] 2020-07-04 09:38:52.245 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.097s] 2020-07-04 09:38:52.355 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.110s] 2020-07-04 09:38:52.453 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.097s] 2020-07-04 09:38:52.764 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.210s] 2020-07-04 09:38:52.855 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.091s] 2020-07-04 09:38:52.882 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.027s] 2020-07-04 09:38:53.119 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.186s] 2020-07-04 09:38:53.290 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.171s] 2020-07-04 09:38:53.395 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.104s] 2020-07-04 09:38:53.579 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.184s] 2020-07-04 09:38:53.752 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.172s] 2020-07-04 09:38:53.858 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.107s] 2020-07-04 09:38:54.026 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.167s] 2020-07-04 09:38:54.191 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.165s] 2020-07-04 09:38:54.240 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.049s] 2020-07-04 09:38:54.286 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.045s] 2020-07-04 09:39:07.620 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [13.334s] 2020-07-04 09:39:29.153 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [21.531s] 2020-07-04 09:39:42.936 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.783s] 2020-07-04 09:39:56.522 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.585s] 2020-07-04 09:40:10.083 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.561s] 2020-07-04 09:40:27.770 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [17.686s] 2020-07-04 09:40:41.390 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.620s] 2020-07-04 09:40:54.929 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.538s] 2020-07-04 09:41:21.178 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [26.249s] 2020-07-04 09:41:46.950 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [25.772s] 2020-07-04 09:42:12.722 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [25.771s] 2020-07-04 09:42:38.628 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [25.905s] 2020-07-04 09:43:00.545 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [21.916s] 2020-07-04 09:43:22.141 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.595s] 2020-07-04 09:43:47.806 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [25.664s] 2020-07-04 09:43:56.916 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.110s] 2020-07-04 09:44:10.180 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.263s] 2020-07-04 09:44:23.388 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.208s] 2020-07-04 09:44:32.795 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.406s] 2020-07-04 09:44:46.318 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.522s] 2020-07-04 09:45:04.294 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [17.976s] 2020-07-04 09:45:17.805 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.510s] 2020-07-04 09:45:35.460 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.655s] 2020-07-04 09:45:53.129 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.668s] 2020-07-04 09:46:18.441 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.312s] 2020-07-04 09:46:40.730 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 [22.289s] 2020-07-04 09:47:19.247 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [38.516s] 2020-07-04 09:47:50.560 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [31.313s] 2020-07-04 09:48:21.772 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [31.211s] 2020-07-04 09:48:48.893 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [27.120s] 2020-07-04 09:49:24.951 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [36.058s] 2020-07-04 09:49:56.233 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [31.282s] 2020-07-04 09:50:23.153 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [26.919s] 2020-07-04 09:50:50.213 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [27.059s] 2020-07-04 09:51:20.035 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [29.822s] 2020-07-04 09:51:20.307 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.271s] 2020-07-04 09:51:20.477 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.170s] 2020-07-04 09:51:20.652 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.175s] 2020-07-04 09:51:20.840 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.187s] 2020-07-04 09:51:26.076 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [5.235s] 2020-07-04 09:51:35.253 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.176s] 2020-07-04 09:52:41.195 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [65.941s] 2020-07-04 09:54:04.522 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [83.326s] 2020-07-04 09:54:14.182 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.659s] 2020-07-04 09:54:27.390 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.208s] 2020-07-04 09:54:36.438 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.047s] 2020-07-04 09:54:49.643 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.205s] 2020-07-04 09:54:58.616 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [8.972s] 2020-07-04 09:55:16.000 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.384s] 2020-07-04 09:55:16.238 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.238s] 2020-07-04 09:55:16.382 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.143s] 2020-07-04 09:55:16.520 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.137s] 2020-07-04 09:55:16.668 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.148s] 2020-07-04 09:55:16.822 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.153s] 2020-07-04 09:55:16.973 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.151s] 2020-07-04 09:55:17.109 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.135s] 2020-07-04 09:55:17.238 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.129s] 2020-07-04 09:55:17.470 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.231s] 2020-07-04 09:55:26.323 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.852s] 2020-07-04 09:55:26.857 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.534s] 2020-07-04 09:55:27.105 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.247s] 2020-07-04 09:55:36.009 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.904s] 2020-07-04 09:55:36.344 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.334s] 2020-07-04 09:55:36.505 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.160s] 2020-07-04 09:55:36.653 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.148s] 2020-07-04 09:56:31.484 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [54.830s] 2020-07-04 09:57:08.022 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [36.532s] 2020-07-04 09:58:05.898 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [57.872s] 2020-07-04 09:58:06.191 35 INFO rally.task.context [-] Verification f4788704-9d19-468d-9a7c-631372429315 | Context testr@default cleanup() started 2020-07-04 09:58:06.192 35 INFO rally.task.context [-] Verification f4788704-9d19-468d-9a7c-631372429315 | Context testr@default cleanup() finished in 0.77 msec 2020-07-04 09:58:06.193 35 INFO rally.task.context [-] Verification f4788704-9d19-468d-9a7c-631372429315 | Context tempest@default cleanup() started 2020-07-04 09:58:06.398 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_d2b78e8a_iqypuL5e'. 2020-07-04 09:58:06.483 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d2b78e8a_iqypuL5e' has been deleted. 2020-07-04 09:58:06.484 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '8f728dbd-bc57-4e4f-8b6c-28a7476719f0' of option 'instance_type' from Tempest config file. 2020-07-04 09:58:06.484 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '8f728dbd-bc57-4e4f-8b6c-28a7476719f0' has been removed. 2020-07-04 09:58:06.489 35 INFO rally.task.context [-] Verification f4788704-9d19-468d-9a7c-631372429315 | Context tempest@default cleanup() finished in 0.30 sec 2020-07-04 09:58:06.517 35 INFO rally.api [-] Verification (UUID=d2b78e8a-20a1-4a1d-82b7-0e5429c5fe5c) has been successfully finished for deployment 'opnfv-rally' (UUID=4136a4fc-5607-4f67-8414-48a3018d3ea5)! 2020-07-04 09:58:08.154 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:58:08.154 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:58:08.155 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:58:09.745 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:58:09.745 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:58:09.745 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:58:11.794 45 INFO rally.api [-] Building 'html' report for the following verification(s): 'd2b78e8a-20a1-4a1d-82b7-0e5429c5fe5c' 2020-07-04 09:58:11.814 45 INFO rally.api [-] The report has been successfully built. 2020-07-04 09:58:13.315 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:58:13.315 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:58:13.315 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:58:15.446 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd2b78e8a-20a1-4a1d-82b7-0e5429c5fe5c' 2020-07-04 09:58:15.453 47 INFO rally.api [-] The report has been successfully built.