2022-03-29 08:17:18.383 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:17:18.384 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:17:18.384 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:17:21.607 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 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-03-29 08:17:21.607 7 ERROR rally.cli.cliutils 2022-03-29 08:17:23.265 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:17:23.266 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:17:23.266 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:17:27.928 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:17:27.929 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:17:27.929 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:17:33.033 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:17:33.034 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:17:33.034 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:17:34.621 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:17:34.621 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:17:34.621 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils force=force) 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-03-29 08:17:37.080 16 ERROR rally.cli.cliutils 2022-03-29 08:17:38.787 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:17:38.788 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:17:38.788 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:17:41.013 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-03-29 08:17:41.090 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-4008ce5d-9b04-4c74-9d8b-b7ec1fb1608e/repo. 2022-03-29 08:17:41.799 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-4008ce5d-9b04-4c74-9d8b-b7ec1fb1608e/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2022-03-29 08:17:41.818 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-03-29 08:17:41.833 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-03-29 08:17:41.862 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-03-29 08:17:41.935 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-03-29 08:17:42.721 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4008ce5d-9b04-4c74-9d8b-b7ec1fb1608e) has been successfully created! 2022-03-29 08:17:44.447 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:17:44.448 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:17:44.448 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:17:54.770 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:17:54.770 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:17:54.770 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:17:57.095 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4008ce5d-9b04-4c74-9d8b-b7ec1fb1608e) for deployment 'opnfv-rally' (UUID=7a225521-159d-449d-85f1-891f6670cbc8). 2022-03-29 08:17:57.642 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4008ce5d-9b04-4c74-9d8b-b7ec1fb1608e) has been successfully configured for deployment 'opnfv-rally' (UUID=7a225521-159d-449d-85f1-891f6670cbc8)! 2022-03-29 08:18:07.775 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:18:07.775 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:18:07.776 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:18:10.224 33 INFO rally.api [-] Starting verification (UUID=55d71c1e-235f-4a20-a71c-6639ca213d39) for deployment 'opnfv-rally' (UUID=7a225521-159d-449d-85f1-891f6670cbc8) by verifier 'opnfv-tempest' (UUID=4008ce5d-9b04-4c74-9d8b-b7ec1fb1608e). 2022-03-29 08:18:10.897 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-03-29 08:18:10.897 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4008ce5d-9b04-4c74-9d8b-b7ec1fb1608e/for-deployment-7a225521-159d-449d-85f1-891f6670cbc8/tempest.log' to option 'log_file'. 2022-03-29 08:18:10.898 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-4008ce5d-9b04-4c74-9d8b-b7ec1fb1608e/for-deployment-7a225521-159d-449d-85f1-891f6670cbc8/tempest.log 2022-03-29 08:18:10.898 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-03-29 08:18:10.898 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4008ce5d-9b04-4c74-9d8b-b7ec1fb1608e/for-deployment-7a225521-159d-449d-85f1-891f6670cbc8/lock_files' to option 'lock_path'. 2022-03-29 08:18:10.898 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-4008ce5d-9b04-4c74-9d8b-b7ec1fb1608e/for-deployment-7a225521-159d-449d-85f1-891f6670cbc8/lock_files 2022-03-29 08:18:10.898 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-03-29 08:18:10.899 33 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 2022-03-29 08:18:10.899 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 5cb61a21-236a-42cf-aaa5-b459eaeadce5 2022-03-29 08:18:10.899 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 14fe8572-7c7a-4592-b684-4cd5295c7fe9 2022-03-29 08:18:10.900 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 2fc4cb05-8af4-4725-a535-fe9f6ef85ddd 2022-03-29 08:18:10.900 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 37a73acf-1f63-4844-b349-2926ba5ab009 2022-03-29 08:18:11.133 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-03-29 08:18:11.134 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_44e89c93-ad16-42d0-bbcd-25d50bc7fa1d 2022-03-29 08:18:11.134 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-03-29 08:18:11.222 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-03-29 08:18:11.261 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_cb241d7a_j7ECUCHm'. Using flavor 'rally_verify_cb241d7a_j7ECUCHm' (ID = 14247c78-30fc-4f96-905f-1d38b0906236) for the tests. 2022-03-29 08:18:11.262 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '14247c78-30fc-4f96-905f-1d38b0906236' to option 'instance_type'. 2022-03-29 08:18:11.262 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 14247c78-30fc-4f96-905f-1d38b0906236 2022-03-29 08:18:11.264 33 INFO rally.task.context [-] Verification 4008ce5d-9b04-4c74-9d8b-b7ec1fb1608e | Context tempest@default setup() finished in 0.85 sec 2022-03-29 08:18:11.265 33 INFO rally.task.context [-] Verification 4008ce5d-9b04-4c74-9d8b-b7ec1fb1608e | Context testr@default setup() finished in 0.45 msec 2022-03-29 08:18:11.265 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/7f4d3dce-8607-47ed-bc4b-dcf69fac299c'. 2022-03-29 08:18:17.751 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.226s] 2022-03-29 08:18:17.846 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.096s] 2022-03-29 08:18:17.872 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.025s] 2022-03-29 08:18:18.030 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.108s] 2022-03-29 08:18:18.200 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.170s] 2022-03-29 08:18:18.350 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.150s] 2022-03-29 08:18:18.500 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.149s] 2022-03-29 08:18:18.639 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.139s] 2022-03-29 08:18:18.750 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.110s] 2022-03-29 08:18:18.914 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.164s] 2022-03-29 08:18:19.085 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.170s] 2022-03-29 08:18:19.155 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.069s] 2022-03-29 08:18:19.192 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.038s] 2022-03-29 08:18:19.974 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.717s] 2022-03-29 08:18:22.200 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.225s] 2022-03-29 08:18:22.378 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.178s] 2022-03-29 08:18:22.488 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.109s] 2022-03-29 08:18:22.600 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.112s] 2022-03-29 08:18:22.686 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.085s] 2022-03-29 08:18:22.866 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.180s] 2022-03-29 08:18:22.917 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.049s] 2022-03-29 08:18:23.012 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.095s] 2022-03-29 08:18:23.761 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.642s] 2022-03-29 08:18:25.986 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.224s] 2022-03-29 08:18:26.090 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.104s] 2022-03-29 08:18:26.210 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.120s] 2022-03-29 08:18:26.930 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.588s] 2022-03-29 08:18:27.097 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.167s] 2022-03-29 08:18:27.257 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.159s] 2022-03-29 08:18:27.521 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.159s] 2022-03-29 08:18:27.963 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.441s] 2022-03-29 08:18:30.166 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.203s] 2022-03-29 08:18:30.199 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.033s] 2022-03-29 08:18:30.253 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.054s] 2022-03-29 08:18:30.768 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.514s] 2022-03-29 08:18:32.991 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.223s] 2022-03-29 08:18:33.032 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.040s] 2022-03-29 08:18:33.125 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.092s] 2022-03-29 08:18:37.468 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.343s] 2022-03-29 08:18:37.579 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.110s] 2022-03-29 08:18:41.924 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.344s] 2022-03-29 08:18:42.025 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.101s] 2022-03-29 08:18:42.130 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.104s] 2022-03-29 08:18:42.265 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.135s] 2022-03-29 08:18:59.740 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [17.473s] 2022-03-29 08:19:21.591 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [21.851s] 2022-03-29 08:19:35.465 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.874s] 2022-03-29 08:19:49.098 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.632s] 2022-03-29 08:20:02.704 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.606s] 2022-03-29 08:20:16.448 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.744s] 2022-03-29 08:20:30.162 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.713s] 2022-03-29 08:20:44.013 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.848s] 2022-03-29 08:21:10.133 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [26.121s] 2022-03-29 08:21:36.413 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [26.280s] 2022-03-29 08:22:02.216 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [25.803s] 2022-03-29 08:22:28.589 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [26.371s] 2022-03-29 08:23:02.588 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [34.000s] 2022-03-29 08:23:28.466 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [25.877s] 2022-03-29 08:23:50.315 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [21.849s] 2022-03-29 08:23:50.324 33 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' 2022-03-29 08:23:59.437 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.111s] 2022-03-29 08:24:12.798 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.360s] 2022-03-29 08:24:26.091 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.293s] 2022-03-29 08:24:39.829 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.736s] 2022-03-29 08:24:53.790 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.961s] 2022-03-29 08:25:12.272 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.482s] 2022-03-29 08:25:25.938 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.666s] 2022-03-29 08:25:43.748 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.808s] 2022-03-29 08:26:01.523 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.775s] 2022-03-29 08:26:01.772 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.247s]: b'LBaasv2 extension not available, skipping' 2022-03-29 08:26:01.915 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.143s]: b'LBaasv2 extension not available, skipping' 2022-03-29 08:26:27.428 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.513s] 2022-03-29 08:26:58.392 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [30.964s] 2022-03-29 08:27:53.955 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [55.562s] 2022-03-29 08:28:26.512 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [32.558s] 2022-03-29 08:29:06.625 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [40.112s] 2022-03-29 08:29:43.067 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [36.441s] 2022-03-29 08:30:32.817 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [49.748s] 2022-03-29 08:31:04.964 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [32.147s] 2022-03-29 08:31:41.305 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [36.340s] 2022-03-29 08:32:16.857 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [35.552s] 2022-03-29 08:32:47.383 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [30.524s] 2022-03-29 08:32:47.690 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.307s] 2022-03-29 08:32:47.860 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.170s] 2022-03-29 08:32:48.018 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.158s] 2022-03-29 08:32:48.321 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.302s] 2022-03-29 08:32:54.401 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [6.078s] 2022-03-29 08:33:05.616 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [11.215s] 2022-03-29 08:33:05.799 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.182s] 2022-03-29 08:33:05.800 33 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.' 2022-03-29 08:33:06.156 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.356s] 2022-03-29 08:33:25.406 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [19.250s] 2022-03-29 08:33:39.408 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [14.001s] 2022-03-29 08:33:48.644 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.236s] 2022-03-29 08:33:57.733 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.087s] 2022-03-29 08:35:08.552 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [70.818s] 2022-03-29 08:36:32.319 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [83.767s] 2022-03-29 08:36:41.985 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.665s] 2022-03-29 08:36:55.405 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.419s] 2022-03-29 08:37:04.634 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.228s] 2022-03-29 08:37:17.906 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.272s] 2022-03-29 08:37:27.004 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.097s] 2022-03-29 08:37:44.524 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.520s] 2022-03-29 08:37:44.763 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.238s] 2022-03-29 08:37:44.909 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.145s] 2022-03-29 08:37:45.061 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.152s] 2022-03-29 08:37:45.445 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.384s] 2022-03-29 08:37:45.616 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.171s] 2022-03-29 08:37:45.781 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.165s] 2022-03-29 08:37:45.947 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.165s] 2022-03-29 08:37:46.102 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.155s] 2022-03-29 08:37:46.261 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.158s] 2022-03-29 08:37:55.134 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.872s] 2022-03-29 08:37:55.932 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.798s] 2022-03-29 08:37:56.076 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.144s] 2022-03-29 08:38:05.059 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.983s] 2022-03-29 08:38:05.359 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.299s] 2022-03-29 08:38:05.539 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.179s] 2022-03-29 08:38:05.707 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.168s] 2022-03-29 08:38:05.715 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.007s]: b'Test disabled in conf, skipping' 2022-03-29 08:38:06.464 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.740s]: b'LBaas v1 extension not available, skipping' 2022-03-29 08:38:07.052 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.595s]: b'LBaasv2 extension not available, skipping' 2022-03-29 08:38:58.019 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [50.967s] 2022-03-29 08:39:12.367 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [14.348s] 2022-03-29 08:39:12.376 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.007s]: b'Test disabled in conf, skipping' 2022-03-29 08:39:50.191 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [37.812s] 2022-03-29 08:41:13.681 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [83.481s] 2022-03-29 08:41:13.682 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.007s]: b'Test disabled in conf, skipping' 2022-03-29 08:41:13.684 33 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' 2022-03-29 08:41:13.974 33 INFO rally.task.context [-] Verification 4008ce5d-9b04-4c74-9d8b-b7ec1fb1608e | Context testr@default cleanup() started 2022-03-29 08:41:13.975 33 INFO rally.task.context [-] Verification 4008ce5d-9b04-4c74-9d8b-b7ec1fb1608e | Context testr@default cleanup() finished in 0.77 msec 2022-03-29 08:41:13.976 33 INFO rally.task.context [-] Verification 4008ce5d-9b04-4c74-9d8b-b7ec1fb1608e | Context tempest@default cleanup() started 2022-03-29 08:41:14.236 33 INFO rally.task.context [-] Verification 4008ce5d-9b04-4c74-9d8b-b7ec1fb1608e | Context tempest@default cleanup() finished in 0.26 sec 2022-03-29 08:41:14.270 33 INFO rally.api [-] Verification (UUID=55d71c1e-235f-4a20-a71c-6639ca213d39) has been successfully finished for deployment 'opnfv-rally' (UUID=7a225521-159d-449d-85f1-891f6670cbc8)! 2022-03-29 08:41:16.254 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:41:16.255 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:41:16.255 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:41:17.871 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:41:17.871 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:41:17.872 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:41:20.681 41 INFO rally.api [-] Building 'html' report for the following verification(s): '55d71c1e-235f-4a20-a71c-6639ca213d39' 2022-03-29 08:41:20.715 41 INFO rally.api [-] The report has been successfully built. 2022-03-29 08:41:22.298 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:41:22.298 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:41:22.298 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:41:24.745 43 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '55d71c1e-235f-4a20-a71c-6639ca213d39' 2022-03-29 08:41:24.756 43 INFO rally.api [-] The report has been successfully built.