2021-09-22 17:26:57.444 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:26:57.444 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:26:57.444 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:27:00.180 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-09-22 17:27:00.180 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-09-22 17:27:00.180 8 ERROR rally.cli.cliutils 2021-09-22 17:27:02.017 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:27:02.017 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:27:02.018 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:27:06.659 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:27:06.659 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:27:06.659 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:27:12.348 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:27:12.348 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:27:12.349 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:27:14.123 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:27:14.123 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:27:14.123 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:27:16.883 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-09-22 17:27:16.883 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-09-22 17:27:16.883 18 ERROR rally.cli.cliutils 2021-09-22 17:27:18.665 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:27:18.665 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:27:18.665 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:27:21.079 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-09-22 17:27:21.123 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-d057bfe5-1996-40b6-859b-1c6fa23b6858/repo. 2021-09-22 17:27:21.468 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-d057bfe5-1996-40b6-859b-1c6fa23b6858/repo'... done. Note: switching to '718db0d8208d66063ab49030c6b82f744fef10d6'. 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-09-22 17:27:21.512 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g718db0d82 ' 2021-09-22 17:27:21.523 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '718db0d8208d66063ab49030c6b82f744fef10d6 ' 2021-09-22 17:27:21.532 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-09-22 17:27:21.617 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-09-22 17:27:22.491 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d057bfe5-1996-40b6-859b-1c6fa23b6858) has been successfully created! 2021-09-22 17:27:24.394 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:27:24.394 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:27:24.394 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:27:35.495 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:27:35.495 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:27:35.495 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:27:38.157 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d057bfe5-1996-40b6-859b-1c6fa23b6858) for deployment 'opnfv-rally' (UUID=e5576acd-687d-4149-ab0e-c17c0d99dcb5). 2021-09-22 17:27:38.716 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d057bfe5-1996-40b6-859b-1c6fa23b6858) has been successfully configured for deployment 'opnfv-rally' (UUID=e5576acd-687d-4149-ab0e-c17c0d99dcb5)! 2021-09-22 17:27:49.069 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:27:49.070 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:27:49.070 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:27:51.836 36 INFO rally.api [-] Starting verification (UUID=b9f71e35-bd7e-422a-b637-1a12de6b5bb9) for deployment 'opnfv-rally' (UUID=e5576acd-687d-4149-ab0e-c17c0d99dcb5) by verifier 'opnfv-tempest' (UUID=d057bfe5-1996-40b6-859b-1c6fa23b6858). 2021-09-22 17:27:52.532 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-09-22 17:27:52.533 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d057bfe5-1996-40b6-859b-1c6fa23b6858/for-deployment-e5576acd-687d-4149-ab0e-c17c0d99dcb5/tempest.log' to option 'log_file'. 2021-09-22 17:27:52.533 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-d057bfe5-1996-40b6-859b-1c6fa23b6858/for-deployment-e5576acd-687d-4149-ab0e-c17c0d99dcb5/tempest.log 2021-09-22 17:27:52.533 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-09-22 17:27:52.534 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d057bfe5-1996-40b6-859b-1c6fa23b6858/for-deployment-e5576acd-687d-4149-ab0e-c17c0d99dcb5/lock_files' to option 'lock_path'. 2021-09-22 17:27:52.534 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-d057bfe5-1996-40b6-859b-1c6fa23b6858/for-deployment-e5576acd-687d-4149-ab0e-c17c0d99dcb5/lock_files 2021-09-22 17:27:52.534 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-09-22 17:27:52.534 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-09-22 17:27:52.535 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 69d95e4f-dbd9-4d01-afa6-773b781cf782 2021-09-22 17:27:52.535 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 37fa58da-0080-4213-a765-363c329477e6 2021-09-22 17:27:52.536 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = fa16ed12-6372-4cb7-aa8e-7696a14d33af 2021-09-22 17:27:52.536 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b19c252a-a94f-4945-8465-d5af2520a8d5 2021-09-22 17:27:52.734 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-09-22 17:27:52.734 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_e65b2890-a5af-47df-b6bc-4f427481a953 2021-09-22 17:27:52.735 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-09-22 17:27:52.833 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-09-22 17:27:52.869 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_6d6c41bb_aiIAFzPj'. Using flavor 'rally_verify_6d6c41bb_aiIAFzPj' (ID = 686ad7d2-a948-4b24-804f-7713366fe954) for the tests. 2021-09-22 17:27:52.869 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '686ad7d2-a948-4b24-804f-7713366fe954' to option 'instance_type'. 2021-09-22 17:27:52.870 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 686ad7d2-a948-4b24-804f-7713366fe954 2021-09-22 17:27:52.871 36 INFO rally.task.context [-] Verification d057bfe5-1996-40b6-859b-1c6fa23b6858 | Context tempest@default setup() finished in 0.83 sec 2021-09-22 17:27:52.872 36 INFO rally.task.context [-] Verification d057bfe5-1996-40b6-859b-1c6fa23b6858 | Context testr@default setup() finished in 0.34 msec 2021-09-22 17:27:52.872 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/fd9be54a-97d4-4269-86a0-9d9d8363aa1a'. 2021-09-22 17:27:59.170 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.169s] 2021-09-22 17:27:59.754 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.584s] 2021-09-22 17:28:00.118 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.364s] 2021-09-22 17:28:00.255 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.137s] 2021-09-22 17:28:00.391 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.136s] 2021-09-22 17:28:00.932 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.540s] 2021-09-22 17:28:01.235 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [0.303s] 2021-09-22 17:28:01.492 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.256s] 2021-09-22 17:28:01.761 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.269s] 2021-09-22 17:28:04.279 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [2.517s] 2021-09-22 17:28:04.405 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.126s] 2021-09-22 17:28:06.896 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [2.490s] 2021-09-22 17:28:07.211 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.315s] 2021-09-22 17:28:07.527 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.316s] 2021-09-22 17:28:07.852 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.324s] 2021-09-22 17:28:08.171 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.215s] 2021-09-22 17:28:08.457 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.285s] 2021-09-22 17:28:08.637 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.180s] 2021-09-22 17:28:09.217 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.491s] 2021-09-22 17:28:09.597 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.380s] 2021-09-22 17:28:09.819 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.222s] 2021-09-22 17:28:10.342 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.425s] 2021-09-22 17:28:10.652 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [0.309s] 2021-09-22 17:28:10.824 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.171s] 2021-09-22 17:28:11.017 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.193s] 2021-09-22 17:28:11.464 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.399s] 2021-09-22 17:28:11.755 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [0.291s] 2021-09-22 17:28:11.957 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.201s] 2021-09-22 17:28:12.127 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.170s] 2021-09-22 17:28:12.337 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.210s] 2021-09-22 17:28:12.458 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.120s] 2021-09-22 17:28:12.736 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.278s] 2021-09-22 17:28:12.823 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.086s] 2021-09-22 17:28:13.016 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.193s] 2021-09-22 17:28:13.143 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.077s] 2021-09-22 17:28:13.350 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.207s] 2021-09-22 17:28:13.610 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.260s] 2021-09-22 17:28:14.029 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.418s] 2021-09-22 17:28:14.375 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.345s] 2021-09-22 17:28:14.631 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.256s] 2021-09-22 17:28:14.960 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.328s] 2021-09-22 17:28:15.159 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.198s] 2021-09-22 17:28:15.343 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.184s] 2021-09-22 17:28:15.429 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.087s] 2021-09-22 17:28:30.390 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [14.959s] 2021-09-22 17:28:44.175 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [13.784s] 2021-09-22 17:28:57.673 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.497s] 2021-09-22 17:29:11.153 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.480s] 2021-09-22 17:29:24.618 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.464s] 2021-09-22 17:29:38.063 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.444s] 2021-09-22 17:29:51.532 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.468s] 2021-09-22 17:30:05.150 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.617s] 2021-09-22 17:30:18.817 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [13.666s] 2021-09-22 17:30:44.556 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [25.739s] 2021-09-22 17:31:06.254 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.697s] 2021-09-22 17:31:23.844 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [17.590s] 2021-09-22 17:31:45.593 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [21.748s] 2021-09-22 17:32:07.199 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.605s] 2021-09-22 17:32:24.625 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.424s] 2021-09-22 17:32:24.631 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-09-22 17:32:33.737 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.105s] 2021-09-22 17:32:47.040 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.296s] 2021-09-22 17:33:00.172 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.137s] 2021-09-22 17:33:09.570 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.397s] 2021-09-22 17:33:23.196 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.625s] 2021-09-22 17:33:41.160 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [17.964s] 2021-09-22 17:33:54.751 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.589s] 2021-09-22 17:34:12.341 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.589s] 2021-09-22 17:34:25.940 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [13.598s] 2021-09-22 17:34:26.145 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.203s]: b'LBaasv2 extension not available, skipping' 2021-09-22 17:34:26.268 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.123s]: b'LBaasv2 extension not available, skipping' 2021-09-22 17:34:51.460 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.192s] 2021-09-22 17:35:13.649 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 [22.188s] 2021-09-22 17:35:48.072 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [34.422s] 2021-09-22 17:36:11.689 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [23.617s] 2021-09-22 17:36:38.534 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [26.845s] 2021-09-22 17:37:05.444 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [26.909s] 2021-09-22 17:37:45.851 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [40.407s] 2021-09-22 17:38:12.898 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.045s] 2021-09-22 17:38:39.910 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [27.013s] 2021-09-22 17:39:07.504 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [27.593s] 2021-09-22 17:39:33.319 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [25.813s] 2021-09-22 17:39:33.470 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.151s] 2021-09-22 17:39:33.619 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.148s] 2021-09-22 17:39:33.774 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.155s] 2021-09-22 17:39:33.952 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.177s] 2021-09-22 17:39:39.665 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [5.713s] 2021-09-22 17:39:50.613 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [10.946s] 2021-09-22 17:39:50.898 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.284s] 2021-09-22 17:39:50.899 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-09-22 17:39:51.135 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.236s] 2021-09-22 17:40:09.328 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.193s] 2021-09-22 17:40:23.073 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.744s] 2021-09-22 17:40:32.017 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [8.944s] 2021-09-22 17:40:40.983 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [8.965s] 2021-09-22 17:41:50.366 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [69.382s] 2021-09-22 17:43:13.280 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [82.913s] 2021-09-22 17:43:22.740 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.458s] 2021-09-22 17:43:35.981 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.240s] 2021-09-22 17:43:45.109 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.128s] 2021-09-22 17:43:54.193 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [9.084s] 2021-09-22 17:44:03.163 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [8.969s] 2021-09-22 17:44:20.717 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.552s] 2021-09-22 17:44:20.980 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.263s] 2021-09-22 17:44:21.121 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.140s] 2021-09-22 17:44:21.240 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.119s] 2021-09-22 17:44:21.550 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.309s] 2021-09-22 17:44:21.670 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.121s] 2021-09-22 17:44:21.811 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.140s] 2021-09-22 17:44:21.930 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.119s] 2021-09-22 17:44:22.069 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.138s] 2021-09-22 17:44:22.197 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.128s] 2021-09-22 17:44:31.025 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.827s] 2021-09-22 17:44:31.419 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.393s] 2021-09-22 17:44:31.540 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.121s] 2021-09-22 17:44:40.423 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.883s] 2021-09-22 17:44:40.674 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.249s] 2021-09-22 17:44:40.907 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.233s] 2021-09-22 17:44:41.157 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.249s] 2021-09-22 17:44:41.164 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-09-22 17:44:41.937 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.772s]: b'LBaas v1 extension not available, skipping' 2021-09-22 17:44:42.544 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.607s]: b'LBaasv2 extension not available, skipping' 2021-09-22 17:45:26.047 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [43.502s] 2021-09-22 17:45:39.965 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [13.917s] 2021-09-22 17:45:39.972 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-09-22 17:46:20.184 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [40.207s] 2021-09-22 17:48:05.619 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [105.429s] 2021-09-22 17:48:05.621 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.005s]: b'Test disabled in conf, skipping' 2021-09-22 17:48:05.622 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.005s]: b'Test disabled in conf, skipping' 2021-09-22 17:48:05.954 36 INFO rally.task.context [-] Verification d057bfe5-1996-40b6-859b-1c6fa23b6858 | Context testr@default cleanup() started 2021-09-22 17:48:05.955 36 INFO rally.task.context [-] Verification d057bfe5-1996-40b6-859b-1c6fa23b6858 | Context testr@default cleanup() finished in 0.79 msec 2021-09-22 17:48:05.956 36 INFO rally.task.context [-] Verification d057bfe5-1996-40b6-859b-1c6fa23b6858 | Context tempest@default cleanup() started 2021-09-22 17:48:06.210 36 INFO rally.task.context [-] Verification d057bfe5-1996-40b6-859b-1c6fa23b6858 | Context tempest@default cleanup() finished in 0.25 sec 2021-09-22 17:48:06.226 36 INFO rally.api [-] Verification (UUID=b9f71e35-bd7e-422a-b637-1a12de6b5bb9) has been successfully finished for deployment 'opnfv-rally' (UUID=e5576acd-687d-4149-ab0e-c17c0d99dcb5)! 2021-09-22 17:48:08.453 57 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:48:08.453 57 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:48:08.453 57 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:48:10.495 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:48:10.496 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:48:10.496 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:48:13.357 59 INFO rally.api [-] Building 'html' report for the following verification(s): 'b9f71e35-bd7e-422a-b637-1a12de6b5bb9' 2021-09-22 17:48:13.385 59 INFO rally.api [-] The report has been successfully built. 2021-09-22 17:48:15.578 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:48:15.579 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:48:15.579 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:48:18.414 61 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b9f71e35-bd7e-422a-b637-1a12de6b5bb9' 2021-09-22 17:48:18.422 61 INFO rally.api [-] The report has been successfully built.