2020-06-04 18:36:11.041 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:36:11.041 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:36:11.042 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:36:13.598 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-04 18:36:13.598 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-04 18:36:13.598 7 ERROR rally.cli.cliutils 2020-06-04 18:36:15.372 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:36:15.373 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:36:15.373 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:36:19.915 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:36:19.915 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:36:19.915 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:36:24.286 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:36:24.287 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:36:24.287 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:36:25.756 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:36:25.756 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:36:25.756 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:36:27.906 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-04 18:36:27.906 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-04 18:36:27.906 17 ERROR rally.cli.cliutils 2020-06-04 18:36:29.485 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:36:29.485 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:36:29.485 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:36:31.593 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-04 18:36:31.670 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-9ce70821-08d2-47f7-80d0-c38236760c3d/repo. 2020-06-04 18:36:31.887 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-9ce70821-08d2-47f7-80d0-c38236760c3d/repo'... done. ' 2020-06-04 18:36:31.902 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-04 18:36:31.940 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-04 18:36:31.993 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-04 18:36:32.721 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9ce70821-08d2-47f7-80d0-c38236760c3d) has been successfully created! 2020-06-04 18:36:34.283 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:36:34.283 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:36:34.283 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:36:44.055 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:36:44.056 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:36:44.056 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:36:46.138 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9ce70821-08d2-47f7-80d0-c38236760c3d) for deployment 'opnfv-rally' (UUID=86e71cf0-dc22-49a3-9d7c-081e32611976). 2020-06-04 18:36:46.727 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9ce70821-08d2-47f7-80d0-c38236760c3d) has been successfully configured for deployment 'opnfv-rally' (UUID=86e71cf0-dc22-49a3-9d7c-081e32611976)! 2020-06-04 18:36:56.934 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:36:56.935 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:36:56.935 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:36:59.285 34 INFO rally.api [-] Starting verification (UUID=cccec98b-3d93-46f1-ae9c-76ed73ca47ae) for deployment 'opnfv-rally' (UUID=86e71cf0-dc22-49a3-9d7c-081e32611976) by verifier 'opnfv-tempest' (UUID=9ce70821-08d2-47f7-80d0-c38236760c3d). 2020-06-04 18:37:00.011 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-04 18:37:00.011 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9ce70821-08d2-47f7-80d0-c38236760c3d/for-deployment-86e71cf0-dc22-49a3-9d7c-081e32611976/tempest.log' to option 'log_file'. 2020-06-04 18:37:00.012 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-9ce70821-08d2-47f7-80d0-c38236760c3d/for-deployment-86e71cf0-dc22-49a3-9d7c-081e32611976/tempest.log 2020-06-04 18:37:00.012 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-04 18:37:00.012 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9ce70821-08d2-47f7-80d0-c38236760c3d/for-deployment-86e71cf0-dc22-49a3-9d7c-081e32611976/lock_files' to option 'lock_path'. 2020-06-04 18:37:00.012 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-9ce70821-08d2-47f7-80d0-c38236760c3d/for-deployment-86e71cf0-dc22-49a3-9d7c-081e32611976/lock_files 2020-06-04 18:37:00.012 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-04 18:37:00.013 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-04 18:37:00.013 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 38096e5d-8f20-4b87-aace-d6051e1bf0c4 2020-06-04 18:37:00.013 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 0c4b6f2f-14bb-4298-add8-2c76fc57a73f 2020-06-04 18:37:00.013 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 3f70eac7-4399-4850-8d2e-9023105ed36b 2020-06-04 18:37:00.014 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a830ce8b-20cf-49dd-a692-f58e7df60f33 2020-06-04 18:37:00.297 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-04 18:37:00.297 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_6759d3f0-8aa5-4026-9bab-55aedd49ef85 2020-06-04 18:37:00.298 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-04 18:37:00.394 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-04 18:37:00.442 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-04 18:37:00.443 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_cccec98b_Tje7JwBB' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-04 18:37:00.486 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_cccec98b_Tje7JwBB' (ID = e00689cf-0b25-47c5-a330-848aa4413bf1) has been successfully created! 2020-06-04 18:37:00.486 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e00689cf-0b25-47c5-a330-848aa4413bf1' to option 'instance_type'. 2020-06-04 18:37:00.487 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e00689cf-0b25-47c5-a330-848aa4413bf1 2020-06-04 18:37:00.488 34 INFO rally.task.context [-] Verification 9ce70821-08d2-47f7-80d0-c38236760c3d | Context tempest@default setup() finished in 0.96 sec 2020-06-04 18:37:00.488 34 INFO rally.task.context [-] Verification 9ce70821-08d2-47f7-80d0-c38236760c3d | Context testr@default setup() finished in 0.35 msec 2020-06-04 18:37:00.488 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/22a4c41b-d1d6-4755-beab-c5bf8a9b41fe'. 2020-06-04 18:37:06.354 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.089s] 2020-06-04 18:37:06.771 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.417s] 2020-06-04 18:37:09.009 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.238s] 2020-06-04 18:37:09.044 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.034s] 2020-06-04 18:37:09.098 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.053s] 2020-06-04 18:37:09.557 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.459s] 2020-06-04 18:37:11.806 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.248s] 2020-06-04 18:37:11.847 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.041s] 2020-06-04 18:37:11.915 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.067s] 2020-06-04 18:37:16.376 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.460s] 2020-06-04 18:37:16.444 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.068s] 2020-06-04 18:37:20.808 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.364s] 2020-06-04 18:37:20.911 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.103s] 2020-06-04 18:37:21.023 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.111s] 2020-06-04 18:37:21.114 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.091s] 2020-06-04 18:37:21.410 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.206s] 2020-06-04 18:37:21.503 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.094s] 2020-06-04 18:37:21.529 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.026s] 2020-06-04 18:37:22.015 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.397s] 2020-06-04 18:37:22.186 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.170s] 2020-06-04 18:37:22.352 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.167s] 2020-06-04 18:37:22.815 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.414s] 2020-06-04 18:37:25.069 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.252s] 2020-06-04 18:37:25.182 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.113s] 2020-06-04 18:37:25.276 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.093s] 2020-06-04 18:37:25.845 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.478s] 2020-06-04 18:37:28.082 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.236s] 2020-06-04 18:37:28.228 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.147s] 2020-06-04 18:37:28.338 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.109s] 2020-06-04 18:37:28.454 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.116s] 2020-06-04 18:37:28.518 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.064s] 2020-06-04 18:37:28.690 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.172s] 2020-06-04 18:37:28.731 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.040s] 2020-06-04 18:37:28.824 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.093s] 2020-06-04 18:37:29.052 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.144s] 2020-06-04 18:37:29.226 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.174s] 2020-06-04 18:37:29.343 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.116s] 2020-06-04 18:37:29.492 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.149s] 2020-06-04 18:37:29.661 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.169s] 2020-06-04 18:37:29.769 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.107s] 2020-06-04 18:37:29.936 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.168s] 2020-06-04 18:37:30.099 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.162s] 2020-06-04 18:37:30.145 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.046s] 2020-06-04 18:37:30.190 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.045s] 2020-06-04 18:37:47.505 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [17.313s] 2020-06-04 18:38:09.096 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [21.590s] 2020-06-04 18:38:22.722 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.626s] 2020-06-04 18:38:36.472 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.749s] 2020-06-04 18:38:50.063 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.591s] 2020-06-04 18:39:03.724 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.660s] 2020-06-04 18:39:17.665 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.939s] 2020-06-04 18:39:35.489 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [17.823s] 2020-06-04 18:39:57.364 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [21.875s] 2020-06-04 18:40:19.121 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [21.755s] 2020-06-04 18:40:40.804 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.682s] 2020-06-04 18:41:06.517 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [25.712s] 2020-06-04 18:41:28.350 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.833s] 2020-06-04 18:41:53.972 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [25.621s] 2020-06-04 18:42:11.412 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.439s] 2020-06-04 18:42:25.041 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... success [13.627s] 2020-06-04 18:42:34.159 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.118s] 2020-06-04 18:42:47.405 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.245s] 2020-06-04 18:43:00.599 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.194s] 2020-06-04 18:43:14.118 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.518s] 2020-06-04 18:43:27.756 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.638s] 2020-06-04 18:43:45.683 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [17.926s] 2020-06-04 18:43:59.380 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.695s] 2020-06-04 18:44:17.052 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.670s] 2020-06-04 18:44:34.763 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.711s] 2020-06-04 18:44:35.027 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.262s]: b'LBaasv2 extension not available, skipping' 2020-06-04 18:44:35.256 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.228s]: b'LBaasv2 extension not available, skipping' 2020-06-04 18:45:00.643 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.387s] 2020-06-04 18:45:28.980 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 [28.336s] 2020-06-04 18:46:11.576 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [42.595s] 2020-06-04 18:46:42.832 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [31.256s] 2020-06-04 18:47:14.157 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [31.325s] 2020-06-04 18:47:46.670 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [32.512s] 2020-06-04 18:48:27.055 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [40.384s] 2020-06-04 18:48:54.354 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.298s] 2020-06-04 18:49:21.484 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [27.129s] 2020-06-04 18:49:49.802 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [28.317s] 2020-06-04 18:50:15.286 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [25.483s] 2020-06-04 18:50:15.587 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.300s] 2020-06-04 18:50:15.771 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.184s] 2020-06-04 18:50:15.954 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.182s] 2020-06-04 18:50:16.155 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.201s] 2020-06-04 18:50:25.080 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [8.925s] 2020-06-04 18:50:34.531 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [9.450s] 2020-06-04 18:50:34.779 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.247s] 2020-06-04 18:50:34.780 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-04 18:50:34.981 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.201s] 2020-06-04 18:50:52.686 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [17.705s] 2020-06-04 18:51:06.492 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.806s] 2020-06-04 18:51:16.113 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.619s] 2020-06-04 18:51:25.101 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [8.988s] 2020-06-04 18:52:38.897 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [73.795s] 2020-06-04 18:54:10.540 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [91.642s] 2020-06-04 18:54:20.104 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.564s] 2020-06-04 18:54:33.335 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.230s] 2020-06-04 18:54:42.414 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.078s] 2020-06-04 18:54:55.581 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.167s] 2020-06-04 18:55:04.549 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [8.967s] 2020-06-04 18:55:22.005 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.455s] 2020-06-04 18:55:22.262 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.256s] 2020-06-04 18:55:22.430 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.168s] 2020-06-04 18:55:22.578 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.147s] 2020-06-04 18:55:22.735 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.156s] 2020-06-04 18:55:22.889 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.153s] 2020-06-04 18:55:23.063 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.173s] 2020-06-04 18:55:23.209 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.146s] 2020-06-04 18:55:23.360 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.151s] 2020-06-04 18:55:23.501 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.140s] 2020-06-04 18:55:32.441 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.940s] 2020-06-04 18:55:33.332 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.891s] 2020-06-04 18:55:33.478 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.145s] 2020-06-04 18:55:42.396 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.918s] 2020-06-04 18:55:42.709 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.312s] 2020-06-04 18:55:42.861 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.152s] 2020-06-04 18:55:43.012 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.150s] 2020-06-04 18:55:43.020 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.007s]: b'Test disabled in conf, skipping' 2020-06-04 18:55:43.646 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.625s]: b'LBaas v1 extension not available, skipping' 2020-06-04 18:55:44.229 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.581s]: b'LBaasv2 extension not available, skipping' 2020-06-04 18:56:26.730 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [42.502s] 2020-06-04 18:56:26.740 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_add_delete_poolmember ... skip [0.008s]: b'Test disabled in conf, skipping' 2020-06-04 18:56:26.745 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-04 18:56:41.761 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [15.016s] 2020-06-04 18:56:41.770 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.008s]: b'Test disabled in conf, skipping' 2020-06-04 18:57:15.799 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [34.024s] 2020-06-04 18:58:22.224 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [66.418s] 2020-06-04 18:58:22.227 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.006s]: b'Test disabled in conf, skipping' 2020-06-04 18:58:22.228 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-04 18:58:22.485 34 INFO rally.task.context [-] Verification 9ce70821-08d2-47f7-80d0-c38236760c3d | Context testr@default cleanup() started 2020-06-04 18:58:22.486 34 INFO rally.task.context [-] Verification 9ce70821-08d2-47f7-80d0-c38236760c3d | Context testr@default cleanup() finished in 0.70 msec 2020-06-04 18:58:22.487 34 INFO rally.task.context [-] Verification 9ce70821-08d2-47f7-80d0-c38236760c3d | Context tempest@default cleanup() started 2020-06-04 18:58:22.686 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_cccec98b_Tje7JwBB'. 2020-06-04 18:58:22.781 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_cccec98b_Tje7JwBB' has been deleted. 2020-06-04 18:58:22.782 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'e00689cf-0b25-47c5-a330-848aa4413bf1' of option 'instance_type' from Tempest config file. 2020-06-04 18:58:22.783 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'e00689cf-0b25-47c5-a330-848aa4413bf1' has been removed. 2020-06-04 18:58:22.789 34 INFO rally.task.context [-] Verification 9ce70821-08d2-47f7-80d0-c38236760c3d | Context tempest@default cleanup() finished in 0.30 sec 2020-06-04 18:58:22.822 34 INFO rally.api [-] Verification (UUID=cccec98b-3d93-46f1-ae9c-76ed73ca47ae) has been successfully finished for deployment 'opnfv-rally' (UUID=86e71cf0-dc22-49a3-9d7c-081e32611976)! 2020-06-04 18:58:24.503 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:58:24.503 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:58:24.504 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:58:26.261 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:58:26.262 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:58:26.262 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:58:28.408 44 INFO rally.api [-] Building 'html' report for the following verification(s): 'cccec98b-3d93-46f1-ae9c-76ed73ca47ae' 2020-06-04 18:58:28.431 44 INFO rally.api [-] The report has been successfully built. 2020-06-04 18:58:30.098 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:58:30.099 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:58:30.099 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:58:32.365 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'cccec98b-3d93-46f1-ae9c-76ed73ca47ae' 2020-06-04 18:58:32.372 46 INFO rally.api [-] The report has been successfully built.