2020-07-28 16:58:04.960 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:04.961 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:04.961 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:07.527 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-07-28 16:58:07.527 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-28 16:58:07.527 7 ERROR rally.cli.cliutils 2020-07-28 16:58:09.289 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:09.289 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:09.289 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:13.700 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:13.700 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:13.701 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:18.083 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:18.083 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:18.083 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:19.508 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:19.508 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:19.509 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:21.561 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-07-28 16:58:21.561 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-28 16:58:21.561 17 ERROR rally.cli.cliutils 2020-07-28 16:58:23.146 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:23.146 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:23.146 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:25.461 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-28 16:58:25.550 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ecd6b21d-d4cd-4495-ace9-c5d15fd0ebc2/repo. 2020-07-28 16:58:25.809 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ecd6b21d-d4cd-4495-ace9-c5d15fd0ebc2/repo'... done. Note: switching to '8da0d7e7dda3b23b5de1ed71e418ed53310bd455'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-07-28 16:58:25.822 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8da0d7e7d ' 2020-07-28 16:58:25.831 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8da0d7e7dda3b23b5de1ed71e418ed53310bd455 ' 2020-07-28 16:58:25.849 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-28 16:58:25.895 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-28 16:58:26.750 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ecd6b21d-d4cd-4495-ace9-c5d15fd0ebc2) has been successfully created! 2020-07-28 16:58:28.556 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:28.557 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:28.557 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:37.927 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:37.927 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:37.927 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:40.133 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ecd6b21d-d4cd-4495-ace9-c5d15fd0ebc2) for deployment 'opnfv-rally' (UUID=8d1f774a-7d10-4453-bfcf-fca9a88f8745). 2020-07-28 16:58:40.550 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ecd6b21d-d4cd-4495-ace9-c5d15fd0ebc2) has been successfully configured for deployment 'opnfv-rally' (UUID=8d1f774a-7d10-4453-bfcf-fca9a88f8745)! 2020-07-28 16:58:51.328 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:58:51.329 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:58:51.329 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:58:53.572 35 INFO rally.api [-] Starting verification (UUID=a928aec3-2679-48f3-a0fe-51b383fa5f65) for deployment 'opnfv-rally' (UUID=8d1f774a-7d10-4453-bfcf-fca9a88f8745) by verifier 'opnfv-tempest' (UUID=ecd6b21d-d4cd-4495-ace9-c5d15fd0ebc2). 2020-07-28 16:58:54.314 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-28 16:58:54.315 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ecd6b21d-d4cd-4495-ace9-c5d15fd0ebc2/for-deployment-8d1f774a-7d10-4453-bfcf-fca9a88f8745/tempest.log' to option 'log_file'. 2020-07-28 16:58:54.315 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ecd6b21d-d4cd-4495-ace9-c5d15fd0ebc2/for-deployment-8d1f774a-7d10-4453-bfcf-fca9a88f8745/tempest.log 2020-07-28 16:58:54.316 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-28 16:58:54.316 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ecd6b21d-d4cd-4495-ace9-c5d15fd0ebc2/for-deployment-8d1f774a-7d10-4453-bfcf-fca9a88f8745/lock_files' to option 'lock_path'. 2020-07-28 16:58:54.316 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ecd6b21d-d4cd-4495-ace9-c5d15fd0ebc2/for-deployment-8d1f774a-7d10-4453-bfcf-fca9a88f8745/lock_files 2020-07-28 16:58:54.316 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-28 16:58:54.317 35 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-07-28 16:58:54.317 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b0101edf-0614-4c46-a1ab-18e4e5cac0ac 2020-07-28 16:58:54.317 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 0640bfa4-f1e8-47c4-bd8b-43be3fa746e1 2020-07-28 16:58:54.318 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = aee517ff-d936-4a70-b196-baa9739264d6 2020-07-28 16:58:54.318 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 7f1567de-e98f-48ff-ad02-35feb47cb745 2020-07-28 16:58:54.667 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-28 16:58:54.667 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat_cntt-net_fc9f81da-ec38-4259-b93a-578b588e69af 2020-07-28 16:58:54.668 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-28 16:58:54.759 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-28 16:58:54.811 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_5dcc2452_L1bN7fBc'. Using flavor 'rally_verify_5dcc2452_L1bN7fBc' (ID = 638abbf5-d920-41ed-a819-93fc5661b755) for the tests. 2020-07-28 16:58:54.812 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '638abbf5-d920-41ed-a819-93fc5661b755' to option 'instance_type'. 2020-07-28 16:58:54.812 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 638abbf5-d920-41ed-a819-93fc5661b755 2020-07-28 16:58:54.813 35 INFO rally.task.context [-] Verification ecd6b21d-d4cd-4495-ace9-c5d15fd0ebc2 | Context tempest@default setup() finished in 1.01 sec 2020-07-28 16:58:54.814 35 INFO rally.task.context [-] Verification ecd6b21d-d4cd-4495-ace9-c5d15fd0ebc2 | Context testr@default setup() finished in 0.32 msec 2020-07-28 16:58:54.814 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/7dd12420-b625-4043-86a9-6cd645ad71ce'. 2020-07-28 16:59:01.208 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.392s] 2020-07-28 16:59:01.374 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.166s] 2020-07-28 16:59:01.545 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.170s] 2020-07-28 16:59:02.586 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.993s] 2020-07-28 16:59:04.836 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.250s] 2020-07-28 16:59:04.927 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.091s] 2020-07-28 16:59:05.025 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.098s] 2020-07-28 16:59:05.910 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.799s] 2020-07-28 16:59:08.142 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.231s] 2020-07-28 16:59:08.459 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.318s] 2020-07-28 16:59:08.570 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.110s] 2020-07-28 16:59:08.681 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.111s] 2020-07-28 16:59:08.749 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.067s] 2020-07-28 16:59:08.933 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.183s] 2020-07-28 16:59:08.976 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.043s] 2020-07-28 16:59:09.083 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.107s] 2020-07-28 16:59:09.396 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.221s] 2020-07-28 16:59:10.035 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.639s] 2020-07-28 16:59:12.232 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.197s] 2020-07-28 16:59:12.265 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.032s] 2020-07-28 16:59:12.344 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.079s] 2020-07-28 16:59:12.908 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.563s] 2020-07-28 16:59:15.116 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.207s] 2020-07-28 16:59:15.160 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.044s] 2020-07-28 16:59:15.299 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.138s] 2020-07-28 16:59:19.667 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.368s] 2020-07-28 16:59:19.736 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.069s] 2020-07-28 16:59:24.099 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.363s] 2020-07-28 16:59:24.202 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.102s] 2020-07-28 16:59:24.320 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.118s] 2020-07-28 16:59:24.416 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.095s] 2020-07-28 16:59:24.809 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.297s] 2020-07-28 16:59:24.907 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.098s] 2020-07-28 16:59:24.943 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.036s] 2020-07-28 16:59:25.202 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.157s] 2020-07-28 16:59:25.377 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.175s] 2020-07-28 16:59:25.475 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.097s] 2020-07-28 16:59:25.655 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.180s] 2020-07-28 16:59:25.832 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.177s] 2020-07-28 16:59:25.946 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.113s] 2020-07-28 16:59:26.110 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.164s] 2020-07-28 16:59:26.284 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.174s] 2020-07-28 16:59:26.330 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.046s] 2020-07-28 16:59:26.373 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.043s] 2020-07-28 16:59:39.854 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [13.479s] 2020-07-28 16:59:57.488 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [17.633s] 2020-07-28 17:00:15.394 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [17.906s] 2020-07-28 17:00:29.162 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.767s] 2020-07-28 17:00:42.859 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.696s] 2020-07-28 17:00:56.464 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.604s] 2020-07-28 17:01:10.334 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.870s] 2020-07-28 17:01:24.126 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.791s] 2020-07-28 17:01:50.528 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [26.402s] 2020-07-28 17:02:12.642 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [22.113s] 2020-07-28 17:02:42.644 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [30.001s] 2020-07-28 17:03:08.639 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [25.994s] 2020-07-28 17:03:42.688 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [34.048s] 2020-07-28 17:04:04.398 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.710s] 2020-07-28 17:04:26.043 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [21.643s] 2020-07-28 17:04:35.195 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.152s] 2020-07-28 17:04:48.459 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.264s] 2020-07-28 17:05:01.672 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.211s] 2020-07-28 17:05:15.335 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.663s] 2020-07-28 17:05:29.098 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.762s] 2020-07-28 17:05:47.330 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.231s] 2020-07-28 17:06:05.097 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [17.766s] 2020-07-28 17:06:18.850 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [13.752s] 2020-07-28 17:06:36.741 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.891s] 2020-07-28 17:07:06.339 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [29.597s] 2020-07-28 17:07:37.090 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [30.751s] 2020-07-28 17:08:28.210 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [51.118s] 2020-07-28 17:09:07.904 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [39.694s] 2020-07-28 17:09:39.730 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [31.825s] 2020-07-28 17:10:27.929 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [48.198s] 2020-07-28 17:11:16.851 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [48.922s] 2020-07-28 17:11:52.450 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [35.599s] 2020-07-28 17:12:27.707 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [35.256s] 2020-07-28 17:12:59.035 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [31.328s] 2020-07-28 17:13:36.872 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [37.835s] 2020-07-28 17:13:37.214 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.342s] 2020-07-28 17:13:37.384 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.170s] 2020-07-28 17:13:37.570 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.185s] 2020-07-28 17:13:37.849 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.278s] 2020-07-28 17:13:43.513 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [5.663s] 2020-07-28 17:13:53.873 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [10.359s] 2020-07-28 17:13:54.055 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.183s] 2020-07-28 17:13:54.263 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.207s] 2020-07-28 17:14:12.496 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.232s] 2020-07-28 17:14:26.394 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.897s] 2020-07-28 17:14:35.621 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.226s] 2020-07-28 17:14:44.737 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.115s] 2020-07-28 17:15:57.693 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [72.955s] 2020-07-28 17:17:37.857 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [100.157s] 2020-07-28 17:17:47.537 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.686s] 2020-07-28 17:18:02.434 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [14.896s] 2020-07-28 17:18:11.683 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.248s] 2020-07-28 17:18:25.006 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.322s] 2020-07-28 17:18:34.141 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.135s] 2020-07-28 17:18:51.852 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.710s] 2020-07-28 17:18:52.106 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.253s] 2020-07-28 17:18:52.354 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.247s] 2020-07-28 17:18:52.512 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.157s] 2020-07-28 17:18:52.681 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.168s] 2020-07-28 17:18:52.851 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.169s] 2020-07-28 17:18:53.012 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.161s] 2020-07-28 17:18:53.191 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.178s] 2020-07-28 17:18:53.349 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.158s] 2020-07-28 17:18:53.504 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.154s] 2020-07-28 17:19:02.414 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.910s] 2020-07-28 17:19:03.145 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.731s] 2020-07-28 17:19:03.290 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.144s] 2020-07-28 17:19:12.339 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [9.049s] 2020-07-28 17:19:12.713 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.373s] 2020-07-28 17:19:12.857 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.143s] 2020-07-28 17:19:13.035 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.177s] 2020-07-28 17:20:07.978 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [54.943s] 2020-07-28 17:20:28.586 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [20.607s] 2020-07-28 17:21:16.224 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [47.634s] 2020-07-28 17:22:26.127 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [69.897s] 2020-07-28 17:22:26.427 35 INFO rally.task.context [-] Verification ecd6b21d-d4cd-4495-ace9-c5d15fd0ebc2 | Context testr@default cleanup() started 2020-07-28 17:22:26.428 35 INFO rally.task.context [-] Verification ecd6b21d-d4cd-4495-ace9-c5d15fd0ebc2 | Context testr@default cleanup() finished in 0.87 msec 2020-07-28 17:22:26.428 35 INFO rally.task.context [-] Verification ecd6b21d-d4cd-4495-ace9-c5d15fd0ebc2 | Context tempest@default cleanup() started 2020-07-28 17:22:26.696 35 INFO rally.task.context [-] Verification ecd6b21d-d4cd-4495-ace9-c5d15fd0ebc2 | Context tempest@default cleanup() finished in 0.27 sec 2020-07-28 17:22:26.729 35 INFO rally.api [-] Verification (UUID=a928aec3-2679-48f3-a0fe-51b383fa5f65) has been successfully finished for deployment 'opnfv-rally' (UUID=8d1f774a-7d10-4453-bfcf-fca9a88f8745)! 2020-07-28 17:22:28.699 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:22:28.699 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:22:28.699 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:22:30.561 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:22:30.561 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:22:30.562 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:22:33.026 45 INFO rally.api [-] Building 'html' report for the following verification(s): 'a928aec3-2679-48f3-a0fe-51b383fa5f65' 2020-07-28 17:22:33.051 45 INFO rally.api [-] The report has been successfully built. 2020-07-28 17:22:34.831 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:22:34.832 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:22:34.832 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:22:37.138 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'a928aec3-2679-48f3-a0fe-51b383fa5f65' 2020-07-28 17:22:37.145 47 INFO rally.api [-] The report has been successfully built.