2020-12-09 11:32:14.957 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:32:14.957 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:32:14.958 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:32:17.233 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-12-09 11:32:17.233 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-09 11:32:17.233 7 ERROR rally.cli.cliutils 2020-12-09 11:32:18.794 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:32:18.794 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:32:18.794 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:32:23.103 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:32:23.104 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:32:23.104 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:32:27.675 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:32:27.675 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:32:27.675 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:32:29.160 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:32:29.160 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:32:29.161 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:32:31.192 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-12-09 11:32:31.192 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-09 11:32:31.192 17 ERROR rally.cli.cliutils 2020-12-09 11:32:32.756 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:32:32.757 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:32:32.757 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:32:34.767 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-09 11:32:34.835 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-51d12ece-387e-435d-969b-4ec63e315743/repo. 2020-12-09 11:32:35.118 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-51d12ece-387e-435d-969b-4ec63e315743/repo'... done. Note: switching to '2270e0af6e343c2b409baa24be092bcc0f31c091'. 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-12-09 11:32:35.132 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g2270e0af6 ' 2020-12-09 11:32:35.141 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '2270e0af6e343c2b409baa24be092bcc0f31c091 ' 2020-12-09 11:32:35.164 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-09 11:32:35.224 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-09 11:32:35.974 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=51d12ece-387e-435d-969b-4ec63e315743) has been successfully created! 2020-12-09 11:32:37.795 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:32:37.796 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:32:37.796 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:32:47.500 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:32:47.501 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:32:47.501 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:32:49.678 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=51d12ece-387e-435d-969b-4ec63e315743) for deployment 'opnfv-rally' (UUID=1ef5369c-ec96-4537-92e7-ac8632e9785f). 2020-12-09 11:32:50.198 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=51d12ece-387e-435d-969b-4ec63e315743) has been successfully configured for deployment 'opnfv-rally' (UUID=1ef5369c-ec96-4537-92e7-ac8632e9785f)! 2020-12-09 11:32:59.817 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:32:59.818 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:32:59.818 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:33:02.177 35 INFO rally.api [-] Starting verification (UUID=dca234ef-5642-4147-9453-7aa46f48e04c) for deployment 'opnfv-rally' (UUID=1ef5369c-ec96-4537-92e7-ac8632e9785f) by verifier 'opnfv-tempest' (UUID=51d12ece-387e-435d-969b-4ec63e315743). 2020-12-09 11:33:03.014 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-09 11:33:03.014 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-51d12ece-387e-435d-969b-4ec63e315743/for-deployment-1ef5369c-ec96-4537-92e7-ac8632e9785f/tempest.log' to option 'log_file'. 2020-12-09 11:33:03.014 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-51d12ece-387e-435d-969b-4ec63e315743/for-deployment-1ef5369c-ec96-4537-92e7-ac8632e9785f/tempest.log 2020-12-09 11:33:03.015 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-09 11:33:03.015 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-51d12ece-387e-435d-969b-4ec63e315743/for-deployment-1ef5369c-ec96-4537-92e7-ac8632e9785f/lock_files' to option 'lock_path'. 2020-12-09 11:33:03.015 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-51d12ece-387e-435d-969b-4ec63e315743/for-deployment-1ef5369c-ec96-4537-92e7-ac8632e9785f/lock_files 2020-12-09 11:33:03.015 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-09 11:33:03.016 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-12-09 11:33:03.016 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a3836c55-945e-4df8-a43b-8ffd0f47588d 2020-12-09 11:33:03.016 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ef5929a9-15d2-41a5-89c3-b842b5a2f87b 2020-12-09 11:33:03.016 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 1418959a-3b60-42e5-be2f-4673b95b90d3 2020-12-09 11:33:03.017 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = d921112e-36cf-4128-b7f9-044e35d59688 2020-12-09 11:33:03.380 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-09 11:33:03.380 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_c14788bc-e7a7-4a7d-8ed7-da05c5d30744 2020-12-09 11:33:03.381 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-09 11:33:03.480 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-09 11:33:03.524 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_9ac2d004_o8iXMMXY'. Using flavor 'rally_verify_9ac2d004_o8iXMMXY' (ID = 16b5f00d-0892-493b-abb7-0fefa9a144a2) for the tests. 2020-12-09 11:33:03.525 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '16b5f00d-0892-493b-abb7-0fefa9a144a2' to option 'instance_type'. 2020-12-09 11:33:03.525 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 16b5f00d-0892-493b-abb7-0fefa9a144a2 2020-12-09 11:33:03.527 35 INFO rally.task.context [-] Verification 51d12ece-387e-435d-969b-4ec63e315743 | Context tempest@default setup() finished in 1.06 sec 2020-12-09 11:33:03.528 35 INFO rally.task.context [-] Verification 51d12ece-387e-435d-969b-4ec63e315743 | Context testr@default setup() finished in 0.57 msec 2020-12-09 11:33:03.528 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/839a742e-9eef-49d7-bf27-2261049f1960'. 2020-12-09 11:33:09.326 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.328s] 2020-12-09 11:33:09.507 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.180s] 2020-12-09 11:33:09.625 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.118s] 2020-12-09 11:33:10.218 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.545s] 2020-12-09 11:33:12.490 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.272s] 2020-12-09 11:33:12.606 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.115s] 2020-12-09 11:33:12.703 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.097s] 2020-12-09 11:33:13.421 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.614s] 2020-12-09 11:33:15.659 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.237s] 2020-12-09 11:33:15.976 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.316s] 2020-12-09 11:33:16.089 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.113s] 2020-12-09 11:33:16.216 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.127s] 2020-12-09 11:33:16.284 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.067s] 2020-12-09 11:33:16.464 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.180s] 2020-12-09 11:33:16.507 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.043s] 2020-12-09 11:33:16.597 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.089s] 2020-12-09 11:33:16.878 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.151s] 2020-12-09 11:33:17.299 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.420s] 2020-12-09 11:33:19.517 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.218s] 2020-12-09 11:33:19.553 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.036s] 2020-12-09 11:33:19.604 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.051s] 2020-12-09 11:33:20.026 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.421s] 2020-12-09 11:33:22.261 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.235s] 2020-12-09 11:33:22.297 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.036s] 2020-12-09 11:33:22.364 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.066s] 2020-12-09 11:33:26.732 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.368s] 2020-12-09 11:33:26.802 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.070s] 2020-12-09 11:33:31.184 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.381s] 2020-12-09 11:33:31.286 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.102s] 2020-12-09 11:33:31.398 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.112s] 2020-12-09 11:33:31.496 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.098s] 2020-12-09 11:33:31.857 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.268s] 2020-12-09 11:33:31.949 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.093s] 2020-12-09 11:33:31.974 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.025s] 2020-12-09 11:33:32.393 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.329s] 2020-12-09 11:33:32.529 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.135s] 2020-12-09 11:33:32.613 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.084s] 2020-12-09 11:33:32.767 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.154s] 2020-12-09 11:33:32.905 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.137s] 2020-12-09 11:33:33.014 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.108s] 2020-12-09 11:33:33.188 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.174s] 2020-12-09 11:33:33.363 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.174s] 2020-12-09 11:33:33.415 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.052s] 2020-12-09 11:33:33.459 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.043s] 2020-12-09 11:33:50.920 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [17.460s] 2020-12-09 11:34:12.516 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [21.595s] 2020-12-09 11:34:26.225 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.709s] 2020-12-09 11:34:39.913 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.687s] 2020-12-09 11:34:53.633 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.720s] 2020-12-09 11:35:07.173 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.540s] 2020-12-09 11:35:20.787 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.613s] 2020-12-09 11:35:34.396 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.608s] 2020-12-09 11:35:56.389 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [21.993s] 2020-12-09 11:36:18.181 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [21.791s] 2020-12-09 11:36:40.018 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.836s] 2020-12-09 11:37:01.736 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [21.718s] 2020-12-09 11:37:23.796 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [22.060s] 2020-12-09 11:37:45.351 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.553s] 2020-12-09 11:38:02.671 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.319s] 2020-12-09 11:38:02.680 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.007s]: b'Test disabled in conf, skipping' 2020-12-09 11:38:11.883 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.203s] 2020-12-09 11:38:25.112 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.228s] 2020-12-09 11:38:38.325 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.212s] 2020-12-09 11:38:47.801 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.476s] 2020-12-09 11:39:01.466 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.664s] 2020-12-09 11:39:19.500 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.034s] 2020-12-09 11:39:33.101 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.600s] 2020-12-09 11:39:50.780 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.679s] 2020-12-09 11:40:08.470 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.689s] 2020-12-09 11:40:08.653 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.181s]: b'LBaasv2 extension not available, skipping' 2020-12-09 11:40:08.787 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.133s]: b'LBaasv2 extension not available, skipping' 2020-12-09 11:40:38.197 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [29.410s] 2020-12-09 11:41:06.297 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 [28.099s] 2020-12-09 11:41:44.908 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [38.611s] 2020-12-09 11:42:12.026 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [27.117s] 2020-12-09 11:42:43.280 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.254s] 2020-12-09 11:43:10.324 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [27.043s] 2020-12-09 11:43:59.140 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [48.816s] 2020-12-09 11:44:31.680 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [32.539s] 2020-12-09 11:45:03.036 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [31.356s] 2020-12-09 11:45:34.830 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [31.792s] 2020-12-09 11:46:04.496 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [29.665s] 2020-12-09 11:46:04.769 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.272s] 2020-12-09 11:46:04.939 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.169s] 2020-12-09 11:46:05.139 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.200s] 2020-12-09 11:46:05.336 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.196s] 2020-12-09 11:46:14.807 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [9.471s] 2020-12-09 11:46:24.482 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [9.674s] 2020-12-09 11:46:24.701 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.217s] 2020-12-09 11:46:24.702 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_with_cloud_credential ... skip [0.000s]: b'multi_cloud - Feature not enabled.' 2020-12-09 11:46:24.890 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.189s] 2020-12-09 11:46:38.949 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [14.058s] 2020-12-09 11:46:52.821 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.872s] 2020-12-09 11:47:01.869 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.046s] 2020-12-09 11:47:10.877 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.008s] 2020-12-09 11:48:16.937 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [66.059s] 2020-12-09 11:49:40.375 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [83.437s] 2020-12-09 11:49:50.034 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.659s] 2020-12-09 11:50:03.424 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.389s] 2020-12-09 11:50:12.663 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.239s] 2020-12-09 11:50:25.849 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.185s] 2020-12-09 11:50:34.878 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.028s] 2020-12-09 11:50:52.346 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.468s] 2020-12-09 11:50:52.588 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.240s] 2020-12-09 11:50:52.729 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.142s] 2020-12-09 11:50:52.867 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.137s] 2020-12-09 11:50:53.012 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.144s] 2020-12-09 11:50:53.147 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.135s] 2020-12-09 11:50:53.296 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.148s] 2020-12-09 11:50:53.441 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.145s] 2020-12-09 11:50:53.795 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.353s] 2020-12-09 11:50:53.947 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.152s] 2020-12-09 11:51:02.824 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.875s] 2020-12-09 11:51:03.322 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.498s] 2020-12-09 11:51:03.470 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.147s] 2020-12-09 11:51:12.573 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [9.102s] 2020-12-09 11:51:12.877 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.304s] 2020-12-09 11:51:13.017 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.139s] 2020-12-09 11:51:13.160 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.142s] 2020-12-09 11:51:13.165 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.005s]: b'Test disabled in conf, skipping' 2020-12-09 11:51:13.835 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.669s]: b'LBaas v1 extension not available, skipping' 2020-12-09 11:51:14.407 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.571s]: b'LBaasv2 extension not available, skipping' 2020-12-09 11:51:57.520 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [43.113s] 2020-12-09 11:52:15.387 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [17.863s] 2020-12-09 11:52:15.392 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.007s]: b'Test disabled in conf, skipping' 2020-12-09 11:52:56.669 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [41.272s] 2020-12-09 11:54:04.060 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [67.388s] 2020-12-09 11:54:04.066 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.007s]: b'Test disabled in conf, skipping' 2020-12-09 11:54:04.070 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.004s]: b'Test disabled in conf, skipping' 2020-12-09 11:54:04.395 35 INFO rally.task.context [-] Verification 51d12ece-387e-435d-969b-4ec63e315743 | Context testr@default cleanup() started 2020-12-09 11:54:04.396 35 INFO rally.task.context [-] Verification 51d12ece-387e-435d-969b-4ec63e315743 | Context testr@default cleanup() finished in 0.73 msec 2020-12-09 11:54:04.396 35 INFO rally.task.context [-] Verification 51d12ece-387e-435d-969b-4ec63e315743 | Context tempest@default cleanup() started 2020-12-09 11:54:04.615 35 INFO rally.task.context [-] Verification 51d12ece-387e-435d-969b-4ec63e315743 | Context tempest@default cleanup() finished in 0.22 sec 2020-12-09 11:54:04.649 35 INFO rally.api [-] Verification (UUID=dca234ef-5642-4147-9453-7aa46f48e04c) has been successfully finished for deployment 'opnfv-rally' (UUID=1ef5369c-ec96-4537-92e7-ac8632e9785f)! 2020-12-09 11:54:06.507 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:54:06.508 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:54:06.508 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:54:08.413 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:54:08.414 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:54:08.414 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:54:10.702 45 INFO rally.api [-] Building 'html' report for the following verification(s): 'dca234ef-5642-4147-9453-7aa46f48e04c' 2020-12-09 11:54:10.727 45 INFO rally.api [-] The report has been successfully built. 2020-12-09 11:54:12.508 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:54:12.509 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:54:12.509 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:54:14.700 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'dca234ef-5642-4147-9453-7aa46f48e04c' 2020-12-09 11:54:14.707 47 INFO rally.api [-] The report has been successfully built.