2021-06-08 09:07:59.602 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:07:59.602 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:07:59.602 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:08:01.887 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 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 09:08:01.887 7 ERROR rally.cli.cliutils 2021-06-08 09:08:03.381 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:08:03.382 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:08:03.382 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:08:07.670 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:08:07.670 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:08:07.670 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:08:12.046 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:08:12.046 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:08:12.046 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:08:13.518 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:08:13.519 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:08:13.519 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:08:15.749 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 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils force=force) 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 09:08:15.749 16 ERROR rally.cli.cliutils 2021-06-08 09:08:17.182 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:08:17.182 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:08:17.182 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:08:19.425 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-08 09:08:19.519 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-6a0fbedf-cc4f-49f6-ad7a-690d12988bf2/repo. 2021-06-08 09:08:19.869 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-6a0fbedf-cc4f-49f6-ad7a-690d12988bf2/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 ' 2021-06-08 09:08:19.886 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2021-06-08 09:08:19.898 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2021-06-08 09:08:19.918 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-08 09:08:19.993 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-08 09:08:20.654 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6a0fbedf-cc4f-49f6-ad7a-690d12988bf2) has been successfully created! 2021-06-08 09:08:22.265 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:08:22.265 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:08:22.265 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:08:31.631 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:08:31.631 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:08:31.631 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:08:33.815 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6a0fbedf-cc4f-49f6-ad7a-690d12988bf2) for deployment 'opnfv-rally' (UUID=6cec723e-2042-47f7-82bb-c8c6cef886a4). 2021-06-08 09:08:34.383 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6a0fbedf-cc4f-49f6-ad7a-690d12988bf2) has been successfully configured for deployment 'opnfv-rally' (UUID=6cec723e-2042-47f7-82bb-c8c6cef886a4)! 2021-06-08 09:08:44.596 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:08:44.597 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:08:44.597 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:08:46.828 33 INFO rally.api [-] Starting verification (UUID=4ecc27ec-f53a-4df2-ac57-2e1a3694a179) for deployment 'opnfv-rally' (UUID=6cec723e-2042-47f7-82bb-c8c6cef886a4) by verifier 'opnfv-tempest' (UUID=6a0fbedf-cc4f-49f6-ad7a-690d12988bf2). 2021-06-08 09:08:47.519 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-08 09:08:47.520 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6a0fbedf-cc4f-49f6-ad7a-690d12988bf2/for-deployment-6cec723e-2042-47f7-82bb-c8c6cef886a4/tempest.log' to option 'log_file'. 2021-06-08 09:08:47.520 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-6a0fbedf-cc4f-49f6-ad7a-690d12988bf2/for-deployment-6cec723e-2042-47f7-82bb-c8c6cef886a4/tempest.log 2021-06-08 09:08:47.521 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-08 09:08:47.521 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6a0fbedf-cc4f-49f6-ad7a-690d12988bf2/for-deployment-6cec723e-2042-47f7-82bb-c8c6cef886a4/lock_files' to option 'lock_path'. 2021-06-08 09:08:47.522 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-6a0fbedf-cc4f-49f6-ad7a-690d12988bf2/for-deployment-6cec723e-2042-47f7-82bb-c8c6cef886a4/lock_files 2021-06-08 09:08:47.522 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-08 09:08:47.522 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 2021-06-08 09:08:47.523 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 5a4466bb-38e9-484b-af3a-67296c151fc2 2021-06-08 09:08:47.523 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 21df6713-a5cc-4a3d-8073-07ad709a99e7 2021-06-08 09:08:47.524 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 15c9cc87-bc0f-457c-a145-1cc5537c4807 2021-06-08 09:08:47.525 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 7cc9d4c8-cee1-4623-b788-dabbfc1c6515 2021-06-08 09:08:47.764 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-08 09:08:47.765 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat_cntt-net_e65c0101-9bc8-4af2-876b-f16a2afabb20 2021-06-08 09:08:47.765 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-08 09:08:47.851 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-08 09:08:47.890 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-08 09:08:47.891 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_4ecc27ec_aKyMVPpD' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-08 09:08:47.930 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_4ecc27ec_aKyMVPpD' (ID = 2475059f-67dd-45d2-b2fb-a1679a4ee206) has been successfully created! 2021-06-08 09:08:47.931 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '2475059f-67dd-45d2-b2fb-a1679a4ee206' to option 'instance_type'. 2021-06-08 09:08:47.931 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 2475059f-67dd-45d2-b2fb-a1679a4ee206 2021-06-08 09:08:47.933 33 INFO rally.task.context [-] Verification 6a0fbedf-cc4f-49f6-ad7a-690d12988bf2 | Context tempest@default setup() finished in 0.87 sec 2021-06-08 09:08:47.934 33 INFO rally.task.context [-] Verification 6a0fbedf-cc4f-49f6-ad7a-690d12988bf2 | Context testr@default setup() finished in 0.44 msec 2021-06-08 09:08:47.934 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/ea93725d-f4a8-40cb-884b-012f3b0096aa'. 2021-06-08 09:08:53.485 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.207s] 2021-06-08 09:08:53.576 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.092s] 2021-06-08 09:08:53.606 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.030s] 2021-06-08 09:08:53.776 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.117s] 2021-06-08 09:08:53.952 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.176s] 2021-06-08 09:08:54.061 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.108s] 2021-06-08 09:08:54.243 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.182s] 2021-06-08 09:08:54.411 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.167s] 2021-06-08 09:08:54.522 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.111s] 2021-06-08 09:08:54.670 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.147s] 2021-06-08 09:08:54.833 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.163s] 2021-06-08 09:08:54.882 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.048s] 2021-06-08 09:08:54.928 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.046s] 2021-06-08 09:08:55.555 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.555s] 2021-06-08 09:08:57.799 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.244s] 2021-06-08 09:08:57.983 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.185s] 2021-06-08 09:08:58.093 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.109s] 2021-06-08 09:08:58.208 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.115s] 2021-06-08 09:08:58.278 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.069s] 2021-06-08 09:08:58.457 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.179s] 2021-06-08 09:08:58.504 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.046s] 2021-06-08 09:08:58.596 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.091s] 2021-06-08 09:08:59.235 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.532s] 2021-06-08 09:09:01.475 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.239s] 2021-06-08 09:09:01.580 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.104s] 2021-06-08 09:09:01.672 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.093s] 2021-06-08 09:09:02.370 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.592s] 2021-06-08 09:09:02.497 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.127s] 2021-06-08 09:09:02.660 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.162s] 2021-06-08 09:09:02.935 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.177s] 2021-06-08 09:09:03.480 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.544s] 2021-06-08 09:09:03.586 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.106s] 2021-06-08 09:09:03.618 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.031s] 2021-06-08 09:09:03.670 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.052s] 2021-06-08 09:09:04.179 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.509s] 2021-06-08 09:09:06.404 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.225s] 2021-06-08 09:09:06.447 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.042s] 2021-06-08 09:09:06.543 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.095s] 2021-06-08 09:09:10.895 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.352s] 2021-06-08 09:09:10.979 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.083s] 2021-06-08 09:09:15.320 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.340s] 2021-06-08 09:09:15.410 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.090s] 2021-06-08 09:09:15.517 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.107s] 2021-06-08 09:09:15.619 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.101s] 2021-06-08 09:09:29.275 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [13.655s] 2021-06-08 09:09:46.969 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [17.692s] 2021-06-08 09:10:04.815 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [17.846s] 2021-06-08 09:10:22.596 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [17.780s] 2021-06-08 09:10:36.215 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.618s] 2021-06-08 09:10:49.865 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.649s] 2021-06-08 09:11:03.365 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.498s] 2021-06-08 09:11:16.942 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.577s] 2021-06-08 09:11:42.967 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [26.024s] 2021-06-08 09:12:05.001 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [22.034s] 2021-06-08 09:12:26.849 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [21.848s] 2021-06-08 09:12:48.632 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [21.782s] 2021-06-08 09:13:14.473 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [25.841s] 2021-06-08 09:13:36.176 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.702s] 2021-06-08 09:13:53.854 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.677s] 2021-06-08 09:14:02.958 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.103s] 2021-06-08 09:14:16.249 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.290s] 2021-06-08 09:14:29.546 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.296s] 2021-06-08 09:14:43.092 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.545s] 2021-06-08 09:14:56.856 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.764s] 2021-06-08 09:15:14.992 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.135s] 2021-06-08 09:15:28.682 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.689s] 2021-06-08 09:15:46.585 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.903s] 2021-06-08 09:16:04.516 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.930s] 2021-06-08 09:16:30.055 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.538s] 2021-06-08 09:16:53.783 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 [23.727s] 2021-06-08 09:17:29.522 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [35.731s] 2021-06-08 09:17:57.475 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [27.960s] 2021-06-08 09:18:26.869 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [29.394s] 2021-06-08 09:18:54.703 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [27.832s] 2021-06-08 09:19:35.676 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [40.973s] 2021-06-08 09:20:03.502 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.825s] 2021-06-08 09:20:33.217 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [29.715s] 2021-06-08 09:21:05.098 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [31.881s] 2021-06-08 09:21:31.173 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [26.072s] 2021-06-08 09:21:31.388 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.216s] 2021-06-08 09:21:31.564 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.175s] 2021-06-08 09:21:31.744 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.180s] 2021-06-08 09:21:31.924 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.179s] 2021-06-08 09:21:40.978 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [9.053s] 2021-06-08 09:21:50.849 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [9.870s] 2021-06-08 09:21:51.123 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.274s] 2021-06-08 09:21:51.320 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.197s] 2021-06-08 09:22:09.360 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.039s] 2021-06-08 09:22:23.651 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [14.291s] 2021-06-08 09:22:32.664 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.012s] 2021-06-08 09:22:41.766 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.102s] 2021-06-08 09:23:48.079 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [66.312s] 2021-06-08 09:25:19.344 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [91.265s] 2021-06-08 09:25:28.910 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.565s] 2021-06-08 09:25:42.229 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.318s] 2021-06-08 09:25:51.392 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.164s] 2021-06-08 09:26:04.609 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.216s] 2021-06-08 09:26:13.714 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.105s] 2021-06-08 09:26:31.289 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.575s] 2021-06-08 09:26:31.548 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.257s] 2021-06-08 09:26:31.706 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.158s] 2021-06-08 09:26:31.852 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.146s] 2021-06-08 09:26:32.005 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.153s] 2021-06-08 09:26:32.166 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.160s] 2021-06-08 09:26:32.324 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.158s] 2021-06-08 09:26:32.473 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.148s] 2021-06-08 09:26:32.636 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.162s] 2021-06-08 09:26:32.801 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.165s] 2021-06-08 09:26:41.708 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.906s] 2021-06-08 09:26:42.373 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.666s] 2021-06-08 09:26:42.526 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.152s] 2021-06-08 09:26:51.512 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.986s] 2021-06-08 09:26:51.785 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.272s] 2021-06-08 09:26:51.990 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.171s] 2021-06-08 09:26:52.158 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.202s] 2021-06-08 09:27:43.309 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [51.150s] 2021-06-08 09:27:58.198 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [14.888s] 2021-06-08 09:28:27.840 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [29.638s] 2021-06-08 09:29:27.928 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [60.082s] 2021-06-08 09:29:28.233 33 INFO rally.task.context [-] Verification 6a0fbedf-cc4f-49f6-ad7a-690d12988bf2 | Context testr@default cleanup() started 2021-06-08 09:29:28.234 33 INFO rally.task.context [-] Verification 6a0fbedf-cc4f-49f6-ad7a-690d12988bf2 | Context testr@default cleanup() finished in 0.94 msec 2021-06-08 09:29:28.235 33 INFO rally.task.context [-] Verification 6a0fbedf-cc4f-49f6-ad7a-690d12988bf2 | Context tempest@default cleanup() started 2021-06-08 09:29:28.453 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_4ecc27ec_aKyMVPpD'. 2021-06-08 09:29:28.603 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_4ecc27ec_aKyMVPpD' has been deleted. 2021-06-08 09:29:28.604 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '2475059f-67dd-45d2-b2fb-a1679a4ee206' of option 'instance_type' from Tempest config file. 2021-06-08 09:29:28.605 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '2475059f-67dd-45d2-b2fb-a1679a4ee206' has been removed. 2021-06-08 09:29:28.611 33 INFO rally.task.context [-] Verification 6a0fbedf-cc4f-49f6-ad7a-690d12988bf2 | Context tempest@default cleanup() finished in 0.38 sec 2021-06-08 09:29:28.640 33 INFO rally.api [-] Verification (UUID=4ecc27ec-f53a-4df2-ac57-2e1a3694a179) has been successfully finished for deployment 'opnfv-rally' (UUID=6cec723e-2042-47f7-82bb-c8c6cef886a4)! 2021-06-08 09:29:30.500 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:29:30.500 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:29:30.501 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:29:31.935 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:29:31.936 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:29:31.936 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:29:34.062 41 INFO rally.api [-] Building 'html' report for the following verification(s): '4ecc27ec-f53a-4df2-ac57-2e1a3694a179' 2021-06-08 09:29:34.092 41 INFO rally.api [-] The report has been successfully built. 2021-06-08 09:29:35.504 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:29:35.505 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:29:35.505 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:29:37.434 43 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '4ecc27ec-f53a-4df2-ac57-2e1a3694a179' 2021-06-08 09:29:37.441 43 INFO rally.api [-] The report has been successfully built.