2020-12-14 03:15:40.441 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:15:40.448 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:15:40.449 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:16:10.029 10 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-14 03:16:10.029 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 03:16:10.029 10 ERROR rally.cli.cliutils 2020-12-14 03:16:24.915 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:16:24.921 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:16:24.923 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:17:13.909 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:17:13.939 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:17:13.941 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:18:02.879 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:18:02.884 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:18:02.885 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:18:17.485 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:18:17.492 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:18:17.493 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:18:44.863 61 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-14 03:18:44.863 61 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 03:18:44.863 61 ERROR rally.cli.cliutils 2020-12-14 03:18:59.882 74 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:18:59.888 74 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:18:59.890 74 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:19:26.953 74 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-14 03:19:27.490 74 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-d3a11f17-b0b0-49cc-b383-82abcee8283b/repo. 2020-12-14 03:19:28.194 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-d3a11f17-b0b0-49cc-b383-82abcee8283b/repo'... done. ' 2020-12-14 03:19:28.281 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-12-14 03:19:28.342 74 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-14 03:19:28.990 74 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-14 03:19:36.493 74 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d3a11f17-b0b0-49cc-b383-82abcee8283b) has been successfully created! 2020-12-14 03:19:50.916 112 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:19:50.922 112 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:19:50.924 112 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:20:44.921 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:20:44.926 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:20:44.928 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:21:09.991 128 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d3a11f17-b0b0-49cc-b383-82abcee8283b) for deployment 'opnfv-rally' (UUID=bb766b0c-f589-43a6-8647-133354cb5d9e). 2020-12-14 03:21:11.562 128 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d3a11f17-b0b0-49cc-b383-82abcee8283b) has been successfully configured for deployment 'opnfv-rally' (UUID=bb766b0c-f589-43a6-8647-133354cb5d9e)! 2020-12-14 03:22:36.538 161 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:22:36.543 161 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:22:36.544 161 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:23:01.776 161 INFO rally.api [-] Starting verification (UUID=c29d91d5-d25c-4c42-b384-03c5b819ca86) for deployment 'opnfv-rally' (UUID=bb766b0c-f589-43a6-8647-133354cb5d9e) by verifier 'opnfv-tempest' (UUID=d3a11f17-b0b0-49cc-b383-82abcee8283b). 2020-12-14 03:23:06.194 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-14 03:23:06.195 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d3a11f17-b0b0-49cc-b383-82abcee8283b/for-deployment-bb766b0c-f589-43a6-8647-133354cb5d9e/tempest.log' to option 'log_file'. 2020-12-14 03:23:06.197 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-d3a11f17-b0b0-49cc-b383-82abcee8283b/for-deployment-bb766b0c-f589-43a6-8647-133354cb5d9e/tempest.log 2020-12-14 03:23:06.198 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-14 03:23:06.199 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d3a11f17-b0b0-49cc-b383-82abcee8283b/for-deployment-bb766b0c-f589-43a6-8647-133354cb5d9e/lock_files' to option 'lock_path'. 2020-12-14 03:23:06.200 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-d3a11f17-b0b0-49cc-b383-82abcee8283b/for-deployment-bb766b0c-f589-43a6-8647-133354cb5d9e/lock_files 2020-12-14 03:23:06.202 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-14 03:23:06.203 161 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-14 03:23:06.204 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = d4144c0c-3a47-41b9-977e-29d510f83c55 2020-12-14 03:23:06.206 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 2c992d63-e014-4006-b6fb-08dc9621dc88 2020-12-14 03:23:06.208 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = eb233e50-cfb6-4134-99ee-c56061c13bd6 2020-12-14 03:23:06.211 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 75dd3c75-bd9f-4c32-9b34-c3405b5b416d 2020-12-14 03:23:06.648 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-14 03:23:06.651 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat_cntt-net_22307cf0-c02b-4c74-b4ad-754f754d3b2e 2020-12-14 03:23:06.654 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-14 03:23:07.419 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-14 03:23:07.529 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_2d42b7dc_7TMgFR7T'. Using flavor 'rally_verify_2d42b7dc_7TMgFR7T' (ID = 89c13b86-2bd7-4505-b82e-cdf689e47ea2) for the tests. 2020-12-14 03:23:07.531 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '89c13b86-2bd7-4505-b82e-cdf689e47ea2' to option 'instance_type'. 2020-12-14 03:23:07.533 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 89c13b86-2bd7-4505-b82e-cdf689e47ea2 2020-12-14 03:23:07.542 161 INFO rally.task.context [-] Verification d3a11f17-b0b0-49cc-b383-82abcee8283b | Context tempest@default setup() finished in 4.73 sec 2020-12-14 03:23:07.546 161 INFO rally.task.context [-] Verification d3a11f17-b0b0-49cc-b383-82abcee8283b | Context testr@default setup() finished in 1.49 msec 2020-12-14 03:23:07.548 161 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/c90f9eb5-dc4c-468e-8a47-1635bd173783'. 2020-12-14 03:23:52.238 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.199s] 2020-12-14 03:23:52.677 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.458s] 2020-12-14 03:23:53.334 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.655s] 2020-12-14 03:23:53.377 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.043s] 2020-12-14 03:23:53.489 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.111s] 2020-12-14 03:23:54.008 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.517s] 2020-12-14 03:23:57.308 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [3.295s] 2020-12-14 03:23:57.362 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.055s] 2020-12-14 03:23:57.447 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.083s] 2020-12-14 03:24:00.670 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [3.220s] 2020-12-14 03:24:00.747 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.078s] 2020-12-14 03:24:03.971 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [3.222s] 2020-12-14 03:24:04.539 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.565s] 2020-12-14 03:24:05.123 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.583s] 2020-12-14 03:24:05.246 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.121s] 2020-12-14 03:24:06.114 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.702s] 2020-12-14 03:24:06.648 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.534s] 2020-12-14 03:24:06.683 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.037s] 2020-12-14 03:24:07.200 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.353s] 2020-12-14 03:24:08.235 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [1.033s] 2020-12-14 03:24:09.294 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [1.058s] 2020-12-14 03:24:09.866 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.467s] 2020-12-14 03:24:13.076 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [3.210s] 2020-12-14 03:24:13.595 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.518s] 2020-12-14 03:24:13.703 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.108s] 2020-12-14 03:24:14.351 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.476s] 2020-12-14 03:24:17.487 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [3.135s] 2020-12-14 03:24:18.566 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [1.078s] 2020-12-14 03:24:19.139 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.572s] 2020-12-14 03:24:19.706 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.565s] 2020-12-14 03:24:19.800 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.091s] 2020-12-14 03:24:20.805 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [1.005s] 2020-12-14 03:24:20.858 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.053s] 2020-12-14 03:24:20.982 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.122s] 2020-12-14 03:24:21.360 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.191s] 2020-12-14 03:24:22.380 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [1.016s] 2020-12-14 03:24:22.942 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.560s] 2020-12-14 03:24:23.988 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [1.045s] 2020-12-14 03:24:25.082 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [1.092s] 2020-12-14 03:24:25.631 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.546s] 2020-12-14 03:24:26.691 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [1.061s] 2020-12-14 03:24:27.733 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [1.039s] 2020-12-14 03:24:27.791 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.058s] 2020-12-14 03:24:27.853 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.062s] 2020-12-14 03:24:42.082 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [14.219s] 2020-12-14 03:25:00.518 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [18.422s] 2020-12-14 03:25:18.875 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [18.361s] 2020-12-14 03:25:33.317 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [14.440s] 2020-12-14 03:25:51.653 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [18.332s] 2020-12-14 03:26:05.820 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [14.165s] 2020-12-14 03:26:28.424 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [22.600s] 2020-12-14 03:26:42.755 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [14.330s] 2020-12-14 03:27:05.806 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [23.050s] 2020-12-14 03:27:28.654 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [22.846s] 2020-12-14 03:28:01.061 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [32.403s] 2020-12-14 03:28:24.027 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [22.965s] 2020-12-14 03:28:50.938 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [26.908s] 2020-12-14 03:29:19.413 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [28.470s] 2020-12-14 03:29:37.604 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [18.190s] 2020-12-14 03:29:43.176 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [5.569s] 2020-12-14 03:29:53.204 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [10.022s] 2020-12-14 03:30:02.967 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [9.761s] 2020-12-14 03:30:25.447 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_many ... success [22.476s] 2020-12-14 03:30:43.869 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_no ... success [18.420s] 2020-12-14 03:31:06.568 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_one ... success [22.696s] 2020-12-14 03:31:33.939 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_many ... success [27.369s] 2020-12-14 03:32:00.809 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_no ... success [26.866s] 2020-12-14 03:32:23.636 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_one ... success [22.824s] 2020-12-14 03:32:34.006 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [10.368s] 2020-12-14 03:32:48.828 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [14.820s] 2020-12-14 03:33:08.063 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [19.229s] 2020-12-14 03:33:22.630 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [14.567s] 2020-12-14 03:33:37.330 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [14.695s] 2020-12-14 03:33:51.998 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [14.667s] 2020-12-14 03:34:18.209 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [26.206s] 2020-12-14 03:34:41.427 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [23.214s] 2020-12-14 03:35:33.407 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [51.976s] 2020-12-14 03:36:01.741 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [28.332s] 2020-12-14 03:36:29.853 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [28.112s] 2020-12-14 03:37:06.080 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [36.223s] 2020-12-14 03:37:52.249 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [46.168s] 2020-12-14 03:38:24.505 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [32.252s] 2020-12-14 03:38:52.510 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [27.999s] 2020-12-14 03:39:33.078 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [40.566s] 2020-12-14 03:40:04.193 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [31.115s] 2020-12-14 03:40:04.714 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.515s] 2020-12-14 03:40:05.026 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.309s] 2020-12-14 03:40:05.334 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.307s] 2020-12-14 03:40:05.648 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.313s] 2020-12-14 03:40:11.961 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [6.307s] 2020-12-14 03:40:23.507 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [11.542s] 2020-12-14 03:40:23.941 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.434s] 2020-12-14 03:40:24.480 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.532s] 2020-12-14 03:40:43.779 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [19.298s] 2020-12-14 03:40:58.749 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [14.968s] 2020-12-14 03:41:08.464 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.712s] 2020-12-14 03:41:18.011 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.545s] 2020-12-14 03:42:28.395 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [70.379s] 2020-12-14 03:43:53.215 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [84.815s] 2020-12-14 03:43:59.948 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [6.731s] 2020-12-14 03:44:13.913 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.960s] 2020-12-14 03:44:23.723 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.808s] 2020-12-14 03:44:33.471 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [9.743s] 2020-12-14 03:44:43.018 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.544s] 2020-12-14 03:45:01.395 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [18.372s] 2020-12-14 03:45:01.817 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.418s] 2020-12-14 03:45:02.092 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.271s] 2020-12-14 03:45:02.356 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.262s] 2020-12-14 03:45:02.641 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.283s] 2020-12-14 03:45:02.936 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.294s] 2020-12-14 03:45:03.213 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.275s] 2020-12-14 03:45:03.479 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.263s] 2020-12-14 03:45:03.744 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.262s] 2020-12-14 03:45:04.015 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.270s] 2020-12-14 03:45:09.355 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [5.333s] 2020-12-14 03:45:10.074 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.714s] 2020-12-14 03:45:10.373 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.299s] 2020-12-14 03:45:15.824 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [5.447s] 2020-12-14 03:45:16.190 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.362s] 2020-12-14 03:45:16.482 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.290s] 2020-12-14 03:45:16.760 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.273s] 2020-12-14 03:46:05.361 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [48.595s] 2020-12-14 03:46:20.676 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [15.314s] 2020-12-14 03:46:58.548 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [37.841s] 2020-12-14 03:48:03.088 161 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [64.513s] 2020-12-14 03:48:04.647 161 INFO rally.task.context [-] Verification d3a11f17-b0b0-49cc-b383-82abcee8283b | Context testr@default cleanup() started 2020-12-14 03:48:04.651 161 INFO rally.task.context [-] Verification d3a11f17-b0b0-49cc-b383-82abcee8283b | Context testr@default cleanup() finished in 3.32 msec 2020-12-14 03:48:04.653 161 INFO rally.task.context [-] Verification d3a11f17-b0b0-49cc-b383-82abcee8283b | Context tempest@default cleanup() started 2020-12-14 03:48:05.142 161 INFO rally.task.context [-] Verification d3a11f17-b0b0-49cc-b383-82abcee8283b | Context tempest@default cleanup() finished in 0.49 sec 2020-12-14 03:48:05.248 161 INFO rally.api [-] Verification (UUID=c29d91d5-d25c-4c42-b384-03c5b819ca86) has been successfully finished for deployment 'opnfv-rally' (UUID=bb766b0c-f589-43a6-8647-133354cb5d9e)! 2020-12-14 03:48:20.352 200 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:48:20.357 200 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:48:20.359 200 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:48:35.873 206 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:48:35.879 206 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:48:35.881 206 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:49:01.747 206 INFO rally.api [-] Building 'html' report for the following verification(s): 'c29d91d5-d25c-4c42-b384-03c5b819ca86' 2020-12-14 03:49:01.991 206 INFO rally.api [-] The report has been successfully built. 2020-12-14 03:49:16.409 219 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:49:16.415 219 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:49:16.416 219 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:49:42.746 219 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c29d91d5-d25c-4c42-b384-03c5b819ca86' 2020-12-14 03:49:42.842 219 INFO rally.api [-] The report has been successfully built.