2021-05-16 12:14:37.657 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:14:37.657 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:14:37.657 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-05-16 12:14:40.199 8 ERROR rally.cli.cliutils 2021-05-16 12:14:41.875 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:14:41.875 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:14:41.875 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:14:46.319 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:14:46.320 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:14:46.320 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:14:51.100 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:14:51.101 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:14:51.101 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:14:52.623 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:14:52.624 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:14:52.624 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-05-16 12:14:55.256 18 ERROR rally.cli.cliutils 2021-05-16 12:14:56.948 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:14:56.948 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:14:56.949 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:14:59.291 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-05-16 12:14:59.363 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-2277fe32-4a02-4368-9481-62d10503faec/repo. 2021-05-16 12:14:59.622 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-2277fe32-4a02-4368-9481-62d10503faec/repo'... done. Note: switching to 'dd99891c5ba662d2855acba6ee5da1ae51f80daf'. 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 ' 2021-05-16 12:14:59.637 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-gdd99891c5 ' 2021-05-16 12:14:59.647 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'dd99891c5ba662d2855acba6ee5da1ae51f80daf ' 2021-05-16 12:14:59.668 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-05-16 12:14:59.765 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-05-16 12:15:00.546 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2277fe32-4a02-4368-9481-62d10503faec) has been successfully created! 2021-05-16 12:15:02.312 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:15:02.313 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:15:02.313 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:15:11.813 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:15:11.814 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:15:11.814 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:15:14.150 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2277fe32-4a02-4368-9481-62d10503faec) for deployment 'opnfv-rally' (UUID=4ec8f61c-408f-47bb-8aa5-f9272cea534c). 2021-05-16 12:15:14.647 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2277fe32-4a02-4368-9481-62d10503faec) has been successfully configured for deployment 'opnfv-rally' (UUID=4ec8f61c-408f-47bb-8aa5-f9272cea534c)! 2021-05-16 12:15:24.490 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:15:24.490 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:15:24.490 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:15:26.998 36 INFO rally.api [-] Starting verification (UUID=0d4d720e-c5ef-4bfc-ba81-2b0f88692279) for deployment 'opnfv-rally' (UUID=4ec8f61c-408f-47bb-8aa5-f9272cea534c) by verifier 'opnfv-tempest' (UUID=2277fe32-4a02-4368-9481-62d10503faec). 2021-05-16 12:15:27.722 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-05-16 12:15:27.723 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2277fe32-4a02-4368-9481-62d10503faec/for-deployment-4ec8f61c-408f-47bb-8aa5-f9272cea534c/tempest.log' to option 'log_file'. 2021-05-16 12:15:27.723 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-2277fe32-4a02-4368-9481-62d10503faec/for-deployment-4ec8f61c-408f-47bb-8aa5-f9272cea534c/tempest.log 2021-05-16 12:15:27.723 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-05-16 12:15:27.724 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2277fe32-4a02-4368-9481-62d10503faec/for-deployment-4ec8f61c-408f-47bb-8aa5-f9272cea534c/lock_files' to option 'lock_path'. 2021-05-16 12:15:27.724 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-2277fe32-4a02-4368-9481-62d10503faec/for-deployment-4ec8f61c-408f-47bb-8aa5-f9272cea534c/lock_files 2021-05-16 12:15:27.724 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-05-16 12:15:27.725 36 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 2021-05-16 12:15:27.725 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e7a3899d-f46b-4993-88da-1dc962a1553c 2021-05-16 12:15:27.726 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1b78d36c-128d-49a7-8b57-e6b5451f2617 2021-05-16 12:15:27.726 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 3e75897a-7d11-4701-8198-ba7d99cb00ce 2021-05-16 12:15:27.727 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 7f95e81a-aff9-46d8-ab75-2b96edf7b484 2021-05-16 12:15:27.923 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-05-16 12:15:27.923 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_ed4d4ada-4731-48d7-a448-adb4eb67b437 2021-05-16 12:15:27.924 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-05-16 12:15:28.022 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-05-16 12:15:28.067 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_a7b3e792_VgLC4aFf'. Using flavor 'rally_verify_a7b3e792_VgLC4aFf' (ID = 1347903e-ce16-4fd2-9541-1bbc24d5be4c) for the tests. 2021-05-16 12:15:28.067 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '1347903e-ce16-4fd2-9541-1bbc24d5be4c' to option 'instance_type'. 2021-05-16 12:15:28.068 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 1347903e-ce16-4fd2-9541-1bbc24d5be4c 2021-05-16 12:15:28.069 36 INFO rally.task.context [-] Verification 2277fe32-4a02-4368-9481-62d10503faec | Context tempest@default setup() finished in 0.82 sec 2021-05-16 12:15:28.070 36 INFO rally.task.context [-] Verification 2277fe32-4a02-4368-9481-62d10503faec | Context testr@default setup() finished in 0.46 msec 2021-05-16 12:15:28.070 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/84acf279-eb5f-4dc5-a733-ac2d14b0d64b'. 2021-05-16 12:15:34.101 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.366s] 2021-05-16 12:15:34.287 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.185s] 2021-05-16 12:15:34.455 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.169s] 2021-05-16 12:15:35.207 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.645s] 2021-05-16 12:15:37.471 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.264s] 2021-05-16 12:15:37.584 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.112s] 2021-05-16 12:15:37.704 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.120s] 2021-05-16 12:15:38.347 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.529s] 2021-05-16 12:15:40.556 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.209s] 2021-05-16 12:15:40.737 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.181s] 2021-05-16 12:15:40.854 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.116s] 2021-05-16 12:15:41.097 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.242s] 2021-05-16 12:15:41.171 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.074s] 2021-05-16 12:15:41.355 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.183s] 2021-05-16 12:15:41.398 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.043s] 2021-05-16 12:15:41.483 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.085s] 2021-05-16 12:15:41.757 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.156s] 2021-05-16 12:15:42.147 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.390s] 2021-05-16 12:15:44.369 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.221s] 2021-05-16 12:15:44.402 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.033s] 2021-05-16 12:15:44.455 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.052s] 2021-05-16 12:15:44.937 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.481s] 2021-05-16 12:15:47.192 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.255s] 2021-05-16 12:15:47.233 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.040s] 2021-05-16 12:15:47.307 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.074s] 2021-05-16 12:15:51.663 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.355s] 2021-05-16 12:15:51.723 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.061s] 2021-05-16 12:15:56.097 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.374s] 2021-05-16 12:15:56.209 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.111s] 2021-05-16 12:15:56.320 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.111s] 2021-05-16 12:15:56.423 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.103s] 2021-05-16 12:15:56.804 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.276s] 2021-05-16 12:15:56.906 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.102s] 2021-05-16 12:15:56.932 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.025s] 2021-05-16 12:15:57.212 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.156s] 2021-05-16 12:15:57.390 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.178s] 2021-05-16 12:15:57.497 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.106s] 2021-05-16 12:15:57.703 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.205s] 2021-05-16 12:15:57.886 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.183s] 2021-05-16 12:15:58.005 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.118s] 2021-05-16 12:15:58.169 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.164s] 2021-05-16 12:15:58.346 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.177s] 2021-05-16 12:15:58.398 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.052s] 2021-05-16 12:15:58.441 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.042s] 2021-05-16 12:16:11.765 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [13.323s] 2021-05-16 12:16:25.177 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [13.411s] 2021-05-16 12:16:38.752 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.574s] 2021-05-16 12:16:52.602 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.850s] 2021-05-16 12:17:06.181 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.530s] 2021-05-16 12:17:20.085 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.953s] 2021-05-16 12:17:33.944 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.857s] 2021-05-16 12:17:47.557 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.612s] 2021-05-16 12:18:09.451 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [21.893s] 2021-05-16 12:18:31.170 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [21.718s] 2021-05-16 12:18:52.854 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [21.684s] 2021-05-16 12:19:14.547 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [21.691s] 2021-05-16 12:19:32.133 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [17.585s] 2021-05-16 12:19:53.734 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.600s] 2021-05-16 12:20:11.257 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.522s] 2021-05-16 12:20:11.264 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.006s]: b'Test disabled in conf, skipping' 2021-05-16 12:20:20.317 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.052s] 2021-05-16 12:20:33.701 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.383s] 2021-05-16 12:20:46.922 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.221s] 2021-05-16 12:21:00.512 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.589s] 2021-05-16 12:21:14.327 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.815s] 2021-05-16 12:21:32.905 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.578s] 2021-05-16 12:21:47.641 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [14.735s] 2021-05-16 12:22:01.335 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [13.693s] 2021-05-16 12:22:19.114 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.778s] 2021-05-16 12:22:19.336 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.221s]: b'LBaasv2 extension not available, skipping' 2021-05-16 12:22:19.470 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.133s]: b'LBaasv2 extension not available, skipping' 2021-05-16 12:22:40.839 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [21.369s] 2021-05-16 12:22:59.106 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [18.267s] 2021-05-16 12:23:33.914 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [34.807s] 2021-05-16 12:24:01.761 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [27.847s] 2021-05-16 12:24:29.763 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [28.001s] 2021-05-16 12:24:56.907 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [27.143s] 2021-05-16 12:25:33.283 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [36.375s] 2021-05-16 12:26:00.429 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.145s] 2021-05-16 12:26:28.125 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [27.696s] 2021-05-16 12:27:00.061 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [31.936s] 2021-05-16 12:27:29.466 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [29.404s] 2021-05-16 12:27:29.858 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.391s] 2021-05-16 12:27:30.129 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.271s] 2021-05-16 12:27:30.421 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.292s] 2021-05-16 12:27:30.821 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.399s] 2021-05-16 12:27:40.060 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [9.239s] 2021-05-16 12:27:49.795 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [9.733s] 2021-05-16 12:27:50.259 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.465s] 2021-05-16 12:27:50.261 36 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.' 2021-05-16 12:27:50.480 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.220s] 2021-05-16 12:28:08.209 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [17.728s] 2021-05-16 12:28:22.163 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.953s] 2021-05-16 12:28:31.357 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.194s] 2021-05-16 12:28:40.510 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.152s] 2021-05-16 12:29:48.575 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [68.066s] 2021-05-16 12:31:20.441 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [91.864s] 2021-05-16 12:31:29.993 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.551s] 2021-05-16 12:31:43.337 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.342s] 2021-05-16 12:31:52.495 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.158s] 2021-05-16 12:32:05.681 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.184s] 2021-05-16 12:32:14.747 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.066s] 2021-05-16 12:32:32.352 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.604s] 2021-05-16 12:32:32.610 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.257s] 2021-05-16 12:32:32.866 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.256s] 2021-05-16 12:32:33.136 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.269s] 2021-05-16 12:32:33.397 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.260s] 2021-05-16 12:32:33.660 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.262s] 2021-05-16 12:32:33.808 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.146s] 2021-05-16 12:32:33.973 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.164s] 2021-05-16 12:32:34.122 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.149s] 2021-05-16 12:32:34.275 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.153s] 2021-05-16 12:32:43.206 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.930s] 2021-05-16 12:32:44.141 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.935s] 2021-05-16 12:32:44.309 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.167s] 2021-05-16 12:32:53.321 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [9.012s] 2021-05-16 12:32:53.602 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.281s] 2021-05-16 12:32:53.768 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.166s] 2021-05-16 12:32:54.031 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.262s] 2021-05-16 12:32:54.038 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.006s]: b'Test disabled in conf, skipping' 2021-05-16 12:32:54.657 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.617s]: b'LBaas v1 extension not available, skipping' 2021-05-16 12:32:55.482 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.826s]: b'LBaasv2 extension not available, skipping' 2021-05-16 12:33:38.911 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [43.427s] 2021-05-16 12:33:53.055 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [14.143s] 2021-05-16 12:33:53.061 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.006s]: b'Test disabled in conf, skipping' 2021-05-16 12:34:30.505 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [37.440s] 2021-05-16 12:35:24.708 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [54.197s] 2021-05-16 12:35:24.711 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.008s]: b'Test disabled in conf, skipping' 2021-05-16 12:35:24.715 36 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' 2021-05-16 12:35:25.031 36 INFO rally.task.context [-] Verification 2277fe32-4a02-4368-9481-62d10503faec | Context testr@default cleanup() started 2021-05-16 12:35:25.032 36 INFO rally.task.context [-] Verification 2277fe32-4a02-4368-9481-62d10503faec | Context testr@default cleanup() finished in 0.83 msec 2021-05-16 12:35:25.033 36 INFO rally.task.context [-] Verification 2277fe32-4a02-4368-9481-62d10503faec | Context tempest@default cleanup() started 2021-05-16 12:35:25.353 36 INFO rally.task.context [-] Verification 2277fe32-4a02-4368-9481-62d10503faec | Context tempest@default cleanup() finished in 0.32 sec 2021-05-16 12:35:25.411 36 INFO rally.api [-] Verification (UUID=0d4d720e-c5ef-4bfc-ba81-2b0f88692279) has been successfully finished for deployment 'opnfv-rally' (UUID=4ec8f61c-408f-47bb-8aa5-f9272cea534c)! 2021-05-16 12:35:27.363 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:35:27.364 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:35:27.364 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:35:29.185 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:35:29.186 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:35:29.186 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:35:31.817 46 INFO rally.api [-] Building 'html' report for the following verification(s): '0d4d720e-c5ef-4bfc-ba81-2b0f88692279' 2021-05-16 12:35:31.842 46 INFO rally.api [-] The report has been successfully built. 2021-05-16 12:35:33.617 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:35:33.618 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:35:33.618 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:35:36.072 48 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '0d4d720e-c5ef-4bfc-ba81-2b0f88692279' 2021-05-16 12:35:36.081 48 INFO rally.api [-] The report has been successfully built.