2020-06-04 19:58:07.859 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:58:07.860 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:58:07.860 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:58:10.367 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 19:58:10.367 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-04 19:58:10.367 7 ERROR rally.cli.cliutils 2020-06-04 19:58:12.035 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:58:12.035 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:58:12.035 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:58:16.234 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:58:16.235 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:58:16.235 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:58:21.235 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:58:21.236 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:58:21.236 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:58:22.688 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:58:22.688 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:58:22.689 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:58:25.023 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 19:58:25.023 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-04 19:58:25.023 17 ERROR rally.cli.cliutils 2020-06-04 19:58:26.726 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:58:26.726 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:58:26.726 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:58:28.932 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-04 19:58:29.002 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-0ba1b00e-ff5f-417f-8dc6-ae9fdbaa2621/repo. 2020-06-04 19:58:29.205 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-0ba1b00e-ff5f-417f-8dc6-ae9fdbaa2621/repo'... done. ' 2020-06-04 19:58:29.218 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-04 19:58:29.243 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-04 19:58:29.294 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-04 19:58:30.078 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0ba1b00e-ff5f-417f-8dc6-ae9fdbaa2621) has been successfully created! 2020-06-04 19:58:31.821 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:58:31.821 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:58:31.821 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:58:41.129 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:58:41.129 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:58:41.130 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:58:43.320 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0ba1b00e-ff5f-417f-8dc6-ae9fdbaa2621) for deployment 'opnfv-rally' (UUID=d791905c-a547-4d6c-a3a9-0829105ceabb). 2020-06-04 19:58:44.826 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0ba1b00e-ff5f-417f-8dc6-ae9fdbaa2621) has been successfully configured for deployment 'opnfv-rally' (UUID=d791905c-a547-4d6c-a3a9-0829105ceabb)! 2020-06-04 19:58:56.781 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:58:56.782 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:58:56.782 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:58:59.215 34 INFO rally.api [-] Starting verification (UUID=9896c4b7-dcc3-4e18-a026-2a7bd457b797) for deployment 'opnfv-rally' (UUID=d791905c-a547-4d6c-a3a9-0829105ceabb) by verifier 'opnfv-tempest' (UUID=0ba1b00e-ff5f-417f-8dc6-ae9fdbaa2621). 2020-06-04 19:59:00.038 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-04 19:59:00.039 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0ba1b00e-ff5f-417f-8dc6-ae9fdbaa2621/for-deployment-d791905c-a547-4d6c-a3a9-0829105ceabb/tempest.log' to option 'log_file'. 2020-06-04 19:59:00.039 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-0ba1b00e-ff5f-417f-8dc6-ae9fdbaa2621/for-deployment-d791905c-a547-4d6c-a3a9-0829105ceabb/tempest.log 2020-06-04 19:59:00.039 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-04 19:59:00.040 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0ba1b00e-ff5f-417f-8dc6-ae9fdbaa2621/for-deployment-d791905c-a547-4d6c-a3a9-0829105ceabb/lock_files' to option 'lock_path'. 2020-06-04 19:59:00.040 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-0ba1b00e-ff5f-417f-8dc6-ae9fdbaa2621/for-deployment-d791905c-a547-4d6c-a3a9-0829105ceabb/lock_files 2020-06-04 19:59:00.040 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 19:59:00.040 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 19:59:00.041 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e5d0c08a-f6b2-44b3-8b84-63638daaf60e 2020-06-04 19:59:00.041 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 3d5836b7-5a32-4183-b5af-87b63c6ccebb 2020-06-04 19:59:00.041 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e43e6d1a-c479-4d80-80d7-73fddf45f02e 2020-06-04 19:59:00.042 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 57bd12ff-0957-4b0d-a415-31fa4057ee32 2020-06-04 19:59:00.239 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-04 19:59:00.240 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_60e28094-125f-4000-a339-9276b20ddc45 2020-06-04 19:59:00.240 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-04 19:59:00.335 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 19:59:00.380 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-04 19:59:00.380 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_9896c4b7_bV0LUkDY' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-04 19:59:00.414 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_9896c4b7_bV0LUkDY' (ID = 9d5828ee-b196-4e23-8e42-67783e4daf34) has been successfully created! 2020-06-04 19:59:00.414 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '9d5828ee-b196-4e23-8e42-67783e4daf34' to option 'instance_type'. 2020-06-04 19:59:00.415 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 9d5828ee-b196-4e23-8e42-67783e4daf34 2020-06-04 19:59:00.416 34 INFO rally.task.context [-] Verification 0ba1b00e-ff5f-417f-8dc6-ae9fdbaa2621 | Context tempest@default setup() finished in 0.88 sec 2020-06-04 19:59:00.417 34 INFO rally.task.context [-] Verification 0ba1b00e-ff5f-417f-8dc6-ae9fdbaa2621 | Context testr@default setup() finished in 0.56 msec 2020-06-04 19:59:00.417 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/153fc64d-13cd-4b5f-8f46-f3aa2682a2d9'. 2020-06-04 19:59:06.798 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.197s] 2020-06-04 19:59:07.229 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.431s] 2020-06-04 19:59:09.457 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.228s] 2020-06-04 19:59:09.488 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.031s] 2020-06-04 19:59:09.585 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.097s] 2020-06-04 19:59:10.248 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.662s] 2020-06-04 19:59:12.485 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-04 19:59:12.525 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.040s] 2020-06-04 19:59:12.588 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.062s] 2020-06-04 19:59:17.145 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.556s] 2020-06-04 19:59:17.215 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.070s] 2020-06-04 19:59:21.565 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.349s] 2020-06-04 19:59:21.676 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.111s] 2020-06-04 19:59:21.823 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.147s] 2020-06-04 19:59:21.915 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.092s] 2020-06-04 19:59:22.236 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.221s] 2020-06-04 19:59:22.329 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 19:59:22.354 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.025s] 2020-06-04 19:59:22.971 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.414s] 2020-06-04 19:59:23.151 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.180s] 2020-06-04 19:59:23.304 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.152s] 2020-06-04 19:59:23.982 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.586s] 2020-06-04 19:59:26.187 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.205s] 2020-06-04 19:59:26.291 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.104s] 2020-06-04 19:59:26.399 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.108s] 2020-06-04 19:59:27.031 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.533s] 2020-06-04 19:59:29.252 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.221s] 2020-06-04 19:59:29.434 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.182s] 2020-06-04 19:59:29.530 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.096s] 2020-06-04 19:59:29.635 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.104s] 2020-06-04 19:59:29.701 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.066s] 2020-06-04 19:59:29.868 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.166s] 2020-06-04 19:59:29.914 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.045s] 2020-06-04 19:59:30.016 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.102s] 2020-06-04 19:59:30.407 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.239s] 2020-06-04 19:59:30.586 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.178s] 2020-06-04 19:59:30.686 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.100s] 2020-06-04 19:59:30.856 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.170s] 2020-06-04 19:59:31.009 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.152s] 2020-06-04 19:59:31.120 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.112s] 2020-06-04 19:59:31.289 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 19:59:31.453 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.164s] 2020-06-04 19:59:31.511 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.058s] 2020-06-04 19:59:31.550 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.039s] 2020-06-04 19:59:49.176 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [17.624s] 2020-06-04 20:00:06.634 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [17.456s] 2020-06-04 20:00:20.399 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.765s] 2020-06-04 20:00:34.179 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.779s] 2020-06-04 20:00:48.159 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.980s] 2020-06-04 20:01:02.815 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [14.656s] 2020-06-04 20:01:16.352 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.536s] 2020-06-04 20:01:30.006 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.652s] 2020-06-04 20:01:51.918 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [21.911s] 2020-06-04 20:02:14.623 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [22.705s] 2020-06-04 20:02:36.654 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.030s] 2020-06-04 20:03:02.415 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [25.760s] 2020-06-04 20:03:29.298 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [26.883s] 2020-06-04 20:03:50.829 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.530s] 2020-06-04 20:04:08.503 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.673s] 2020-06-04 20:04:22.119 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... success [13.615s] 2020-06-04 20:04:31.208 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.089s] 2020-06-04 20:04:44.387 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.178s] 2020-06-04 20:04:57.609 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.221s] 2020-06-04 20:05:11.065 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.456s] 2020-06-04 20:05:24.656 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.590s] 2020-06-04 20:05:42.729 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.072s] 2020-06-04 20:05:56.274 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.544s] 2020-06-04 20:06:13.875 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.601s] 2020-06-04 20:06:31.647 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.771s] 2020-06-04 20:07:05.190 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [33.542s] 2020-06-04 20:07:32.911 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 [27.720s] 2020-06-04 20:08:11.250 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [38.338s] 2020-06-04 20:08:38.383 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [27.132s] 2020-06-04 20:09:09.733 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.349s] 2020-06-04 20:09:40.993 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [31.259s] 2020-06-04 20:10:22.619 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [41.626s] 2020-06-04 20:10:49.697 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.077s] 2020-06-04 20:11:16.729 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [27.032s] 2020-06-04 20:11:43.669 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [26.939s] 2020-06-04 20:12:09.158 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [25.488s] 2020-06-04 20:12:09.420 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.262s] 2020-06-04 20:12:09.581 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.160s] 2020-06-04 20:12:09.742 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.161s] 2020-06-04 20:12:09.917 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.174s] 2020-06-04 20:12:19.030 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [9.112s] 2020-06-04 20:12:28.543 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [9.512s] 2020-06-04 20:12:28.813 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.269s] 2020-06-04 20:12:29.012 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.199s] 2020-06-04 20:12:46.654 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [17.641s] 2020-06-04 20:13:00.664 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [14.009s] 2020-06-04 20:13:09.804 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.139s] 2020-06-04 20:13:18.879 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.074s] 2020-06-04 20:14:29.970 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [71.090s] 2020-06-04 20:15:53.537 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [83.567s] 2020-06-04 20:16:03.040 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.503s] 2020-06-04 20:16:16.324 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.282s] 2020-06-04 20:16:25.393 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.069s] 2020-06-04 20:16:38.509 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.115s] 2020-06-04 20:16:47.676 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.166s] 2020-06-04 20:17:05.111 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.434s] 2020-06-04 20:17:05.377 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.265s] 2020-06-04 20:17:05.524 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.147s] 2020-06-04 20:17:05.690 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.165s] 2020-06-04 20:17:05.840 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.150s] 2020-06-04 20:17:06.046 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.173s] 2020-06-04 20:17:06.365 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.327s] 2020-06-04 20:17:06.583 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.241s] 2020-06-04 20:17:06.734 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 20:17:06.893 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.158s] 2020-06-04 20:17:16.138 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [9.245s] 2020-06-04 20:17:16.923 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.784s] 2020-06-04 20:17:17.081 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.158s] 2020-06-04 20:17:26.265 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [9.183s] 2020-06-04 20:17:26.526 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.261s] 2020-06-04 20:17:26.664 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.137s] 2020-06-04 20:17:26.813 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.148s] 2020-06-04 20:18:21.744 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [54.930s] 2020-06-04 20:18:36.023 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [14.279s] 2020-06-04 20:19:23.077 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [47.050s] 2020-06-04 20:21:00.920 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [97.835s] 2020-06-04 20:21:01.348 34 INFO rally.task.context [-] Verification 0ba1b00e-ff5f-417f-8dc6-ae9fdbaa2621 | Context testr@default cleanup() started 2020-06-04 20:21:01.349 34 INFO rally.task.context [-] Verification 0ba1b00e-ff5f-417f-8dc6-ae9fdbaa2621 | Context testr@default cleanup() finished in 0.83 msec 2020-06-04 20:21:01.350 34 INFO rally.task.context [-] Verification 0ba1b00e-ff5f-417f-8dc6-ae9fdbaa2621 | Context tempest@default cleanup() started 2020-06-04 20:21:01.596 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_9896c4b7_bV0LUkDY'. 2020-06-04 20:21:01.798 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_9896c4b7_bV0LUkDY' has been deleted. 2020-06-04 20:21:01.799 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '9d5828ee-b196-4e23-8e42-67783e4daf34' of option 'instance_type' from Tempest config file. 2020-06-04 20:21:01.800 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '9d5828ee-b196-4e23-8e42-67783e4daf34' has been removed. 2020-06-04 20:21:01.810 34 INFO rally.task.context [-] Verification 0ba1b00e-ff5f-417f-8dc6-ae9fdbaa2621 | Context tempest@default cleanup() finished in 0.46 sec 2020-06-04 20:21:01.876 34 INFO rally.api [-] Verification (UUID=9896c4b7-dcc3-4e18-a026-2a7bd457b797) has been successfully finished for deployment 'opnfv-rally' (UUID=d791905c-a547-4d6c-a3a9-0829105ceabb)! 2020-06-04 20:21:04.050 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 20:21:04.050 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 20:21:04.050 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 20:21:05.769 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 20:21:05.769 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 20:21:05.769 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 20:21:08.107 44 INFO rally.api [-] Building 'html' report for the following verification(s): '9896c4b7-dcc3-4e18-a026-2a7bd457b797' 2020-06-04 20:21:08.141 44 INFO rally.api [-] The report has been successfully built. 2020-06-04 20:21:09.688 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 20:21:09.689 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 20:21:09.689 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 20:21:11.853 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '9896c4b7-dcc3-4e18-a026-2a7bd457b797' 2020-06-04 20:21:11.860 46 INFO rally.api [-] The report has been successfully built.