2020-06-17 10:09:32.301 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:09:32.302 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:09:32.302 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:09:35.198 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-17 10:09:35.198 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 10:09:35.198 7 ERROR rally.cli.cliutils 2020-06-17 10:09:37.010 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:09:37.010 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:09:37.010 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:09:41.630 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:09:41.630 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:09:41.630 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:09:46.620 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:09:46.620 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:09:46.621 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:09:48.067 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:09:48.068 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:09:48.068 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:09:50.680 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-17 10:09:50.680 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 10:09:50.680 17 ERROR rally.cli.cliutils 2020-06-17 10:09:52.464 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:09:52.465 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:09:52.465 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:09:54.841 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-17 10:09:54.907 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a29e7f5a-85b5-4a43-822b-4f2e01208fce/repo. 2020-06-17 10:09:55.140 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a29e7f5a-85b5-4a43-822b-4f2e01208fce/repo'... done. ' 2020-06-17 10:09:55.154 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-17 10:09:55.177 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-17 10:09:55.244 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-17 10:09:56.022 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a29e7f5a-85b5-4a43-822b-4f2e01208fce) has been successfully created! 2020-06-17 10:09:57.755 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:09:57.756 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:09:57.756 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:10:07.436 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:10:07.436 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:10:07.437 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:10:09.902 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a29e7f5a-85b5-4a43-822b-4f2e01208fce) for deployment 'opnfv-rally' (UUID=88e198ba-bd56-4e5c-8b75-4748f9b46aab). 2020-06-17 10:10:10.885 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a29e7f5a-85b5-4a43-822b-4f2e01208fce) has been successfully configured for deployment 'opnfv-rally' (UUID=88e198ba-bd56-4e5c-8b75-4748f9b46aab)! 2020-06-17 10:10:20.868 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:10:20.869 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:10:20.869 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:10:23.454 34 INFO rally.api [-] Starting verification (UUID=39536e7d-4e13-49c6-8fcf-c02d1e7cef3c) for deployment 'opnfv-rally' (UUID=88e198ba-bd56-4e5c-8b75-4748f9b46aab) by verifier 'opnfv-tempest' (UUID=a29e7f5a-85b5-4a43-822b-4f2e01208fce). 2020-06-17 10:10:24.461 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-17 10:10:24.462 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a29e7f5a-85b5-4a43-822b-4f2e01208fce/for-deployment-88e198ba-bd56-4e5c-8b75-4748f9b46aab/tempest.log' to option 'log_file'. 2020-06-17 10:10:24.462 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a29e7f5a-85b5-4a43-822b-4f2e01208fce/for-deployment-88e198ba-bd56-4e5c-8b75-4748f9b46aab/tempest.log 2020-06-17 10:10:24.462 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-17 10:10:24.463 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a29e7f5a-85b5-4a43-822b-4f2e01208fce/for-deployment-88e198ba-bd56-4e5c-8b75-4748f9b46aab/lock_files' to option 'lock_path'. 2020-06-17 10:10:24.463 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a29e7f5a-85b5-4a43-822b-4f2e01208fce/for-deployment-88e198ba-bd56-4e5c-8b75-4748f9b46aab/lock_files 2020-06-17 10:10:24.463 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-17 10:10:24.464 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-06-17 10:10:24.464 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 62127337-d3ff-4658-b2e0-037f39b55c85 2020-06-17 10:10:24.464 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c6cbee2e-6ba5-404c-9464-74f6875e77fe 2020-06-17 10:10:24.465 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 84d4378f-886f-4842-993a-729a1380f7ae 2020-06-17 10:10:24.465 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 522f6a1d-3824-4642-9ccd-c2f017b7e430 2020-06-17 10:10:24.992 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-17 10:10:24.992 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_04dc8249-9910-48db-95bb-bb121f27e63e 2020-06-17 10:10:24.993 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-17 10:10:25.087 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-17 10:10:25.126 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-17 10:10:25.126 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_39536e7d_yfIi9XaV' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-17 10:10:25.162 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_39536e7d_yfIi9XaV' (ID = 364cac7a-aad4-49cb-abb5-772548832027) has been successfully created! 2020-06-17 10:10:25.162 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '364cac7a-aad4-49cb-abb5-772548832027' to option 'instance_type'. 2020-06-17 10:10:25.163 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 364cac7a-aad4-49cb-abb5-772548832027 2020-06-17 10:10:25.164 34 INFO rally.task.context [-] Verification a29e7f5a-85b5-4a43-822b-4f2e01208fce | Context tempest@default setup() finished in 1.50 sec 2020-06-17 10:10:25.164 34 INFO rally.task.context [-] Verification a29e7f5a-85b5-4a43-822b-4f2e01208fce | Context testr@default setup() finished in 0.38 msec 2020-06-17 10:10:25.165 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/f1e35437-6c16-4290-b05a-4fe719d7c5e2'. 2020-06-17 10:10:30.741 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.109s] 2020-06-17 10:10:31.174 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.433s] 2020-06-17 10:10:33.380 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.206s] 2020-06-17 10:10:33.414 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.034s] 2020-06-17 10:10:33.462 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.048s] 2020-06-17 10:10:34.056 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.593s] 2020-06-17 10:10:36.279 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.223s] 2020-06-17 10:10:36.314 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.034s] 2020-06-17 10:10:36.376 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.062s] 2020-06-17 10:10:40.727 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.350s] 2020-06-17 10:10:40.811 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.083s] 2020-06-17 10:10:45.251 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.441s] 2020-06-17 10:10:45.351 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.099s] 2020-06-17 10:10:45.460 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.109s] 2020-06-17 10:10:45.560 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.100s] 2020-06-17 10:10:45.875 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.207s] 2020-06-17 10:10:45.968 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.092s] 2020-06-17 10:10:45.991 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.023s] 2020-06-17 10:10:46.545 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.501s] 2020-06-17 10:10:46.706 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.161s] 2020-06-17 10:10:46.866 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.160s] 2020-06-17 10:10:47.412 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.493s] 2020-06-17 10:10:49.663 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.251s] 2020-06-17 10:10:49.775 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.111s] 2020-06-17 10:10:49.882 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.107s] 2020-06-17 10:10:50.458 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.468s] 2020-06-17 10:10:52.688 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.229s] 2020-06-17 10:10:52.839 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.151s] 2020-06-17 10:10:52.949 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.109s] 2020-06-17 10:10:53.054 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.106s] 2020-06-17 10:10:53.122 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.068s] 2020-06-17 10:10:53.299 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.176s] 2020-06-17 10:10:53.352 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.053s] 2020-06-17 10:10:53.466 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.113s] 2020-06-17 10:10:53.698 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.125s] 2020-06-17 10:10:53.872 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.173s] 2020-06-17 10:10:53.972 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.100s] 2020-06-17 10:10:54.143 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.171s] 2020-06-17 10:10:54.311 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.167s] 2020-06-17 10:10:54.404 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.094s] 2020-06-17 10:10:54.563 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.158s] 2020-06-17 10:10:54.730 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.166s] 2020-06-17 10:10:54.771 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.041s] 2020-06-17 10:10:54.809 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.037s] 2020-06-17 10:11:08.155 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [13.345s] 2020-06-17 10:11:21.515 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [13.359s] 2020-06-17 10:11:35.027 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.512s] 2020-06-17 10:11:48.643 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.615s] 2020-06-17 10:12:02.342 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.699s] 2020-06-17 10:12:15.842 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.499s] 2020-06-17 10:12:29.453 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.610s] 2020-06-17 10:12:43.034 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.580s] 2020-06-17 10:13:04.957 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [21.923s] 2020-06-17 10:13:26.976 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [22.018s] 2020-06-17 10:13:48.677 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [21.700s] 2020-06-17 10:14:10.351 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [21.673s] 2020-06-17 10:14:32.336 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [21.985s] 2020-06-17 10:14:53.930 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.594s] 2020-06-17 10:15:11.465 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.534s] 2020-06-17 10:15:11.473 34 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-06-17 10:15:20.507 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.033s] 2020-06-17 10:15:33.812 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.305s] 2020-06-17 10:15:46.997 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.183s] 2020-06-17 10:15:56.362 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.365s] 2020-06-17 10:16:10.063 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.701s] 2020-06-17 10:16:28.207 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.143s] 2020-06-17 10:16:41.748 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.541s] 2020-06-17 10:16:59.418 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.669s] 2020-06-17 10:17:17.229 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.811s] 2020-06-17 10:17:17.460 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.229s]: b'LBaasv2 extension not available, skipping' 2020-06-17 10:17:17.599 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.138s]: b'LBaasv2 extension not available, skipping' 2020-06-17 10:17:43.337 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.738s] 2020-06-17 10:18:09.735 34 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.398s] 2020-06-17 10:18:48.483 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [38.747s] 2020-06-17 10:19:15.848 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [27.365s] 2020-06-17 10:19:42.828 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [26.979s] 2020-06-17 10:20:10.311 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [27.483s] 2020-06-17 10:20:50.676 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [40.365s] 2020-06-17 10:21:22.487 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [31.809s] 2020-06-17 10:21:53.711 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [31.223s] 2020-06-17 10:22:20.897 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [27.186s] 2020-06-17 10:22:46.193 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [25.295s] 2020-06-17 10:22:46.400 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.207s] 2020-06-17 10:22:46.651 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.251s] 2020-06-17 10:22:46.809 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.157s] 2020-06-17 10:22:46.970 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.160s] 2020-06-17 10:22:55.895 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [8.924s] 2020-06-17 10:23:05.309 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [9.414s] 2020-06-17 10:23:05.628 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.318s] 2020-06-17 10:23:05.629 34 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-06-17 10:23:05.832 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.203s] 2020-06-17 10:23:23.505 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [17.672s] 2020-06-17 10:23:37.327 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.822s] 2020-06-17 10:23:46.449 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.121s] 2020-06-17 10:23:55.415 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [8.966s] 2020-06-17 10:25:02.067 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [66.651s] 2020-06-17 10:26:29.032 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [86.964s] 2020-06-17 10:26:38.459 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.426s] 2020-06-17 10:26:51.748 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.289s] 2020-06-17 10:27:00.936 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.186s] 2020-06-17 10:27:14.149 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.213s] 2020-06-17 10:27:23.153 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.004s] 2020-06-17 10:27:40.528 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.375s] 2020-06-17 10:27:40.813 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.284s] 2020-06-17 10:27:40.965 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.152s] 2020-06-17 10:27:41.101 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.136s] 2020-06-17 10:27:41.245 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.143s] 2020-06-17 10:27:41.390 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.145s] 2020-06-17 10:27:41.541 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.150s] 2020-06-17 10:27:41.682 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.140s] 2020-06-17 10:27:41.818 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.135s] 2020-06-17 10:27:41.953 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.135s] 2020-06-17 10:27:50.830 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.876s] 2020-06-17 10:27:51.518 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.687s] 2020-06-17 10:27:51.744 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.226s] 2020-06-17 10:28:00.926 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [9.181s] 2020-06-17 10:28:01.208 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.280s] 2020-06-17 10:28:01.360 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.152s] 2020-06-17 10:28:01.505 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.145s] 2020-06-17 10:28:01.512 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.006s]: b'Test disabled in conf, skipping' 2020-06-17 10:28:02.230 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.717s]: b'LBaas v1 extension not available, skipping' 2020-06-17 10:28:02.926 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.695s]: b'LBaasv2 extension not available, skipping' 2020-06-17 10:28:45.504 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [42.579s] 2020-06-17 10:28:45.510 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_add_delete_poolmember ... skip [0.005s]: b'Test disabled in conf, skipping' 2020-06-17 10:28:45.514 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_create_update_loadbalancer ... skip [0.004s]: b'Test disabled in conf, skipping' 2020-06-17 10:28:59.337 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [13.822s] 2020-06-17 10:28:59.342 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.005s]: b'Test disabled in conf, skipping' 2020-06-17 10:29:36.982 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [37.634s] 2020-06-17 10:30:34.900 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [57.913s] 2020-06-17 10:30:34.904 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.009s]: b'Test disabled in conf, skipping' 2020-06-17 10:30:34.908 34 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-06-17 10:30:35.253 34 INFO rally.task.context [-] Verification a29e7f5a-85b5-4a43-822b-4f2e01208fce | Context testr@default cleanup() started 2020-06-17 10:30:35.254 34 INFO rally.task.context [-] Verification a29e7f5a-85b5-4a43-822b-4f2e01208fce | Context testr@default cleanup() finished in 0.78 msec 2020-06-17 10:30:35.254 34 INFO rally.task.context [-] Verification a29e7f5a-85b5-4a43-822b-4f2e01208fce | Context tempest@default cleanup() started 2020-06-17 10:30:35.478 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_39536e7d_yfIi9XaV'. 2020-06-17 10:30:35.644 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_39536e7d_yfIi9XaV' has been deleted. 2020-06-17 10:30:35.645 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '364cac7a-aad4-49cb-abb5-772548832027' of option 'instance_type' from Tempest config file. 2020-06-17 10:30:35.645 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '364cac7a-aad4-49cb-abb5-772548832027' has been removed. 2020-06-17 10:30:35.652 34 INFO rally.task.context [-] Verification a29e7f5a-85b5-4a43-822b-4f2e01208fce | Context tempest@default cleanup() finished in 0.40 sec 2020-06-17 10:30:35.679 34 INFO rally.api [-] Verification (UUID=39536e7d-4e13-49c6-8fcf-c02d1e7cef3c) has been successfully finished for deployment 'opnfv-rally' (UUID=88e198ba-bd56-4e5c-8b75-4748f9b46aab)! 2020-06-17 10:30:37.550 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:30:37.550 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:30:37.550 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:30:39.315 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:30:39.316 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:30:39.316 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:30:41.570 44 INFO rally.api [-] Building 'html' report for the following verification(s): '39536e7d-4e13-49c6-8fcf-c02d1e7cef3c' 2020-06-17 10:30:41.594 44 INFO rally.api [-] The report has been successfully built. 2020-06-17 10:30:43.150 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:30:43.150 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:30:43.150 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:30:45.383 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '39536e7d-4e13-49c6-8fcf-c02d1e7cef3c' 2020-06-17 10:30:45.390 46 INFO rally.api [-] The report has been successfully built.