2020-11-28 12:15:17.909 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:15:17.910 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:15:17.910 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:15:20.524 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-11-28 12:15:20.524 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-28 12:15:20.524 7 ERROR rally.cli.cliutils 2020-11-28 12:15:22.185 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:15:22.185 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:15:22.185 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:15:26.656 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:15:26.656 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:15:26.656 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:15:31.622 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:15:31.623 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:15:31.623 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:15:33.309 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:15:33.310 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:15:33.310 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:15:35.620 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-11-28 12:15:35.620 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-28 12:15:35.620 17 ERROR rally.cli.cliutils 2020-11-28 12:15:37.439 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:15:37.440 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:15:37.440 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:15:39.760 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-28 12:15:39.848 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-921e4398-7f48-4b55-96ac-4e295256cd39/repo. 2020-11-28 12:15:40.120 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-921e4398-7f48-4b55-96ac-4e295256cd39/repo'... done. Note: switching to '59bbab45dec3ab559259e98cba1bb93307aa58bf'. 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-11-28 12:15:40.135 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g59bbab45d ' 2020-11-28 12:15:40.144 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '59bbab45dec3ab559259e98cba1bb93307aa58bf ' 2020-11-28 12:15:40.165 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-28 12:15:40.212 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-28 12:15:41.009 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=921e4398-7f48-4b55-96ac-4e295256cd39) has been successfully created! 2020-11-28 12:15:42.908 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:15:42.909 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:15:42.909 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:15:53.054 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:15:53.054 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:15:53.054 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:15:55.366 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=921e4398-7f48-4b55-96ac-4e295256cd39) for deployment 'opnfv-rally' (UUID=0797d520-d07b-4174-963a-d0ecb6f62bf6). 2020-11-28 12:15:55.899 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=921e4398-7f48-4b55-96ac-4e295256cd39) has been successfully configured for deployment 'opnfv-rally' (UUID=0797d520-d07b-4174-963a-d0ecb6f62bf6)! 2020-11-28 12:16:05.728 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:16:05.728 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:16:05.728 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:16:08.110 35 INFO rally.api [-] Starting verification (UUID=643692cb-8cc7-4183-9591-aa3d80f1d388) for deployment 'opnfv-rally' (UUID=0797d520-d07b-4174-963a-d0ecb6f62bf6) by verifier 'opnfv-tempest' (UUID=921e4398-7f48-4b55-96ac-4e295256cd39). 2020-11-28 12:16:08.796 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-28 12:16:08.797 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-921e4398-7f48-4b55-96ac-4e295256cd39/for-deployment-0797d520-d07b-4174-963a-d0ecb6f62bf6/tempest.log' to option 'log_file'. 2020-11-28 12:16:08.797 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-921e4398-7f48-4b55-96ac-4e295256cd39/for-deployment-0797d520-d07b-4174-963a-d0ecb6f62bf6/tempest.log 2020-11-28 12:16:08.797 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-28 12:16:08.798 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-921e4398-7f48-4b55-96ac-4e295256cd39/for-deployment-0797d520-d07b-4174-963a-d0ecb6f62bf6/lock_files' to option 'lock_path'. 2020-11-28 12:16:08.798 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-921e4398-7f48-4b55-96ac-4e295256cd39/for-deployment-0797d520-d07b-4174-963a-d0ecb6f62bf6/lock_files 2020-11-28 12:16:08.799 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-28 12:16:08.799 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-11-28 12:16:08.799 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = daf151e5-4d8d-4979-8970-6693da7561bb 2020-11-28 12:16:08.800 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 9c039283-d090-4c2b-ad72-43acdecfc196 2020-11-28 12:16:08.800 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = bbbc9377-5d14-4755-a1b3-fed31e39733a 2020-11-28 12:16:08.801 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 29a63d9d-8f75-40f9-8f6a-602e297f1094 2020-11-28 12:16:10.646 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-28 12:16:10.647 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_3b46aa18-366b-4d0c-a912-4fedad6bc25d 2020-11-28 12:16:10.647 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-28 12:16:10.731 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-28 12:16:10.776 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_d5e1ef9f_MErePe60'. Using flavor 'rally_verify_d5e1ef9f_MErePe60' (ID = 647ac6aa-554a-4234-b4f1-3e580d491f4a) for the tests. 2020-11-28 12:16:10.776 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '647ac6aa-554a-4234-b4f1-3e580d491f4a' to option 'instance_type'. 2020-11-28 12:16:10.777 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 647ac6aa-554a-4234-b4f1-3e580d491f4a 2020-11-28 12:16:10.778 35 INFO rally.task.context [-] Verification 921e4398-7f48-4b55-96ac-4e295256cd39 | Context tempest@default setup() finished in 2.44 sec 2020-11-28 12:16:10.779 35 INFO rally.task.context [-] Verification 921e4398-7f48-4b55-96ac-4e295256cd39 | Context testr@default setup() finished in 0.57 msec 2020-11-28 12:16:10.780 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/eb8024e4-9ee9-4668-a241-11be30255406'. 2020-11-28 12:16:17.084 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.422s] 2020-11-28 12:16:17.228 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.145s] 2020-11-28 12:16:17.367 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.139s] 2020-11-28 12:16:18.094 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.684s] 2020-11-28 12:16:20.318 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.223s] 2020-11-28 12:16:20.426 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.108s] 2020-11-28 12:16:20.513 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.086s] 2020-11-28 12:16:21.215 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.597s] 2020-11-28 12:16:23.441 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.226s] 2020-11-28 12:16:23.692 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.250s] 2020-11-28 12:16:23.783 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.091s] 2020-11-28 12:16:23.883 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.099s] 2020-11-28 12:16:23.978 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.095s] 2020-11-28 12:16:24.154 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.176s] 2020-11-28 12:16:24.196 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.041s] 2020-11-28 12:16:24.298 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.102s] 2020-11-28 12:16:24.602 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.207s] 2020-11-28 12:16:25.019 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.416s] 2020-11-28 12:16:27.232 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.213s] 2020-11-28 12:16:27.263 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.031s] 2020-11-28 12:16:27.326 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.062s] 2020-11-28 12:16:27.792 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.466s] 2020-11-28 12:16:30.032 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.239s] 2020-11-28 12:16:30.075 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.043s] 2020-11-28 12:16:30.143 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.067s] 2020-11-28 12:16:34.495 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.352s] 2020-11-28 12:16:34.558 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.062s] 2020-11-28 12:16:38.899 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.341s] 2020-11-28 12:16:38.996 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.096s] 2020-11-28 12:16:39.104 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.109s] 2020-11-28 12:16:39.197 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.092s] 2020-11-28 12:16:39.570 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.272s] 2020-11-28 12:16:39.669 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.099s] 2020-11-28 12:16:39.692 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.024s] 2020-11-28 12:16:40.024 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.231s] 2020-11-28 12:16:40.170 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.146s] 2020-11-28 12:16:40.283 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.112s] 2020-11-28 12:16:40.433 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.149s] 2020-11-28 12:16:40.579 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.146s] 2020-11-28 12:16:40.670 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.092s] 2020-11-28 12:16:40.846 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.175s] 2020-11-28 12:16:41.018 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.172s] 2020-11-28 12:16:41.066 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.048s] 2020-11-28 12:16:41.102 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.036s] 2020-11-28 12:17:02.816 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [21.713s] 2020-11-28 12:17:20.724 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [17.828s] 2020-11-28 12:17:34.527 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.883s] 2020-11-28 12:17:48.563 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [14.035s] 2020-11-28 12:18:02.531 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.967s] 2020-11-28 12:18:20.243 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [17.711s] 2020-11-28 12:18:38.023 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [17.780s] 2020-11-28 12:18:51.689 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.665s] 2020-11-28 12:19:13.884 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [22.193s] 2020-11-28 12:19:35.846 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [21.962s] 2020-11-28 12:19:59.331 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [23.484s] 2020-11-28 12:20:25.117 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [25.786s] 2020-11-28 12:20:50.943 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [25.826s] 2020-11-28 12:21:16.610 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [25.667s] 2020-11-28 12:21:39.862 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [23.251s] 2020-11-28 12:21:39.868 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.005s]: b'Test disabled in conf, skipping' 2020-11-28 12:21:49.032 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.162s] 2020-11-28 12:22:02.279 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.247s] 2020-11-28 12:22:15.575 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.295s] 2020-11-28 12:22:29.191 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.615s] 2020-11-28 12:22:42.824 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.633s] 2020-11-28 12:23:00.880 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.055s] 2020-11-28 12:23:14.643 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.762s] 2020-11-28 12:23:32.355 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.712s] 2020-11-28 12:23:50.053 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.697s] 2020-11-28 12:23:50.293 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.238s]: b'LBaasv2 extension not available, skipping' 2020-11-28 12:23:50.424 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.130s]: b'LBaasv2 extension not available, skipping' 2020-11-28 12:24:15.725 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.301s] 2020-11-28 12:24:43.840 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 [28.115s] 2020-11-28 12:25:26.462 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [42.621s] 2020-11-28 12:26:03.431 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [36.968s] 2020-11-28 12:26:32.287 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [28.856s] 2020-11-28 12:27:11.061 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [38.773s] 2020-11-28 12:27:51.915 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [40.854s] 2020-11-28 12:28:19.091 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.175s] 2020-11-28 12:28:50.226 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [31.135s] 2020-11-28 12:29:21.273 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [31.046s] 2020-11-28 12:29:50.782 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [29.509s] 2020-11-28 12:29:50.958 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.175s] 2020-11-28 12:29:51.126 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.167s] 2020-11-28 12:29:51.298 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.171s] 2020-11-28 12:29:51.481 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.183s] 2020-11-28 12:29:56.587 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [5.105s] 2020-11-28 12:30:06.650 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [10.063s] 2020-11-28 12:30:06.837 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.186s] 2020-11-28 12:30:06.838 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_with_cloud_credential ... skip [0.000s]: b'multi_cloud - Feature not enabled.' 2020-11-28 12:30:07.274 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.437s] 2020-11-28 12:30:25.494 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.219s] 2020-11-28 12:30:39.603 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [14.108s] 2020-11-28 12:30:48.645 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.041s] 2020-11-28 12:30:57.682 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.036s] 2020-11-28 12:32:08.182 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [70.500s] 2020-11-28 12:33:35.589 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [87.406s] 2020-11-28 12:33:45.107 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.517s] 2020-11-28 12:33:58.375 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.267s] 2020-11-28 12:34:07.542 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.166s] 2020-11-28 12:34:20.763 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.220s] 2020-11-28 12:34:29.810 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.046s] 2020-11-28 12:34:47.332 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.522s] 2020-11-28 12:34:47.577 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.245s] 2020-11-28 12:34:47.729 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.151s] 2020-11-28 12:34:47.870 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.140s] 2020-11-28 12:34:48.015 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.145s] 2020-11-28 12:34:48.152 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.137s] 2020-11-28 12:34:48.292 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.139s] 2020-11-28 12:34:48.430 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.138s] 2020-11-28 12:34:48.565 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.136s] 2020-11-28 12:34:48.710 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.143s] 2020-11-28 12:34:57.590 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.880s] 2020-11-28 12:34:58.283 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.692s] 2020-11-28 12:34:58.528 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.245s] 2020-11-28 12:35:07.547 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [9.019s] 2020-11-28 12:35:07.911 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.364s] 2020-11-28 12:35:08.151 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.239s] 2020-11-28 12:35:08.385 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.233s] 2020-11-28 12:35:08.394 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.007s]: b'Test disabled in conf, skipping' 2020-11-28 12:35:09.109 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.714s]: b'LBaas v1 extension not available, skipping' 2020-11-28 12:35:09.857 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.747s]: b'LBaasv2 extension not available, skipping' 2020-11-28 12:36:00.489 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [50.632s] 2020-11-28 12:36:00.500 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_add_delete_poolmember ... skip [0.007s]: b'Test disabled in conf, skipping' 2020-11-28 12:36:00.503 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_create_update_loadbalancer ... skip [0.006s]: b'Test disabled in conf, skipping' 2020-11-28 12:36:14.357 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [13.853s] 2020-11-28 12:36:14.364 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.006s]: b'Test disabled in conf, skipping' 2020-11-28 12:37:01.119 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [46.749s] 2020-11-28 12:37:58.465 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [57.341s] 2020-11-28 12:37:58.467 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.006s]: b'Test disabled in conf, skipping' 2020-11-28 12:37:58.469 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.004s]: b'Test disabled in conf, skipping' 2020-11-28 12:37:58.736 35 INFO rally.task.context [-] Verification 921e4398-7f48-4b55-96ac-4e295256cd39 | Context testr@default cleanup() started 2020-11-28 12:37:58.737 35 INFO rally.task.context [-] Verification 921e4398-7f48-4b55-96ac-4e295256cd39 | Context testr@default cleanup() finished in 0.82 msec 2020-11-28 12:37:58.737 35 INFO rally.task.context [-] Verification 921e4398-7f48-4b55-96ac-4e295256cd39 | Context tempest@default cleanup() started 2020-11-28 12:37:58.985 35 INFO rally.task.context [-] Verification 921e4398-7f48-4b55-96ac-4e295256cd39 | Context tempest@default cleanup() finished in 0.25 sec 2020-11-28 12:37:59.009 35 INFO rally.api [-] Verification (UUID=643692cb-8cc7-4183-9591-aa3d80f1d388) has been successfully finished for deployment 'opnfv-rally' (UUID=0797d520-d07b-4174-963a-d0ecb6f62bf6)! 2020-11-28 12:38:00.735 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:38:00.735 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:38:00.736 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:38:02.543 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:38:02.543 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:38:02.544 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:38:04.839 45 INFO rally.api [-] Building 'html' report for the following verification(s): '643692cb-8cc7-4183-9591-aa3d80f1d388' 2020-11-28 12:38:04.861 45 INFO rally.api [-] The report has been successfully built. 2020-11-28 12:38:06.470 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:38:06.470 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:38:06.470 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:38:08.766 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '643692cb-8cc7-4183-9591-aa3d80f1d388' 2020-11-28 12:38:08.774 47 INFO rally.api [-] The report has been successfully built.