2020-07-28 15:42:36.405 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:42:36.405 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:42:36.406 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:42:38.767 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 15:42:38.767 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-28 15:42:38.767 7 ERROR rally.cli.cliutils 2020-07-28 15:42:40.486 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:42:40.487 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:42:40.487 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:42:44.645 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:42:44.646 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:42:44.646 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:42:48.946 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:42:48.946 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:42:48.947 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:42:50.401 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:42:50.402 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:42:50.402 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:42:52.708 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 15:42:52.708 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-28 15:42:52.708 17 ERROR rally.cli.cliutils 2020-07-28 15:42:54.511 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:42:54.512 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:42:54.512 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:42:56.772 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-28 15:42:56.847 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-c46704e1-6b9c-43f2-8252-1b88c560e9b5/repo. 2020-07-28 15:42:57.098 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-c46704e1-6b9c-43f2-8252-1b88c560e9b5/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 15:42:57.112 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8da0d7e7d ' 2020-07-28 15:42:57.124 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8da0d7e7dda3b23b5de1ed71e418ed53310bd455 ' 2020-07-28 15:42:57.148 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-28 15:42:57.193 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-28 15:42:57.967 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c46704e1-6b9c-43f2-8252-1b88c560e9b5) has been successfully created! 2020-07-28 15:42:59.760 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:42:59.761 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:42:59.761 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:43:08.520 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:43:08.521 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:43:08.521 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:43:10.625 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c46704e1-6b9c-43f2-8252-1b88c560e9b5) for deployment 'opnfv-rally' (UUID=9820eb6b-1bb0-4890-b6c5-c5a805627733). 2020-07-28 15:43:13.242 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c46704e1-6b9c-43f2-8252-1b88c560e9b5) has been successfully configured for deployment 'opnfv-rally' (UUID=9820eb6b-1bb0-4890-b6c5-c5a805627733)! 2020-07-28 15:43:22.525 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:43:22.525 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:43:22.526 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:43:24.971 35 INFO rally.api [-] Starting verification (UUID=c5ba26b3-2665-4b4b-bd96-2f47e3fe35fa) for deployment 'opnfv-rally' (UUID=9820eb6b-1bb0-4890-b6c5-c5a805627733) by verifier 'opnfv-tempest' (UUID=c46704e1-6b9c-43f2-8252-1b88c560e9b5). 2020-07-28 15:43:25.825 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-28 15:43:25.825 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c46704e1-6b9c-43f2-8252-1b88c560e9b5/for-deployment-9820eb6b-1bb0-4890-b6c5-c5a805627733/tempest.log' to option 'log_file'. 2020-07-28 15:43:25.826 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-c46704e1-6b9c-43f2-8252-1b88c560e9b5/for-deployment-9820eb6b-1bb0-4890-b6c5-c5a805627733/tempest.log 2020-07-28 15:43:25.826 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-28 15:43:25.826 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c46704e1-6b9c-43f2-8252-1b88c560e9b5/for-deployment-9820eb6b-1bb0-4890-b6c5-c5a805627733/lock_files' to option 'lock_path'. 2020-07-28 15:43:25.827 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-c46704e1-6b9c-43f2-8252-1b88c560e9b5/for-deployment-9820eb6b-1bb0-4890-b6c5-c5a805627733/lock_files 2020-07-28 15:43:25.827 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 15:43:25.827 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 15:43:25.828 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 60593964-8b64-41b1-8c30-ad5eb4b1219c 2020-07-28 15:43:25.828 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 4c635599-dde0-4e09-b2ad-bc14f3bc79e3 2020-07-28 15:43:25.829 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 1fb65e36-085a-423a-9e62-ca49028ec880 2020-07-28 15:43:25.829 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 8c4b3a06-e3b8-462f-bb9e-d35cb47d69e2 2020-07-28 15:43:26.205 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-28 15:43:26.205 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_ff3a91a6-7396-4b7d-8e0f-c0ce149a4957 2020-07-28 15:43:26.206 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-28 15:43:26.305 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 15:43:26.362 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_9cad863a_ZYeHEeUm'. Using flavor 'rally_verify_9cad863a_ZYeHEeUm' (ID = 8bbac5bc-cbbc-41c8-8357-314477df3912) for the tests. 2020-07-28 15:43:26.362 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8bbac5bc-cbbc-41c8-8357-314477df3912' to option 'instance_type'. 2020-07-28 15:43:26.363 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8bbac5bc-cbbc-41c8-8357-314477df3912 2020-07-28 15:43:26.364 35 INFO rally.task.context [-] Verification c46704e1-6b9c-43f2-8252-1b88c560e9b5 | Context tempest@default setup() finished in 1.13 sec 2020-07-28 15:43:26.365 35 INFO rally.task.context [-] Verification c46704e1-6b9c-43f2-8252-1b88c560e9b5 | Context testr@default setup() finished in 0.25 msec 2020-07-28 15:43:26.365 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/f3878981-5d0b-44b3-b3e1-5827d3a13384'. 2020-07-28 15:43:32.703 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.394s] 2020-07-28 15:43:32.881 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.179s] 2020-07-28 15:43:33.047 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.166s] 2020-07-28 15:43:33.869 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.774s] 2020-07-28 15:43:36.120 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 15:43:36.235 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.115s] 2020-07-28 15:43:36.371 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.136s] 2020-07-28 15:43:37.009 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.536s] 2020-07-28 15:43:39.215 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.206s] 2020-07-28 15:43:39.490 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.275s] 2020-07-28 15:43:39.588 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.098s] 2020-07-28 15:43:39.689 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.102s] 2020-07-28 15:43:39.759 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.070s] 2020-07-28 15:43:39.914 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.154s] 2020-07-28 15:43:39.964 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.050s] 2020-07-28 15:43:40.079 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.115s] 2020-07-28 15:43:40.383 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.203s] 2020-07-28 15:43:40.853 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.469s] 2020-07-28 15:43:43.091 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.238s] 2020-07-28 15:43:43.128 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.036s] 2020-07-28 15:43:43.193 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.065s] 2020-07-28 15:43:43.805 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.611s] 2020-07-28 15:43:46.075 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.270s] 2020-07-28 15:43:46.118 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.043s] 2020-07-28 15:43:46.238 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.119s] 2020-07-28 15:43:50.571 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.333s] 2020-07-28 15:43:50.641 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.070s] 2020-07-28 15:43:54.970 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.328s] 2020-07-28 15:43:55.070 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.100s] 2020-07-28 15:43:55.167 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.096s] 2020-07-28 15:43:55.257 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.090s] 2020-07-28 15:43:55.553 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.206s] 2020-07-28 15:43:55.647 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.094s] 2020-07-28 15:43:55.672 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.024s] 2020-07-28 15:43:55.893 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.175s] 2020-07-28 15:43:56.071 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.177s] 2020-07-28 15:43:56.179 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.107s] 2020-07-28 15:43:56.352 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.173s] 2020-07-28 15:43:56.514 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.161s] 2020-07-28 15:43:56.604 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.090s] 2020-07-28 15:43:56.743 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.139s] 2020-07-28 15:43:56.885 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.141s] 2020-07-28 15:43:56.930 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.045s] 2020-07-28 15:43:56.971 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.040s] 2020-07-28 15:44:14.554 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [17.582s] 2020-07-28 15:44:32.104 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [17.549s] 2020-07-28 15:44:45.846 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.743s] 2020-07-28 15:45:01.747 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [15.899s] 2020-07-28 15:45:15.489 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.741s] 2020-07-28 15:45:33.175 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [17.685s] 2020-07-28 15:45:51.177 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [18.001s] 2020-07-28 15:46:04.927 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.749s] 2020-07-28 15:46:30.924 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [25.997s] 2020-07-28 15:46:52.744 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [21.820s] 2020-07-28 15:47:18.660 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [25.915s] 2020-07-28 15:47:40.588 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [21.927s] 2020-07-28 15:48:13.044 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [32.455s] 2020-07-28 15:48:42.979 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [29.935s] 2020-07-28 15:49:04.688 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [21.708s] 2020-07-28 15:49:04.696 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.007s]: b'Test disabled in conf, skipping' 2020-07-28 15:49:13.707 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.010s] 2020-07-28 15:49:27.008 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.300s] 2020-07-28 15:49:40.404 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.396s] 2020-07-28 15:49:49.896 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.492s] 2020-07-28 15:50:03.669 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.772s] 2020-07-28 15:50:25.778 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [22.108s] 2020-07-28 15:50:39.570 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.792s] 2020-07-28 15:50:53.311 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [13.740s] 2020-07-28 15:51:11.027 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.716s] 2020-07-28 15:51:11.275 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.246s]: b'LBaasv2 extension not available, skipping' 2020-07-28 15:51:11.516 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.240s]: b'LBaasv2 extension not available, skipping' 2020-07-28 15:51:37.040 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.524s] 2020-07-28 15:52:09.447 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 [32.406s] 2020-07-28 15:52:56.189 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [46.742s] 2020-07-28 15:53:30.690 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [34.500s] 2020-07-28 15:54:02.032 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.343s] 2020-07-28 15:54:37.819 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [35.786s] 2020-07-28 15:55:20.418 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [42.598s] 2020-07-28 15:55:48.610 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [28.192s] 2020-07-28 15:56:22.110 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [33.498s] 2020-07-28 15:56:53.210 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [31.100s] 2020-07-28 15:57:18.992 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [25.782s] 2020-07-28 15:57:19.277 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.285s] 2020-07-28 15:57:19.459 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.182s] 2020-07-28 15:57:19.620 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.160s] 2020-07-28 15:57:19.829 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.209s] 2020-07-28 15:57:25.585 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [5.755s] 2020-07-28 15:57:36.005 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [10.420s] 2020-07-28 15:57:36.301 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.294s] 2020-07-28 15:57:36.302 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_with_cloud_credential ... skip [0.000s]: b'multi_cloud - Feature not enabled.' 2020-07-28 15:57:36.588 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.287s] 2020-07-28 15:57:55.208 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.620s] 2020-07-28 15:58:09.133 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.924s] 2020-07-28 15:58:18.203 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.069s] 2020-07-28 15:58:27.328 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.125s] 2020-07-28 15:59:37.635 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [70.307s] 2020-07-28 16:01:13.495 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [95.859s] 2020-07-28 16:01:23.077 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.581s] 2020-07-28 16:01:36.454 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.377s] 2020-07-28 16:01:45.771 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.316s] 2020-07-28 16:01:59.010 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.239s] 2020-07-28 16:02:08.102 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.091s] 2020-07-28 16:02:25.631 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.528s] 2020-07-28 16:02:26.039 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.407s] 2020-07-28 16:02:26.184 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.145s] 2020-07-28 16:02:26.414 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.230s] 2020-07-28 16:02:26.659 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.244s] 2020-07-28 16:02:26.899 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.239s] 2020-07-28 16:02:27.143 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.243s] 2020-07-28 16:02:27.412 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.269s] 2020-07-28 16:02:27.558 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.146s] 2020-07-28 16:02:27.702 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.143s] 2020-07-28 16:02:36.647 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.944s] 2020-07-28 16:02:37.167 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.519s] 2020-07-28 16:02:37.495 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.327s] 2020-07-28 16:02:46.607 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [9.112s] 2020-07-28 16:02:46.918 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.311s] 2020-07-28 16:02:47.059 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.139s] 2020-07-28 16:02:47.208 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.149s] 2020-07-28 16:02:47.215 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.005s]: b'Test disabled in conf, skipping' 2020-07-28 16:02:47.843 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.627s]: b'LBaas v1 extension not available, skipping' 2020-07-28 16:02:48.736 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.892s]: b'LBaasv2 extension not available, skipping' 2020-07-28 16:03:31.948 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [43.211s] 2020-07-28 16:03:31.961 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_add_delete_poolmember ... skip [0.006s]: b'Test disabled in conf, skipping' 2020-07-28 16:03:31.965 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_create_update_loadbalancer ... skip [0.011s]: b'Test disabled in conf, skipping' 2020-07-28 16:03:50.168 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [18.202s] 2020-07-28 16:03:50.174 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.005s]: b'Test disabled in conf, skipping' 2020-07-28 16:04:35.420 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [45.241s] 2020-07-28 16:05:59.384 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [83.960s] 2020-07-28 16:05:59.393 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.014s]: b'Test disabled in conf, skipping' 2020-07-28 16:05:59.398 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.004s]: b'Test disabled in conf, skipping' 2020-07-28 16:05:59.723 35 INFO rally.task.context [-] Verification c46704e1-6b9c-43f2-8252-1b88c560e9b5 | Context testr@default cleanup() started 2020-07-28 16:05:59.723 35 INFO rally.task.context [-] Verification c46704e1-6b9c-43f2-8252-1b88c560e9b5 | Context testr@default cleanup() finished in 0.71 msec 2020-07-28 16:05:59.724 35 INFO rally.task.context [-] Verification c46704e1-6b9c-43f2-8252-1b88c560e9b5 | Context tempest@default cleanup() started 2020-07-28 16:05:59.963 35 INFO rally.task.context [-] Verification c46704e1-6b9c-43f2-8252-1b88c560e9b5 | Context tempest@default cleanup() finished in 0.24 sec 2020-07-28 16:06:00.015 35 INFO rally.api [-] Verification (UUID=c5ba26b3-2665-4b4b-bd96-2f47e3fe35fa) has been successfully finished for deployment 'opnfv-rally' (UUID=9820eb6b-1bb0-4890-b6c5-c5a805627733)! 2020-07-28 16:06:02.087 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:06:02.088 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:06:02.088 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:06:03.865 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:06:03.866 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:06:03.866 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:06:06.562 45 INFO rally.api [-] Building 'html' report for the following verification(s): 'c5ba26b3-2665-4b4b-bd96-2f47e3fe35fa' 2020-07-28 16:06:06.591 45 INFO rally.api [-] The report has been successfully built. 2020-07-28 16:06:08.468 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:06:08.469 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:06:08.469 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:06:10.842 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c5ba26b3-2665-4b4b-bd96-2f47e3fe35fa' 2020-07-28 16:06:10.853 47 INFO rally.api [-] The report has been successfully built.