2020-06-06 08:20:09.147 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:20:09.148 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:20:09.148 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:20:11.539 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-06-06 08:20:11.539 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-06 08:20:11.539 7 ERROR rally.cli.cliutils 2020-06-06 08:20:13.190 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:20:13.191 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:20:13.191 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:20:17.329 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:20:17.330 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:20:17.330 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:20:21.937 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:20:21.938 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:20:21.938 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:20:23.508 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:20:23.509 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:20:23.509 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:20:25.770 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-06-06 08:20:25.770 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-06 08:20:25.770 17 ERROR rally.cli.cliutils 2020-06-06 08:20:27.357 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:20:27.358 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:20:27.358 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:20:29.451 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-06 08:20:29.529 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-48f3721b-979b-451f-aa96-0878510e4c6c/repo. 2020-06-06 08:20:29.768 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-48f3721b-979b-451f-aa96-0878510e4c6c/repo'... done. ' 2020-06-06 08:20:29.783 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-06 08:20:29.814 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-06 08:20:29.876 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-06 08:20:30.606 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=48f3721b-979b-451f-aa96-0878510e4c6c) has been successfully created! 2020-06-06 08:20:32.268 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:20:32.268 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:20:32.269 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:20:41.722 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:20:41.723 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:20:41.723 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:20:44.041 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=48f3721b-979b-451f-aa96-0878510e4c6c) for deployment 'opnfv-rally' (UUID=2dfda688-b9b2-4e4d-9d28-fe2676c651ee). 2020-06-06 08:20:44.516 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=48f3721b-979b-451f-aa96-0878510e4c6c) has been successfully configured for deployment 'opnfv-rally' (UUID=2dfda688-b9b2-4e4d-9d28-fe2676c651ee)! 2020-06-06 08:20:54.828 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:20:54.829 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:20:54.829 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:20:57.345 34 INFO rally.api [-] Starting verification (UUID=362f7849-c4f7-4bf0-9f23-753c20e653cf) for deployment 'opnfv-rally' (UUID=2dfda688-b9b2-4e4d-9d28-fe2676c651ee) by verifier 'opnfv-tempest' (UUID=48f3721b-979b-451f-aa96-0878510e4c6c). 2020-06-06 08:20:58.096 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-06 08:20:58.096 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-48f3721b-979b-451f-aa96-0878510e4c6c/for-deployment-2dfda688-b9b2-4e4d-9d28-fe2676c651ee/tempest.log' to option 'log_file'. 2020-06-06 08:20:58.096 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-48f3721b-979b-451f-aa96-0878510e4c6c/for-deployment-2dfda688-b9b2-4e4d-9d28-fe2676c651ee/tempest.log 2020-06-06 08:20:58.097 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-06 08:20:58.097 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-48f3721b-979b-451f-aa96-0878510e4c6c/for-deployment-2dfda688-b9b2-4e4d-9d28-fe2676c651ee/lock_files' to option 'lock_path'. 2020-06-06 08:20:58.097 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-48f3721b-979b-451f-aa96-0878510e4c6c/for-deployment-2dfda688-b9b2-4e4d-9d28-fe2676c651ee/lock_files 2020-06-06 08:20:58.097 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-06 08:20:58.097 34 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-06-06 08:20:58.098 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ed94c2ff-3c5f-4a3b-ba24-fb6073eee81a 2020-06-06 08:20:58.098 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 96ebf250-5f03-4833-b571-318136029f19 2020-06-06 08:20:58.098 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 0e9e8618-aa69-46d0-b0aa-beea7a1149e1 2020-06-06 08:20:58.099 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 486ae16c-6f12-4a4b-90a0-baf179a056bf 2020-06-06 08:20:58.444 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-06 08:20:58.445 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_542a2bc6-6dfa-4ae3-957c-cf58fb373ff6 2020-06-06 08:20:58.445 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-06 08:20:58.541 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-06 08:20:58.588 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_2798ff32_XZH7sgGP'. Using flavor 'rally_verify_2798ff32_XZH7sgGP' (ID = 777da3a9-f1d6-4e6a-8b48-2d307dbe6b60) for the tests. 2020-06-06 08:20:58.589 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '777da3a9-f1d6-4e6a-8b48-2d307dbe6b60' to option 'instance_type'. 2020-06-06 08:20:58.589 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 777da3a9-f1d6-4e6a-8b48-2d307dbe6b60 2020-06-06 08:20:58.591 34 INFO rally.task.context [-] Verification 48f3721b-979b-451f-aa96-0878510e4c6c | Context tempest@default setup() finished in 1.02 sec 2020-06-06 08:20:58.592 34 INFO rally.task.context [-] Verification 48f3721b-979b-451f-aa96-0878510e4c6c | Context testr@default setup() finished in 0.48 msec 2020-06-06 08:20:58.592 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/2608a9ee-c24b-49f1-ac2f-8c1504a682f6'. 2020-06-06 08:21:05.017 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.154s] 2020-06-06 08:21:05.594 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.577s] 2020-06-06 08:21:05.930 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.335s] 2020-06-06 08:21:06.114 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.184s] 2020-06-06 08:21:06.231 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.116s] 2020-06-06 08:21:06.739 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.509s] 2020-06-06 08:21:09.269 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.529s] 2020-06-06 08:21:09.372 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.103s] 2020-06-06 08:21:09.499 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.127s] 2020-06-06 08:21:11.984 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [2.484s] 2020-06-06 08:21:12.193 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.209s] 2020-06-06 08:21:14.598 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [2.404s] 2020-06-06 08:21:14.748 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.150s] 2020-06-06 08:21:14.916 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.167s] 2020-06-06 08:21:15.128 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.212s] 2020-06-06 08:21:15.444 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.262s] 2020-06-06 08:21:15.690 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.246s] 2020-06-06 08:21:15.925 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.235s] 2020-06-06 08:21:16.237 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.266s] 2020-06-06 08:21:16.460 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.223s] 2020-06-06 08:21:16.807 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.347s] 2020-06-06 08:21:17.470 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.572s] 2020-06-06 08:21:17.789 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [0.319s] 2020-06-06 08:21:18.062 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.273s] 2020-06-06 08:21:18.465 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.403s] 2020-06-06 08:21:19.285 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.579s] 2020-06-06 08:21:19.633 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [0.347s] 2020-06-06 08:21:19.877 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.244s] 2020-06-06 08:21:20.049 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.172s] 2020-06-06 08:21:20.208 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.159s] 2020-06-06 08:21:20.378 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.170s] 2020-06-06 08:21:20.613 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.234s] 2020-06-06 08:21:20.796 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.183s] 2020-06-06 08:21:20.987 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.191s] 2020-06-06 08:21:21.216 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.133s] 2020-06-06 08:21:21.514 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.298s] 2020-06-06 08:21:21.822 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.307s] 2020-06-06 08:21:22.156 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.333s] 2020-06-06 08:21:22.500 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.344s] 2020-06-06 08:21:22.668 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.168s] 2020-06-06 08:21:22.837 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.169s] 2020-06-06 08:21:23.160 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.322s] 2020-06-06 08:21:23.410 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.250s] 2020-06-06 08:21:23.642 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.232s] 2020-06-06 08:21:41.931 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [18.288s] 2020-06-06 08:22:03.395 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [21.462s] 2020-06-06 08:22:17.038 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.644s] 2020-06-06 08:22:30.614 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.576s] 2020-06-06 08:22:44.060 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.445s] 2020-06-06 08:22:57.653 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.592s] 2020-06-06 08:23:12.183 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [14.529s] 2020-06-06 08:23:25.766 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.583s] 2020-06-06 08:23:51.751 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [25.984s] 2020-06-06 08:24:13.678 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [21.927s] 2020-06-06 08:24:35.437 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [21.758s] 2020-06-06 08:24:57.167 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [21.729s] 2020-06-06 08:25:18.935 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [21.768s] 2020-06-06 08:25:40.558 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.622s] 2020-06-06 08:26:02.260 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [21.701s] 2020-06-06 08:26:16.431 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... success [14.169s] 2020-06-06 08:26:25.520 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.089s] 2020-06-06 08:26:39.170 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.649s] 2020-06-06 08:26:52.336 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.165s] 2020-06-06 08:27:01.826 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.490s] 2020-06-06 08:27:15.442 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.615s] 2020-06-06 08:27:33.501 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.058s] 2020-06-06 08:27:47.148 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.646s] 2020-06-06 08:28:04.783 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.635s] 2020-06-06 08:28:22.663 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.880s] 2020-06-06 08:28:22.885 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.220s]: b'LBaasv2 extension not available, skipping' 2020-06-06 08:28:23.163 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.277s]: b'LBaasv2 extension not available, skipping' 2020-06-06 08:28:48.399 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.237s] 2020-06-06 08:29:14.792 34 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.392s] 2020-06-06 08:29:53.369 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [38.577s] 2020-06-06 08:30:24.759 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [31.389s] 2020-06-06 08:30:56.814 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [32.054s] 2020-06-06 08:31:23.797 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [26.983s] 2020-06-06 08:32:05.353 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [41.556s] 2020-06-06 08:32:37.384 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [32.031s] 2020-06-06 08:33:08.800 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [31.415s] 2020-06-06 08:33:40.106 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [31.305s] 2020-06-06 08:34:05.530 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [25.423s] 2020-06-06 08:34:05.835 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.305s] 2020-06-06 08:34:06.013 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.177s] 2020-06-06 08:34:06.182 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.169s] 2020-06-06 08:34:06.351 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.168s] 2020-06-06 08:34:15.295 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [8.943s] 2020-06-06 08:34:24.769 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [9.474s] 2020-06-06 08:34:25.062 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.291s] 2020-06-06 08:34:25.063 34 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-06-06 08:34:25.276 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.214s] 2020-06-06 08:34:42.915 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [17.638s] 2020-06-06 08:34:56.916 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [14.001s] 2020-06-06 08:35:05.905 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [8.988s] 2020-06-06 08:35:14.891 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [8.985s] 2020-06-06 08:36:24.048 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [69.157s] 2020-06-06 08:37:51.378 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [87.330s] 2020-06-06 08:38:00.777 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.398s] 2020-06-06 08:38:14.000 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.221s] 2020-06-06 08:38:23.023 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.024s] 2020-06-06 08:38:36.137 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.114s] 2020-06-06 08:38:45.155 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.017s] 2020-06-06 08:39:02.587 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.431s] 2020-06-06 08:39:03.038 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.450s] 2020-06-06 08:39:03.251 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.213s] 2020-06-06 08:39:03.385 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.134s] 2020-06-06 08:39:03.525 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.140s] 2020-06-06 08:39:03.663 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.137s] 2020-06-06 08:39:03.802 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.139s] 2020-06-06 08:39:03.940 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.137s] 2020-06-06 08:39:04.081 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.140s] 2020-06-06 08:39:04.205 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.124s] 2020-06-06 08:39:13.047 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.841s] 2020-06-06 08:39:13.559 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.511s] 2020-06-06 08:39:13.874 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.315s] 2020-06-06 08:39:22.796 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.921s] 2020-06-06 08:39:23.038 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.242s] 2020-06-06 08:39:23.192 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.153s] 2020-06-06 08:39:23.329 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.136s] 2020-06-06 08:39:23.336 34 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-06-06 08:39:23.963 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.625s]: b'LBaas v1 extension not available, skipping' 2020-06-06 08:39:24.588 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.624s]: b'LBaasv2 extension not available, skipping' 2020-06-06 08:40:15.081 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [50.493s] 2020-06-06 08:40:15.089 34 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-06-06 08:40:15.096 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_create_update_loadbalancer ... skip [0.007s]: b'Test disabled in conf, skipping' 2020-06-06 08:40:29.163 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [14.067s] 2020-06-06 08:40:29.171 34 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-06-06 08:41:10.175 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [40.999s] 2020-06-06 08:42:07.462 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [57.286s] 2020-06-06 08:42:07.465 34 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-06-06 08:42:07.469 34 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-06-06 08:42:07.756 34 INFO rally.task.context [-] Verification 48f3721b-979b-451f-aa96-0878510e4c6c | Context testr@default cleanup() started 2020-06-06 08:42:07.756 34 INFO rally.task.context [-] Verification 48f3721b-979b-451f-aa96-0878510e4c6c | Context testr@default cleanup() finished in 0.69 msec 2020-06-06 08:42:07.757 34 INFO rally.task.context [-] Verification 48f3721b-979b-451f-aa96-0878510e4c6c | Context tempest@default cleanup() started 2020-06-06 08:42:07.939 34 INFO rally.task.context [-] Verification 48f3721b-979b-451f-aa96-0878510e4c6c | Context tempest@default cleanup() finished in 0.18 sec 2020-06-06 08:42:07.963 34 INFO rally.api [-] Verification (UUID=362f7849-c4f7-4bf0-9f23-753c20e653cf) has been successfully finished for deployment 'opnfv-rally' (UUID=2dfda688-b9b2-4e4d-9d28-fe2676c651ee)! 2020-06-06 08:42:09.725 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:42:09.726 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:42:09.726 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:42:11.385 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:42:11.386 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:42:11.386 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:42:13.500 44 INFO rally.api [-] Building 'html' report for the following verification(s): '362f7849-c4f7-4bf0-9f23-753c20e653cf' 2020-06-06 08:42:13.524 44 INFO rally.api [-] The report has been successfully built. 2020-06-06 08:42:15.009 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:42:15.009 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:42:15.010 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:42:17.121 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '362f7849-c4f7-4bf0-9f23-753c20e653cf' 2020-06-06 08:42:17.128 46 INFO rally.api [-] The report has been successfully built.