2020-06-06 09:41:24.988 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:41:24.988 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:41:24.988 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:41:27.174 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-06 09:41:27.174 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-06 09:41:27.174 7 ERROR rally.cli.cliutils 2020-06-06 09:41:28.806 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:41:28.806 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:41:28.807 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:41:33.158 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:41:33.159 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:41:33.159 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:41:37.780 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:41:37.781 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:41:37.781 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:41:39.378 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:41:39.379 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:41:39.379 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:41:41.578 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-06 09:41:41.578 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-06 09:41:41.578 17 ERROR rally.cli.cliutils 2020-06-06 09:41:43.236 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:41:43.236 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:41:43.236 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:41:45.416 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-06 09:41:45.502 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-2073b879-6426-424c-8ab2-1d8555d91bb6/repo. 2020-06-06 09:41:45.720 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-2073b879-6426-424c-8ab2-1d8555d91bb6/repo'... done. ' 2020-06-06 09:41:45.733 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-06 09:41:45.756 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-06 09:41:45.804 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-06 09:41:46.611 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2073b879-6426-424c-8ab2-1d8555d91bb6) has been successfully created! 2020-06-06 09:41:48.313 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:41:48.314 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:41:48.314 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:41:57.726 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:41:57.726 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:41:57.726 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:41:59.865 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2073b879-6426-424c-8ab2-1d8555d91bb6) for deployment 'opnfv-rally' (UUID=467b3b92-2085-4094-bf5f-9ab2a33a707e). 2020-06-06 09:42:01.506 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2073b879-6426-424c-8ab2-1d8555d91bb6) has been successfully configured for deployment 'opnfv-rally' (UUID=467b3b92-2085-4094-bf5f-9ab2a33a707e)! 2020-06-06 09:42:13.654 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:42:13.654 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:42:13.654 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:42:15.924 34 INFO rally.api [-] Starting verification (UUID=b1767c8d-5896-4c8c-8f0e-734d290bca88) for deployment 'opnfv-rally' (UUID=467b3b92-2085-4094-bf5f-9ab2a33a707e) by verifier 'opnfv-tempest' (UUID=2073b879-6426-424c-8ab2-1d8555d91bb6). 2020-06-06 09:42:16.626 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-06 09:42:16.627 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2073b879-6426-424c-8ab2-1d8555d91bb6/for-deployment-467b3b92-2085-4094-bf5f-9ab2a33a707e/tempest.log' to option 'log_file'. 2020-06-06 09:42:16.627 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-2073b879-6426-424c-8ab2-1d8555d91bb6/for-deployment-467b3b92-2085-4094-bf5f-9ab2a33a707e/tempest.log 2020-06-06 09:42:16.628 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-06 09:42:16.628 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2073b879-6426-424c-8ab2-1d8555d91bb6/for-deployment-467b3b92-2085-4094-bf5f-9ab2a33a707e/lock_files' to option 'lock_path'. 2020-06-06 09:42:16.628 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-2073b879-6426-424c-8ab2-1d8555d91bb6/for-deployment-467b3b92-2085-4094-bf5f-9ab2a33a707e/lock_files 2020-06-06 09:42:16.629 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-06 09:42:16.629 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-06 09:42:16.629 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 118430ca-819e-4768-aa29-84cc50f3b17b 2020-06-06 09:42:16.630 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 85bf0451-298b-4b89-9a30-ba86e2beb4a5 2020-06-06 09:42:16.630 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e002850c-8d43-4459-a45a-332ab76bcff9 2020-06-06 09:42:16.631 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b5e1022c-0cc0-4eda-a3ce-2a3f8e513efa 2020-06-06 09:42:16.957 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-06 09:42:16.958 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat_cntt-net_514cf5ff-ea6d-4247-b928-7d5a9db07b0b 2020-06-06 09:42:16.959 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-06 09:42:17.058 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-06 09:42:17.098 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-06 09:42:17.099 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_b1767c8d_pgzV4ZLs' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-06 09:42:17.155 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b1767c8d_pgzV4ZLs' (ID = dd511bff-7df4-4407-8a05-c919b76dd4e8) has been successfully created! 2020-06-06 09:42:17.156 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'dd511bff-7df4-4407-8a05-c919b76dd4e8' to option 'instance_type'. 2020-06-06 09:42:17.156 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = dd511bff-7df4-4407-8a05-c919b76dd4e8 2020-06-06 09:42:17.158 34 INFO rally.task.context [-] Verification 2073b879-6426-424c-8ab2-1d8555d91bb6 | Context tempest@default setup() finished in 1.00 sec 2020-06-06 09:42:17.159 34 INFO rally.task.context [-] Verification 2073b879-6426-424c-8ab2-1d8555d91bb6 | Context testr@default setup() finished in 0.61 msec 2020-06-06 09:42:17.159 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/d4d60c28-7870-40e7-b2b2-5cc2a74ee17f'. 2020-06-06 09:42:23.287 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.170s] 2020-06-06 09:42:23.752 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.465s] 2020-06-06 09:42:25.982 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.230s] 2020-06-06 09:42:26.019 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.036s] 2020-06-06 09:42:26.088 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.068s] 2020-06-06 09:42:26.636 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.548s] 2020-06-06 09:42:28.871 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.235s] 2020-06-06 09:42:28.912 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.040s] 2020-06-06 09:42:28.979 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.066s] 2020-06-06 09:42:33.471 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.493s] 2020-06-06 09:42:33.543 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.071s] 2020-06-06 09:42:37.884 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.340s] 2020-06-06 09:42:37.989 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.106s] 2020-06-06 09:42:38.122 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.133s] 2020-06-06 09:42:38.217 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.094s] 2020-06-06 09:42:38.553 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.247s] 2020-06-06 09:42:38.648 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.095s] 2020-06-06 09:42:38.674 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.026s] 2020-06-06 09:42:39.353 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.530s] 2020-06-06 09:42:39.520 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.166s] 2020-06-06 09:42:39.692 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.172s] 2020-06-06 09:42:40.355 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.563s] 2020-06-06 09:42:42.601 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.246s] 2020-06-06 09:42:42.881 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.279s] 2020-06-06 09:42:42.972 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.091s] 2020-06-06 09:42:44.005 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.888s] 2020-06-06 09:42:46.248 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.243s] 2020-06-06 09:42:46.426 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.177s] 2020-06-06 09:42:46.527 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.101s] 2020-06-06 09:42:46.639 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.111s] 2020-06-06 09:42:46.734 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.095s] 2020-06-06 09:42:46.921 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.187s] 2020-06-06 09:42:46.966 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.044s] 2020-06-06 09:42:47.055 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.088s] 2020-06-06 09:42:47.372 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.222s] 2020-06-06 09:42:47.557 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.185s] 2020-06-06 09:42:47.665 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.108s] 2020-06-06 09:42:47.844 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.179s] 2020-06-06 09:42:48.012 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.168s] 2020-06-06 09:42:48.131 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.118s] 2020-06-06 09:42:48.302 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.170s] 2020-06-06 09:42:48.471 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.169s] 2020-06-06 09:42:48.516 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.044s] 2020-06-06 09:42:48.554 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.038s] 2020-06-06 09:43:06.090 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [17.534s] 2020-06-06 09:43:19.526 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [13.434s] 2020-06-06 09:43:33.192 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.664s] 2020-06-06 09:43:47.285 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [14.094s] 2020-06-06 09:44:04.998 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [17.711s] 2020-06-06 09:44:18.566 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.568s] 2020-06-06 09:44:32.178 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-06 09:44:45.685 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.506s] 2020-06-06 09:45:12.879 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [27.194s] 2020-06-06 09:45:38.798 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [25.919s] 2020-06-06 09:46:00.672 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.872s] 2020-06-06 09:46:26.683 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [26.011s] 2020-06-06 09:46:48.580 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.895s] 2020-06-06 09:47:10.170 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.590s] 2020-06-06 09:47:27.666 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.495s] 2020-06-06 09:47:41.153 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... success [13.485s] 2020-06-06 09:47:50.238 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.085s] 2020-06-06 09:48:03.443 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.204s] 2020-06-06 09:48:16.575 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.132s] 2020-06-06 09:48:26.005 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.429s] 2020-06-06 09:48:39.709 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.703s] 2020-06-06 09:48:57.591 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [17.881s] 2020-06-06 09:49:11.146 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.555s] 2020-06-06 09:49:28.762 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.616s] 2020-06-06 09:49:46.473 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.711s] 2020-06-06 09:50:07.901 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [21.427s] 2020-06-06 09:50:34.147 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.245s] 2020-06-06 09:51:16.891 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [42.744s] 2020-06-06 09:51:52.667 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [35.775s] 2020-06-06 09:52:29.038 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [36.371s] 2020-06-06 09:53:04.145 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [35.107s] 2020-06-06 09:53:50.681 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [46.536s] 2020-06-06 09:54:22.196 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [31.514s] 2020-06-06 09:54:57.713 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [35.516s] 2020-06-06 09:55:29.304 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [31.590s] 2020-06-06 09:55:55.662 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [26.357s] 2020-06-06 09:55:55.840 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.177s] 2020-06-06 09:55:56.008 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.168s] 2020-06-06 09:55:56.288 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.279s] 2020-06-06 09:55:56.477 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.189s] 2020-06-06 09:56:02.062 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [5.585s] 2020-06-06 09:56:12.708 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [10.646s] 2020-06-06 09:56:12.896 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.186s] 2020-06-06 09:56:13.179 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.282s] 2020-06-06 09:56:31.142 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [17.963s] 2020-06-06 09:56:44.988 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.845s] 2020-06-06 09:56:54.059 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.071s] 2020-06-06 09:57:03.064 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.004s] 2020-06-06 09:58:17.507 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [74.443s] 2020-06-06 09:59:53.519 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [96.011s] 2020-06-06 10:00:02.936 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.416s] 2020-06-06 10:00:16.191 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.255s] 2020-06-06 10:00:25.237 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.045s] 2020-06-06 10:00:38.379 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.142s] 2020-06-06 10:00:47.356 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [8.976s] 2020-06-06 10:01:04.802 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.446s] 2020-06-06 10:01:05.043 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.240s] 2020-06-06 10:01:05.196 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.153s] 2020-06-06 10:01:05.329 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.133s] 2020-06-06 10:01:05.468 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.138s] 2020-06-06 10:01:05.617 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.148s] 2020-06-06 10:01:05.765 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.148s] 2020-06-06 10:01:05.908 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.143s] 2020-06-06 10:01:06.049 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.139s] 2020-06-06 10:01:06.184 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.135s] 2020-06-06 10:01:15.100 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.914s] 2020-06-06 10:01:15.616 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.516s] 2020-06-06 10:01:15.757 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.140s] 2020-06-06 10:01:24.884 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [9.126s] 2020-06-06 10:01:25.198 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.313s] 2020-06-06 10:01:25.362 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.164s] 2020-06-06 10:01:25.529 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.167s] 2020-06-06 10:02:32.784 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [67.253s] 2020-06-06 10:02:51.927 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [19.143s] 2020-06-06 10:03:38.631 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [46.699s] 2020-06-06 10:04:36.859 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [58.224s] 2020-06-06 10:04:37.147 34 INFO rally.task.context [-] Verification 2073b879-6426-424c-8ab2-1d8555d91bb6 | Context testr@default cleanup() started 2020-06-06 10:04:37.148 34 INFO rally.task.context [-] Verification 2073b879-6426-424c-8ab2-1d8555d91bb6 | Context testr@default cleanup() finished in 0.76 msec 2020-06-06 10:04:37.149 34 INFO rally.task.context [-] Verification 2073b879-6426-424c-8ab2-1d8555d91bb6 | Context tempest@default cleanup() started 2020-06-06 10:04:37.367 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_b1767c8d_pgzV4ZLs'. 2020-06-06 10:04:37.504 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b1767c8d_pgzV4ZLs' has been deleted. 2020-06-06 10:04:37.504 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'dd511bff-7df4-4407-8a05-c919b76dd4e8' of option 'instance_type' from Tempest config file. 2020-06-06 10:04:37.504 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'dd511bff-7df4-4407-8a05-c919b76dd4e8' has been removed. 2020-06-06 10:04:37.507 34 INFO rally.task.context [-] Verification 2073b879-6426-424c-8ab2-1d8555d91bb6 | Context tempest@default cleanup() finished in 0.36 sec 2020-06-06 10:04:37.535 34 INFO rally.api [-] Verification (UUID=b1767c8d-5896-4c8c-8f0e-734d290bca88) has been successfully finished for deployment 'opnfv-rally' (UUID=467b3b92-2085-4094-bf5f-9ab2a33a707e)! 2020-06-06 10:04:39.419 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:04:39.419 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:04:39.419 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:04:41.137 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:04:41.137 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:04:41.137 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:04:43.479 44 INFO rally.api [-] Building 'html' report for the following verification(s): 'b1767c8d-5896-4c8c-8f0e-734d290bca88' 2020-06-06 10:04:43.511 44 INFO rally.api [-] The report has been successfully built. 2020-06-06 10:04:45.193 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:04:45.194 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:04:45.194 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:04:47.437 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b1767c8d-5896-4c8c-8f0e-734d290bca88' 2020-06-06 10:04:47.444 46 INFO rally.api [-] The report has been successfully built.