2020-12-09 12:48:08.386 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:48:08.386 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:48:08.386 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:48:10.779 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 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-09 12:48:10.779 7 ERROR rally.cli.cliutils 2020-12-09 12:48:12.552 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:48:12.553 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:48:12.553 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:48:16.954 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:48:16.954 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:48:16.955 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:48:21.874 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:48:21.874 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:48:21.874 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:48:23.418 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:48:23.419 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:48:23.419 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:48:25.737 17 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-12-09 12:48:25.737 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-09 12:48:25.737 17 ERROR rally.cli.cliutils 2020-12-09 12:48:27.433 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:48:27.434 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:48:27.434 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:48:29.728 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-09 12:48:29.794 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-badcade6-e11a-4e05-901a-87b2f4717d8b/repo. 2020-12-09 12:48:30.062 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-badcade6-e11a-4e05-901a-87b2f4717d8b/repo'... done. Note: switching to '2270e0af6e343c2b409baa24be092bcc0f31c091'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-12-09 12:48:30.076 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g2270e0af6 ' 2020-12-09 12:48:30.085 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '2270e0af6e343c2b409baa24be092bcc0f31c091 ' 2020-12-09 12:48:30.103 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-09 12:48:30.149 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-09 12:48:31.023 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=badcade6-e11a-4e05-901a-87b2f4717d8b) has been successfully created! 2020-12-09 12:48:32.814 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:48:32.814 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:48:32.814 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:48:42.235 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:48:42.236 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:48:42.236 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:48:44.677 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=badcade6-e11a-4e05-901a-87b2f4717d8b) for deployment 'opnfv-rally' (UUID=680296b3-190d-4f87-b41d-36c4abfc77dd). 2020-12-09 12:48:45.283 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=badcade6-e11a-4e05-901a-87b2f4717d8b) has been successfully configured for deployment 'opnfv-rally' (UUID=680296b3-190d-4f87-b41d-36c4abfc77dd)! 2020-12-09 12:48:56.901 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:48:56.902 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:48:56.902 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:48:59.205 35 INFO rally.api [-] Starting verification (UUID=b35c9696-a4be-4478-a463-482206853fee) for deployment 'opnfv-rally' (UUID=680296b3-190d-4f87-b41d-36c4abfc77dd) by verifier 'opnfv-tempest' (UUID=badcade6-e11a-4e05-901a-87b2f4717d8b). 2020-12-09 12:48:59.888 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-09 12:48:59.888 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-badcade6-e11a-4e05-901a-87b2f4717d8b/for-deployment-680296b3-190d-4f87-b41d-36c4abfc77dd/tempest.log' to option 'log_file'. 2020-12-09 12:48:59.889 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-badcade6-e11a-4e05-901a-87b2f4717d8b/for-deployment-680296b3-190d-4f87-b41d-36c4abfc77dd/tempest.log 2020-12-09 12:48:59.889 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-09 12:48:59.889 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-badcade6-e11a-4e05-901a-87b2f4717d8b/for-deployment-680296b3-190d-4f87-b41d-36c4abfc77dd/lock_files' to option 'lock_path'. 2020-12-09 12:48:59.890 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-badcade6-e11a-4e05-901a-87b2f4717d8b/for-deployment-680296b3-190d-4f87-b41d-36c4abfc77dd/lock_files 2020-12-09 12:48:59.890 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-09 12:48:59.890 35 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-12-09 12:48:59.891 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 6ce75df5-945a-4b8e-9da2-8ddcb1fa0182 2020-12-09 12:48:59.891 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ebc48e4b-9991-4125-9542-c944aae8ff2a 2020-12-09 12:48:59.892 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 10f76cd7-d192-494f-b8a2-e6ed4c978ded 2020-12-09 12:48:59.892 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e9c06184-1e7a-4306-9ed6-c9a4271bf7a1 2020-12-09 12:49:00.182 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-09 12:49:00.183 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat_cntt-net_f12df164-99d0-4f59-9ff4-92056942b169 2020-12-09 12:49:00.183 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-09 12:49:00.264 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-09 12:49:00.307 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-09 12:49:00.307 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_b35c9696_MZZI7b3E' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-09 12:49:00.348 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b35c9696_MZZI7b3E' (ID = bfc36cf0-d7e3-4392-a240-6b296798fbcf) has been successfully created! 2020-12-09 12:49:00.349 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'bfc36cf0-d7e3-4392-a240-6b296798fbcf' to option 'instance_type'. 2020-12-09 12:49:00.349 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = bfc36cf0-d7e3-4392-a240-6b296798fbcf 2020-12-09 12:49:00.351 35 INFO rally.task.context [-] Verification badcade6-e11a-4e05-901a-87b2f4717d8b | Context tempest@default setup() finished in 0.92 sec 2020-12-09 12:49:00.352 35 INFO rally.task.context [-] Verification badcade6-e11a-4e05-901a-87b2f4717d8b | Context testr@default setup() finished in 0.38 msec 2020-12-09 12:49:00.352 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/31c7d854-3880-4282-97a1-943672ae8b67'. 2020-12-09 12:49:06.422 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.462s] 2020-12-09 12:49:06.565 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.143s] 2020-12-09 12:49:06.696 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.131s] 2020-12-09 12:49:07.376 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.591s] 2020-12-09 12:49:09.619 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.242s] 2020-12-09 12:49:09.733 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.114s] 2020-12-09 12:49:09.825 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.092s] 2020-12-09 12:49:10.575 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.656s] 2020-12-09 12:49:12.817 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.241s] 2020-12-09 12:49:13.129 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.312s] 2020-12-09 12:49:13.223 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.093s] 2020-12-09 12:49:13.313 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.091s] 2020-12-09 12:49:13.378 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.064s] 2020-12-09 12:49:13.560 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.182s] 2020-12-09 12:49:13.601 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.041s] 2020-12-09 12:49:13.714 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.113s] 2020-12-09 12:49:13.952 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.152s] 2020-12-09 12:49:14.311 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.358s] 2020-12-09 12:49:16.563 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.252s] 2020-12-09 12:49:16.599 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.036s] 2020-12-09 12:49:16.652 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.052s] 2020-12-09 12:49:17.157 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.505s] 2020-12-09 12:49:19.395 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.237s] 2020-12-09 12:49:19.434 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.039s] 2020-12-09 12:49:19.501 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.067s] 2020-12-09 12:49:23.852 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.350s] 2020-12-09 12:49:23.928 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.076s] 2020-12-09 12:49:28.259 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.331s] 2020-12-09 12:49:28.347 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.088s] 2020-12-09 12:49:28.461 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.113s] 2020-12-09 12:49:28.559 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.098s] 2020-12-09 12:49:28.899 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.232s] 2020-12-09 12:49:28.992 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.092s] 2020-12-09 12:49:29.016 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.025s] 2020-12-09 12:49:29.347 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.236s] 2020-12-09 12:49:29.523 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.175s] 2020-12-09 12:49:29.628 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.105s] 2020-12-09 12:49:29.804 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.176s] 2020-12-09 12:49:29.972 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.168s] 2020-12-09 12:49:30.081 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.108s] 2020-12-09 12:49:30.252 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.170s] 2020-12-09 12:49:30.426 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.173s] 2020-12-09 12:49:30.474 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.049s] 2020-12-09 12:49:30.513 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.038s] 2020-12-09 12:49:43.930 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [13.416s] 2020-12-09 12:50:01.560 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [17.629s] 2020-12-09 12:50:15.210 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.650s] 2020-12-09 12:50:28.946 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.735s] 2020-12-09 12:50:42.591 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.644s] 2020-12-09 12:50:56.167 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.576s] 2020-12-09 12:51:09.758 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.590s] 2020-12-09 12:51:24.008 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [14.250s] 2020-12-09 12:51:46.637 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [22.629s] 2020-12-09 12:52:12.439 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [25.801s] 2020-12-09 12:52:34.385 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [21.945s] 2020-12-09 12:52:57.007 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [22.622s] 2020-12-09 12:53:18.907 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [21.900s] 2020-12-09 12:53:40.711 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.802s] 2020-12-09 12:53:58.223 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.512s] 2020-12-09 12:54:07.359 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.135s] 2020-12-09 12:54:20.673 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.314s] 2020-12-09 12:54:33.981 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.308s] 2020-12-09 12:54:47.424 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.442s] 2020-12-09 12:55:01.029 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.605s] 2020-12-09 12:55:19.379 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.349s] 2020-12-09 12:55:33.078 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.698s] 2020-12-09 12:55:50.730 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.651s] 2020-12-09 12:56:08.541 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.811s] 2020-12-09 12:56:33.982 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.440s] 2020-12-09 12:57:00.234 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [26.251s] 2020-12-09 12:57:39.369 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [39.136s] 2020-12-09 12:58:07.284 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [27.913s] 2020-12-09 12:58:39.341 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [32.057s] 2020-12-09 12:59:10.779 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [31.437s] 2020-12-09 12:59:59.948 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [49.168s] 2020-12-09 13:00:35.560 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [35.611s] 2020-12-09 13:01:03.136 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [27.577s] 2020-12-09 13:01:34.285 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [31.148s] 2020-12-09 13:01:59.590 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [25.304s] 2020-12-09 13:01:59.926 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.335s] 2020-12-09 13:02:00.321 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.395s] 2020-12-09 13:02:00.592 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.270s] 2020-12-09 13:02:00.870 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.277s] 2020-12-09 13:02:10.006 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [9.136s] 2020-12-09 13:02:19.511 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [9.505s] 2020-12-09 13:02:19.820 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.308s] 2020-12-09 13:02:20.015 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.195s] 2020-12-09 13:02:37.830 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [17.814s] 2020-12-09 13:02:51.761 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.930s] 2020-12-09 13:03:01.129 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.368s] 2020-12-09 13:03:10.334 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.204s] 2020-12-09 13:04:25.042 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [74.707s] 2020-12-09 13:05:56.138 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [91.095s] 2020-12-09 13:06:05.791 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.653s] 2020-12-09 13:06:19.253 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.461s] 2020-12-09 13:06:28.400 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.146s] 2020-12-09 13:06:41.687 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.286s] 2020-12-09 13:06:50.839 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.152s] 2020-12-09 13:07:08.320 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.481s] 2020-12-09 13:07:08.635 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.314s] 2020-12-09 13:07:08.802 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.166s] 2020-12-09 13:07:08.958 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.155s] 2020-12-09 13:07:09.125 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.166s] 2020-12-09 13:07:09.283 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.158s] 2020-12-09 13:07:09.447 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.163s] 2020-12-09 13:07:09.603 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.157s] 2020-12-09 13:07:09.754 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.150s] 2020-12-09 13:07:09.913 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.158s] 2020-12-09 13:07:18.854 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.940s] 2020-12-09 13:07:19.429 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.575s] 2020-12-09 13:07:19.593 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.163s] 2020-12-09 13:07:28.571 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.977s] 2020-12-09 13:07:28.927 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.355s] 2020-12-09 13:07:29.169 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.242s] 2020-12-09 13:07:29.521 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.352s] 2020-12-09 13:08:17.115 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [47.593s] 2020-12-09 13:08:30.932 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [13.816s] 2020-12-09 13:09:12.481 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [41.544s] 2020-12-09 13:10:08.002 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [55.516s] 2020-12-09 13:10:08.297 35 INFO rally.task.context [-] Verification badcade6-e11a-4e05-901a-87b2f4717d8b | Context testr@default cleanup() started 2020-12-09 13:10:08.297 35 INFO rally.task.context [-] Verification badcade6-e11a-4e05-901a-87b2f4717d8b | Context testr@default cleanup() finished in 0.75 msec 2020-12-09 13:10:08.298 35 INFO rally.task.context [-] Verification badcade6-e11a-4e05-901a-87b2f4717d8b | Context tempest@default cleanup() started 2020-12-09 13:10:08.499 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_b35c9696_MZZI7b3E'. 2020-12-09 13:10:08.759 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b35c9696_MZZI7b3E' has been deleted. 2020-12-09 13:10:08.760 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'bfc36cf0-d7e3-4392-a240-6b296798fbcf' of option 'instance_type' from Tempest config file. 2020-12-09 13:10:08.761 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'bfc36cf0-d7e3-4392-a240-6b296798fbcf' has been removed. 2020-12-09 13:10:08.768 35 INFO rally.task.context [-] Verification badcade6-e11a-4e05-901a-87b2f4717d8b | Context tempest@default cleanup() finished in 0.47 sec 2020-12-09 13:10:08.806 35 INFO rally.api [-] Verification (UUID=b35c9696-a4be-4478-a463-482206853fee) has been successfully finished for deployment 'opnfv-rally' (UUID=680296b3-190d-4f87-b41d-36c4abfc77dd)! 2020-12-09 13:10:10.713 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:10:10.713 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:10:10.713 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:10:12.562 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:10:12.563 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:10:12.563 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:10:14.889 45 INFO rally.api [-] Building 'html' report for the following verification(s): 'b35c9696-a4be-4478-a463-482206853fee' 2020-12-09 13:10:14.912 45 INFO rally.api [-] The report has been successfully built. 2020-12-09 13:10:16.619 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:10:16.619 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:10:16.620 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:10:18.998 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b35c9696-a4be-4478-a463-482206853fee' 2020-12-09 13:10:19.005 47 INFO rally.api [-] The report has been successfully built.