2020-06-17 12:11:37.188 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:11:37.189 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:11:37.189 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 12:11:39.914 7 ERROR rally.cli.cliutils 2020-06-17 12:11:41.658 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:11:41.659 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:11:41.659 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:11:46.354 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:11:46.355 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:11:46.355 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:11:51.305 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:11:51.305 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:11:51.305 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:11:52.913 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:11:52.913 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:11:52.914 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 12:11:55.365 17 ERROR rally.cli.cliutils 2020-06-17 12:11:57.155 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:11:57.155 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:11:57.156 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:11:59.477 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-17 12:11:59.550 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-fffedc13-59cd-404b-9673-bf93075ff183/repo. 2020-06-17 12:11:59.762 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-fffedc13-59cd-404b-9673-bf93075ff183/repo'... done. ' 2020-06-17 12:11:59.776 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-17 12:11:59.798 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-17 12:11:59.863 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-17 12:12:00.675 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fffedc13-59cd-404b-9673-bf93075ff183) has been successfully created! 2020-06-17 12:12:02.499 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:12:02.500 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:12:02.500 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:12:12.548 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:12:12.549 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:12:12.549 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:12:15.049 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=fffedc13-59cd-404b-9673-bf93075ff183) for deployment 'opnfv-rally' (UUID=ba4818f6-bf4f-4320-b85b-7426cdee4764). 2020-06-17 12:12:15.966 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fffedc13-59cd-404b-9673-bf93075ff183) has been successfully configured for deployment 'opnfv-rally' (UUID=ba4818f6-bf4f-4320-b85b-7426cdee4764)! 2020-06-17 12:12:27.414 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:12:27.415 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:12:27.415 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:12:29.729 34 INFO rally.api [-] Starting verification (UUID=60aa83fa-6bdf-48c4-ab0c-566132a53608) for deployment 'opnfv-rally' (UUID=ba4818f6-bf4f-4320-b85b-7426cdee4764) by verifier 'opnfv-tempest' (UUID=fffedc13-59cd-404b-9673-bf93075ff183). 2020-06-17 12:12:30.541 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-17 12:12:30.542 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fffedc13-59cd-404b-9673-bf93075ff183/for-deployment-ba4818f6-bf4f-4320-b85b-7426cdee4764/tempest.log' to option 'log_file'. 2020-06-17 12:12:30.542 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-fffedc13-59cd-404b-9673-bf93075ff183/for-deployment-ba4818f6-bf4f-4320-b85b-7426cdee4764/tempest.log 2020-06-17 12:12:30.542 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-17 12:12:30.543 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fffedc13-59cd-404b-9673-bf93075ff183/for-deployment-ba4818f6-bf4f-4320-b85b-7426cdee4764/lock_files' to option 'lock_path'. 2020-06-17 12:12:30.543 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-fffedc13-59cd-404b-9673-bf93075ff183/for-deployment-ba4818f6-bf4f-4320-b85b-7426cdee4764/lock_files 2020-06-17 12:12:30.543 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-17 12:12:30.544 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-06-17 12:12:30.544 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 72786d26-0608-4565-9e12-b9b1e0ea2ff4 2020-06-17 12:12:30.544 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 788660d3-f45a-4e27-a0fa-a3d487773cf1 2020-06-17 12:12:30.545 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 1aa66182-7a0b-4f15-a073-4926c195dd81 2020-06-17 12:12:30.545 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 76f788c5-5288-4289-b7fc-8c184bc8a139 2020-06-17 12:12:31.476 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-17 12:12:31.477 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_b70f2c22-1744-417e-a73e-7ab3d6dcaac6 2020-06-17 12:12:31.477 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-17 12:12:31.572 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-17 12:12:31.610 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-17 12:12:31.610 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_60aa83fa_VIG10Tk9' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-17 12:12:31.653 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_60aa83fa_VIG10Tk9' (ID = 1d6a5835-11b2-4e57-940b-80aa8fd4ea6f) has been successfully created! 2020-06-17 12:12:31.654 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '1d6a5835-11b2-4e57-940b-80aa8fd4ea6f' to option 'instance_type'. 2020-06-17 12:12:31.654 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 1d6a5835-11b2-4e57-940b-80aa8fd4ea6f 2020-06-17 12:12:31.655 34 INFO rally.task.context [-] Verification fffedc13-59cd-404b-9673-bf93075ff183 | Context tempest@default setup() finished in 1.67 sec 2020-06-17 12:12:31.656 34 INFO rally.task.context [-] Verification fffedc13-59cd-404b-9673-bf93075ff183 | Context testr@default setup() finished in 0.47 msec 2020-06-17 12:12:31.657 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/a7a190ea-20d3-4735-b8c9-bac6d370d246'. 2020-06-17 12:12:37.693 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.112s] 2020-06-17 12:12:38.199 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.506s] 2020-06-17 12:12:40.416 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.216s] 2020-06-17 12:12:40.447 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.031s] 2020-06-17 12:12:40.502 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.054s] 2020-06-17 12:12:40.926 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.424s] 2020-06-17 12:12:43.164 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.237s] 2020-06-17 12:12:43.214 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.050s] 2020-06-17 12:12:43.284 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.069s] 2020-06-17 12:12:47.617 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.334s] 2020-06-17 12:12:47.702 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.084s] 2020-06-17 12:12:52.167 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.466s] 2020-06-17 12:12:52.273 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.105s] 2020-06-17 12:12:52.384 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.111s] 2020-06-17 12:12:52.494 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.110s] 2020-06-17 12:12:52.821 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.233s] 2020-06-17 12:12:52.895 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.074s] 2020-06-17 12:12:52.918 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.023s] 2020-06-17 12:12:53.425 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.456s] 2020-06-17 12:12:53.551 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.125s] 2020-06-17 12:12:53.685 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.135s] 2020-06-17 12:12:54.632 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.862s] 2020-06-17 12:12:56.856 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.224s] 2020-06-17 12:12:56.962 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.105s] 2020-06-17 12:12:57.071 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.109s] 2020-06-17 12:12:57.663 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.493s] 2020-06-17 12:12:59.889 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.226s] 2020-06-17 12:13:00.062 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.173s] 2020-06-17 12:13:00.165 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.103s] 2020-06-17 12:13:00.273 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.108s] 2020-06-17 12:13:00.340 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.066s] 2020-06-17 12:13:00.514 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.174s] 2020-06-17 12:13:00.554 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.040s] 2020-06-17 12:13:00.642 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.087s] 2020-06-17 12:13:00.891 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.144s] 2020-06-17 12:13:01.058 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.167s] 2020-06-17 12:13:01.160 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.102s] 2020-06-17 12:13:01.328 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.168s] 2020-06-17 12:13:01.493 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.165s] 2020-06-17 12:13:01.596 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.103s] 2020-06-17 12:13:01.759 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.163s] 2020-06-17 12:13:01.918 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.159s] 2020-06-17 12:13:01.970 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.051s] 2020-06-17 12:13:02.014 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.044s] 2020-06-17 12:13:15.418 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [13.403s] 2020-06-17 12:13:36.975 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [21.556s] 2020-06-17 12:13:50.547 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.572s] 2020-06-17 12:14:04.833 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [14.285s] 2020-06-17 12:14:18.513 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.679s] 2020-06-17 12:14:32.323 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.810s] 2020-06-17 12:14:45.848 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.524s] 2020-06-17 12:14:59.498 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.650s] 2020-06-17 12:15:21.305 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [21.806s] 2020-06-17 12:15:47.186 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [25.880s] 2020-06-17 12:16:09.381 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [22.196s] 2020-06-17 12:16:31.019 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [21.637s] 2020-06-17 12:16:56.866 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [25.847s] 2020-06-17 12:17:18.529 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.661s] 2020-06-17 12:17:40.123 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [21.594s] 2020-06-17 12:17:49.186 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.062s] 2020-06-17 12:18:02.424 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.238s] 2020-06-17 12:18:15.873 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.449s] 2020-06-17 12:18:29.319 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.445s] 2020-06-17 12:18:43.065 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.745s] 2020-06-17 12:19:01.062 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [17.997s] 2020-06-17 12:19:14.608 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.546s] 2020-06-17 12:19:32.265 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.656s] 2020-06-17 12:19:50.026 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.760s] 2020-06-17 12:20:15.380 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.353s] 2020-06-17 12:20:41.813 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.432s] 2020-06-17 12:21:20.200 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [38.387s] 2020-06-17 12:21:47.731 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [27.530s] 2020-06-17 12:22:15.278 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [27.546s] 2020-06-17 12:22:46.739 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [31.460s] 2020-06-17 12:23:27.301 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [40.561s] 2020-06-17 12:23:54.535 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.233s] 2020-06-17 12:24:22.227 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [27.691s] 2020-06-17 12:24:49.859 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [27.632s] 2020-06-17 12:25:15.213 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [25.352s] 2020-06-17 12:25:15.497 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.284s] 2020-06-17 12:25:15.685 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.187s] 2020-06-17 12:25:15.948 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.262s] 2020-06-17 12:25:16.120 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.173s] 2020-06-17 12:25:24.971 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [8.850s] 2020-06-17 12:25:34.017 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.045s] 2020-06-17 12:26:43.770 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [69.752s] 2020-06-17 12:28:07.121 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [83.352s] 2020-06-17 12:28:16.640 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.519s] 2020-06-17 12:28:29.910 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.269s] 2020-06-17 12:28:39.015 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.105s] 2020-06-17 12:28:52.106 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.090s] 2020-06-17 12:29:01.110 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.003s] 2020-06-17 12:29:18.473 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.363s] 2020-06-17 12:29:18.773 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.300s] 2020-06-17 12:29:18.920 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.146s] 2020-06-17 12:29:19.069 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.149s] 2020-06-17 12:29:19.210 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.140s] 2020-06-17 12:29:19.350 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.139s] 2020-06-17 12:29:19.522 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.172s] 2020-06-17 12:29:19.676 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.154s] 2020-06-17 12:29:19.835 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.158s] 2020-06-17 12:29:19.989 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.153s] 2020-06-17 12:29:28.888 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.898s] 2020-06-17 12:29:29.480 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.591s] 2020-06-17 12:29:29.633 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.152s] 2020-06-17 12:29:38.568 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.935s] 2020-06-17 12:29:38.843 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.275s] 2020-06-17 12:29:38.988 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.145s] 2020-06-17 12:29:39.136 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.147s] 2020-06-17 12:30:25.750 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [46.613s] 2020-06-17 12:31:02.947 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [37.191s] 2020-06-17 12:31:56.481 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [53.531s] 2020-06-17 12:31:56.801 34 INFO rally.task.context [-] Verification fffedc13-59cd-404b-9673-bf93075ff183 | Context testr@default cleanup() started 2020-06-17 12:31:56.801 34 INFO rally.task.context [-] Verification fffedc13-59cd-404b-9673-bf93075ff183 | Context testr@default cleanup() finished in 0.84 msec 2020-06-17 12:31:56.802 34 INFO rally.task.context [-] Verification fffedc13-59cd-404b-9673-bf93075ff183 | Context tempest@default cleanup() started 2020-06-17 12:31:57.014 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_60aa83fa_VIG10Tk9'. 2020-06-17 12:31:57.162 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_60aa83fa_VIG10Tk9' has been deleted. 2020-06-17 12:31:57.163 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '1d6a5835-11b2-4e57-940b-80aa8fd4ea6f' of option 'instance_type' from Tempest config file. 2020-06-17 12:31:57.163 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '1d6a5835-11b2-4e57-940b-80aa8fd4ea6f' has been removed. 2020-06-17 12:31:57.174 34 INFO rally.task.context [-] Verification fffedc13-59cd-404b-9673-bf93075ff183 | Context tempest@default cleanup() finished in 0.37 sec 2020-06-17 12:31:57.201 34 INFO rally.api [-] Verification (UUID=60aa83fa-6bdf-48c4-ab0c-566132a53608) has been successfully finished for deployment 'opnfv-rally' (UUID=ba4818f6-bf4f-4320-b85b-7426cdee4764)! 2020-06-17 12:31:58.929 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:31:58.929 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:31:58.929 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:32:00.555 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:32:00.555 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:32:00.555 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:32:02.917 44 INFO rally.api [-] Building 'html' report for the following verification(s): '60aa83fa-6bdf-48c4-ab0c-566132a53608' 2020-06-17 12:32:02.939 44 INFO rally.api [-] The report has been successfully built. 2020-06-17 12:32:04.688 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:32:04.689 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:32:04.689 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:32:07.084 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '60aa83fa-6bdf-48c4-ab0c-566132a53608' 2020-06-17 12:32:07.091 46 INFO rally.api [-] The report has been successfully built.