2020-09-19 09:16:32.782 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:16:32.783 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:16:32.783 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 09:16:35.193 6 ERROR rally.cli.cliutils 2020-09-19 09:16:36.726 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:16:36.727 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:16:36.727 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:16:40.885 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:16:40.886 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:16:40.886 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:16:45.672 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:16:45.672 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:16:45.673 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:16:47.103 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:16:47.103 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:16:47.103 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils force=force) 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 09:16:49.182 15 ERROR rally.cli.cliutils 2020-09-19 09:16:50.967 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:16:50.967 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:16:50.967 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:16:53.035 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-19 09:16:53.122 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-701e5c10-2d76-4e30-8c75-f451b9e2a3d9/repo. 2020-09-19 09:16:53.432 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-701e5c10-2d76-4e30-8c75-f451b9e2a3d9/repo'... done. Note: checking out 'b0d516cd07ff9bd7c6c1371736de3c30dd647636'. 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 ' 2020-09-19 09:16:53.446 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gb0d516cd0 ' 2020-09-19 09:16:53.457 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'b0d516cd07ff9bd7c6c1371736de3c30dd647636 ' 2020-09-19 09:16:53.479 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-19 09:16:53.539 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-19 09:16:54.195 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=701e5c10-2d76-4e30-8c75-f451b9e2a3d9) has been successfully created! 2020-09-19 09:16:56.024 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:16:56.025 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:16:56.025 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:17:05.951 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:17:05.952 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:17:05.952 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:17:11.381 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=701e5c10-2d76-4e30-8c75-f451b9e2a3d9) for deployment 'opnfv-rally' (UUID=b42434e1-78e7-48b3-9aa8-17e71d54ee53). 2020-09-19 09:17:12.221 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=701e5c10-2d76-4e30-8c75-f451b9e2a3d9) has been successfully configured for deployment 'opnfv-rally' (UUID=b42434e1-78e7-48b3-9aa8-17e71d54ee53)! 2020-09-19 09:17:24.524 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:17:24.524 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:17:24.525 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:17:26.655 32 INFO rally.api [-] Starting verification (UUID=0ba99f0e-da94-46a1-8843-df108ac97604) for deployment 'opnfv-rally' (UUID=b42434e1-78e7-48b3-9aa8-17e71d54ee53) by verifier 'opnfv-tempest' (UUID=701e5c10-2d76-4e30-8c75-f451b9e2a3d9). 2020-09-19 09:17:27.397 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-19 09:17:27.397 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-701e5c10-2d76-4e30-8c75-f451b9e2a3d9/for-deployment-b42434e1-78e7-48b3-9aa8-17e71d54ee53/tempest.log' to option 'log_file'. 2020-09-19 09:17:27.398 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-701e5c10-2d76-4e30-8c75-f451b9e2a3d9/for-deployment-b42434e1-78e7-48b3-9aa8-17e71d54ee53/tempest.log 2020-09-19 09:17:27.398 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-19 09:17:27.398 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-701e5c10-2d76-4e30-8c75-f451b9e2a3d9/for-deployment-b42434e1-78e7-48b3-9aa8-17e71d54ee53/lock_files' to option 'lock_path'. 2020-09-19 09:17:27.399 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-701e5c10-2d76-4e30-8c75-f451b9e2a3d9/for-deployment-b42434e1-78e7-48b3-9aa8-17e71d54ee53/lock_files 2020-09-19 09:17:27.399 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-19 09:17:27.399 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-09-19 09:17:27.400 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b4e0a9ad-25fe-42ef-9bdf-16de3a416930 2020-09-19 09:17:27.400 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 958f2184-b37f-4683-8b42-fff8c7caefcb 2020-09-19 09:17:27.401 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 6dd961de-adab-433c-974b-160be33d0471 2020-09-19 09:17:27.402 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 706e001e-7710-447e-b032-aea0988102bd 2020-09-19 09:17:27.690 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-19 09:17:27.690 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat_cntt-net_e988a9d7-1ca4-4d46-a647-5235eb90808d 2020-09-19 09:17:27.691 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-19 09:17:27.769 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-19 09:17:27.808 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-19 09:17:27.808 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_0ba99f0e_WKcCq2AD' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-19 09:17:27.853 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_0ba99f0e_WKcCq2AD' (ID = 7e2b975a-f24b-4b13-ad36-3c8dda03ac85) has been successfully created! 2020-09-19 09:17:27.853 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7e2b975a-f24b-4b13-ad36-3c8dda03ac85' to option 'instance_type'. 2020-09-19 09:17:27.854 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7e2b975a-f24b-4b13-ad36-3c8dda03ac85 2020-09-19 09:17:27.856 32 INFO rally.task.context [-] Verification 701e5c10-2d76-4e30-8c75-f451b9e2a3d9 | Context tempest@default setup() finished in 0.96 sec 2020-09-19 09:17:27.857 32 INFO rally.task.context [-] Verification 701e5c10-2d76-4e30-8c75-f451b9e2a3d9 | Context testr@default setup() finished in 0.51 msec 2020-09-19 09:17:27.857 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/e2ff448f-03e8-4359-8683-9ebc07874e99'. 2020-09-19 09:17:33.526 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.215s] 2020-09-19 09:17:33.601 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.075s] 2020-09-19 09:17:33.631 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.030s] 2020-09-19 09:17:33.829 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.142s] 2020-09-19 09:17:34.004 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.174s] 2020-09-19 09:17:34.119 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.114s] 2020-09-19 09:17:34.298 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.179s] 2020-09-19 09:17:34.465 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.167s] 2020-09-19 09:17:34.576 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.110s] 2020-09-19 09:17:34.741 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.165s] 2020-09-19 09:17:34.919 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.177s] 2020-09-19 09:17:34.963 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.044s] 2020-09-19 09:17:35.014 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.051s] 2020-09-19 09:17:35.629 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.556s] 2020-09-19 09:17:37.866 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.237s] 2020-09-19 09:17:38.057 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.190s] 2020-09-19 09:17:38.150 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.093s] 2020-09-19 09:17:38.250 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.100s] 2020-09-19 09:17:38.325 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.074s] 2020-09-19 09:17:38.475 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.150s] 2020-09-19 09:17:38.520 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.046s] 2020-09-19 09:17:38.611 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.090s] 2020-09-19 09:17:39.385 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.668s] 2020-09-19 09:17:41.608 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.223s] 2020-09-19 09:17:41.706 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.097s] 2020-09-19 09:17:41.944 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.238s] 2020-09-19 09:17:42.653 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.607s] 2020-09-19 09:17:42.815 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.161s] 2020-09-19 09:17:42.985 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.170s] 2020-09-19 09:17:43.242 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.149s] 2020-09-19 09:17:43.634 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.392s] 2020-09-19 09:17:45.855 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.220s] 2020-09-19 09:17:45.886 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.032s] 2020-09-19 09:17:45.942 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.055s] 2020-09-19 09:17:46.402 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.460s] 2020-09-19 09:17:48.631 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.228s] 2020-09-19 09:17:48.672 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.041s] 2020-09-19 09:17:48.747 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.074s] 2020-09-19 09:17:53.108 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.361s] 2020-09-19 09:17:53.189 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.080s] 2020-09-19 09:17:57.537 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.348s] 2020-09-19 09:17:57.644 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.107s] 2020-09-19 09:17:57.750 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.105s] 2020-09-19 09:17:57.850 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.100s] 2020-09-19 09:18:11.272 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [13.420s] 2020-09-19 09:18:32.808 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [21.535s] 2020-09-19 09:18:46.586 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.778s] 2020-09-19 09:19:04.462 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [17.875s] 2020-09-19 09:19:18.210 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.747s] 2020-09-19 09:19:31.973 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.763s] 2020-09-19 09:19:49.852 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [17.878s] 2020-09-19 09:20:15.843 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [25.991s] 2020-09-19 09:20:41.884 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [26.041s] 2020-09-19 09:21:03.680 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [21.796s] 2020-09-19 09:21:25.576 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [21.895s] 2020-09-19 09:21:55.493 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [29.917s] 2020-09-19 09:22:17.371 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [21.877s] 2020-09-19 09:22:47.222 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [29.850s] 2020-09-19 09:23:21.156 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [33.932s] 2020-09-19 09:23:30.483 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.327s] 2020-09-19 09:23:43.792 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.309s] 2020-09-19 09:23:57.132 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.339s] 2020-09-19 09:24:08.277 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [11.143s] 2020-09-19 09:24:21.977 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.699s] 2020-09-19 09:24:40.335 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.356s] 2020-09-19 09:24:54.006 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.671s] 2020-09-19 09:25:13.773 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [19.766s] 2020-09-19 09:25:31.515 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.741s] 2020-09-19 09:25:57.082 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.567s] 2020-09-19 09:26:27.757 32 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.674s] 2020-09-19 09:27:15.089 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [47.331s] 2020-09-19 09:27:50.866 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [35.775s] 2020-09-19 09:28:18.682 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [27.816s] 2020-09-19 09:28:50.375 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [31.692s] 2020-09-19 09:29:43.647 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [53.271s] 2020-09-19 09:30:11.396 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.747s] 2020-09-19 09:30:47.396 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [36.000s] 2020-09-19 09:31:15.025 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [27.627s] 2020-09-19 09:31:44.951 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [29.925s] 2020-09-19 09:31:45.357 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.405s] 2020-09-19 09:31:45.641 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.283s] 2020-09-19 09:31:45.813 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.171s] 2020-09-19 09:31:46.010 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.196s] 2020-09-19 09:31:55.236 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [9.225s] 2020-09-19 09:32:05.408 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [10.172s] 2020-09-19 09:32:05.678 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.270s] 2020-09-19 09:32:05.882 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.203s] 2020-09-19 09:32:24.378 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.495s] 2020-09-19 09:32:38.432 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [14.054s] 2020-09-19 09:32:47.522 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.088s] 2020-09-19 09:32:56.541 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.019s] 2020-09-19 09:34:06.990 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [70.447s] 2020-09-19 09:35:34.261 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [87.270s] 2020-09-19 09:35:43.949 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.686s] 2020-09-19 09:35:57.190 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.240s] 2020-09-19 09:36:06.383 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.193s] 2020-09-19 09:36:19.604 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.221s] 2020-09-19 09:36:28.753 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.148s] 2020-09-19 09:36:46.294 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.540s] 2020-09-19 09:36:46.586 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.292s] 2020-09-19 09:36:46.750 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.163s] 2020-09-19 09:36:47.025 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.274s] 2020-09-19 09:36:47.189 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.164s] 2020-09-19 09:36:47.363 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.174s] 2020-09-19 09:36:47.630 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.267s] 2020-09-19 09:36:47.798 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.167s] 2020-09-19 09:36:47.972 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.173s] 2020-09-19 09:36:48.137 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.164s] 2020-09-19 09:36:57.087 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.950s] 2020-09-19 09:36:57.636 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.549s] 2020-09-19 09:36:57.804 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.167s] 2020-09-19 09:37:06.794 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.990s] 2020-09-19 09:37:07.067 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.272s] 2020-09-19 09:37:07.244 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.176s] 2020-09-19 09:37:07.406 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.162s] 2020-09-19 09:38:02.797 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [55.389s] 2020-09-19 09:38:20.875 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [18.077s] 2020-09-19 09:38:58.010 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [37.129s] 2020-09-19 09:40:09.854 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [71.840s] 2020-09-19 09:40:10.273 32 INFO rally.task.context [-] Verification 701e5c10-2d76-4e30-8c75-f451b9e2a3d9 | Context testr@default cleanup() started 2020-09-19 09:40:10.274 32 INFO rally.task.context [-] Verification 701e5c10-2d76-4e30-8c75-f451b9e2a3d9 | Context testr@default cleanup() finished in 0.81 msec 2020-09-19 09:40:10.275 32 INFO rally.task.context [-] Verification 701e5c10-2d76-4e30-8c75-f451b9e2a3d9 | Context tempest@default cleanup() started 2020-09-19 09:40:10.537 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_0ba99f0e_WKcCq2AD'. 2020-09-19 09:40:10.730 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_0ba99f0e_WKcCq2AD' has been deleted. 2020-09-19 09:40:10.731 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '7e2b975a-f24b-4b13-ad36-3c8dda03ac85' of option 'instance_type' from Tempest config file. 2020-09-19 09:40:10.731 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '7e2b975a-f24b-4b13-ad36-3c8dda03ac85' has been removed. 2020-09-19 09:40:10.735 32 INFO rally.task.context [-] Verification 701e5c10-2d76-4e30-8c75-f451b9e2a3d9 | Context tempest@default cleanup() finished in 0.46 sec 2020-09-19 09:40:10.759 32 INFO rally.api [-] Verification (UUID=0ba99f0e-da94-46a1-8843-df108ac97604) has been successfully finished for deployment 'opnfv-rally' (UUID=b42434e1-78e7-48b3-9aa8-17e71d54ee53)! 2020-09-19 09:40:12.353 39 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:40:12.354 39 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:40:12.354 39 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:40:13.883 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:40:13.883 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:40:13.883 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:40:16.182 40 INFO rally.api [-] Building 'html' report for the following verification(s): '0ba99f0e-da94-46a1-8843-df108ac97604' 2020-09-19 09:40:16.223 40 INFO rally.api [-] The report has been successfully built. 2020-09-19 09:40:17.818 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:40:17.818 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:40:17.818 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:40:20.077 42 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '0ba99f0e-da94-46a1-8843-df108ac97604' 2020-09-19 09:40:20.084 42 INFO rally.api [-] The report has been successfully built.