2020-07-10 11:28:15.008 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:28:15.009 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:28:15.009 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:28:17.673 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-07-10 11:28:17.673 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 11:28:17.673 7 ERROR rally.cli.cliutils 2020-07-10 11:28:19.258 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:28:19.259 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:28:19.259 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:28:23.602 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:28:23.602 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:28:23.602 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:28:28.104 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:28:28.105 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:28:28.105 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:28:29.483 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:28:29.483 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:28:29.483 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:28:31.684 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-07-10 11:28:31.684 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 11:28:31.684 17 ERROR rally.cli.cliutils 2020-07-10 11:28:33.273 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:28:33.273 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:28:33.274 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:28:35.641 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-10 11:28:35.710 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-09ac3a49-5321-4567-8df5-2064147d9c8c/repo. 2020-07-10 11:28:35.924 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-09ac3a49-5321-4567-8df5-2064147d9c8c/repo'... done. ' 2020-07-10 11:28:35.939 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-07-10 11:28:35.968 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-10 11:28:36.035 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-10 11:28:36.740 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=09ac3a49-5321-4567-8df5-2064147d9c8c) has been successfully created! 2020-07-10 11:28:38.303 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:28:38.303 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:28:38.303 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:28:47.666 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:28:47.666 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:28:47.667 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:28:50.045 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=09ac3a49-5321-4567-8df5-2064147d9c8c) for deployment 'opnfv-rally' (UUID=997bd552-50c0-4edf-bcd1-b0aa5bfe14d1). 2020-07-10 11:28:50.452 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=09ac3a49-5321-4567-8df5-2064147d9c8c) has been successfully configured for deployment 'opnfv-rally' (UUID=997bd552-50c0-4edf-bcd1-b0aa5bfe14d1)! 2020-07-10 11:28:59.626 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:28:59.627 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:28:59.627 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:29:01.877 34 INFO rally.api [-] Starting verification (UUID=d12e33af-17e3-488a-9b64-39346eae693e) for deployment 'opnfv-rally' (UUID=997bd552-50c0-4edf-bcd1-b0aa5bfe14d1) by verifier 'opnfv-tempest' (UUID=09ac3a49-5321-4567-8df5-2064147d9c8c). 2020-07-10 11:29:02.511 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-10 11:29:02.511 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-09ac3a49-5321-4567-8df5-2064147d9c8c/for-deployment-997bd552-50c0-4edf-bcd1-b0aa5bfe14d1/tempest.log' to option 'log_file'. 2020-07-10 11:29:02.511 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-09ac3a49-5321-4567-8df5-2064147d9c8c/for-deployment-997bd552-50c0-4edf-bcd1-b0aa5bfe14d1/tempest.log 2020-07-10 11:29:02.512 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-10 11:29:02.512 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-09ac3a49-5321-4567-8df5-2064147d9c8c/for-deployment-997bd552-50c0-4edf-bcd1-b0aa5bfe14d1/lock_files' to option 'lock_path'. 2020-07-10 11:29:02.512 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-09ac3a49-5321-4567-8df5-2064147d9c8c/for-deployment-997bd552-50c0-4edf-bcd1-b0aa5bfe14d1/lock_files 2020-07-10 11:29:02.513 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-10 11:29:02.513 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-07-10 11:29:02.513 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 3941ff5c-9aa9-463a-8a1d-06575be3275c 2020-07-10 11:29:02.514 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = e3566c8f-3c28-4ac5-9355-928473b59372 2020-07-10 11:29:02.514 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f1325656-5f45-4216-bf56-d61f95fae796 2020-07-10 11:29:02.515 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b4ebd8f6-5241-4e49-b430-e5a2764ed1fb 2020-07-10 11:29:02.724 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-10 11:29:02.724 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_64e79c81-6c60-4dbc-9784-9886e0089378 2020-07-10 11:29:02.725 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-10 11:29:02.822 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-10 11:29:02.864 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_51734168_2wBo9vVh'. Using flavor 'rally_verify_51734168_2wBo9vVh' (ID = 7824cca8-fb10-4b2e-8b9f-a5dacd7c815c) for the tests. 2020-07-10 11:29:02.864 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7824cca8-fb10-4b2e-8b9f-a5dacd7c815c' to option 'instance_type'. 2020-07-10 11:29:02.864 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7824cca8-fb10-4b2e-8b9f-a5dacd7c815c 2020-07-10 11:29:02.866 34 INFO rally.task.context [-] Verification 09ac3a49-5321-4567-8df5-2064147d9c8c | Context tempest@default setup() finished in 0.80 sec 2020-07-10 11:29:02.867 34 INFO rally.task.context [-] Verification 09ac3a49-5321-4567-8df5-2064147d9c8c | Context testr@default setup() finished in 0.46 msec 2020-07-10 11:29:02.868 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/302f4859-2108-4b5f-8367-7c4b9323c4ef'. 2020-07-10 11:29:08.384 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.174s] 2020-07-10 11:29:08.983 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.599s] 2020-07-10 11:29:09.254 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.271s] 2020-07-10 11:29:09.403 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.149s] 2020-07-10 11:29:09.566 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.162s] 2020-07-10 11:29:09.990 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.423s] 2020-07-10 11:29:12.466 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.476s] 2020-07-10 11:29:12.570 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.103s] 2020-07-10 11:29:12.693 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.124s] 2020-07-10 11:29:15.227 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [2.533s] 2020-07-10 11:29:15.548 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.320s] 2020-07-10 11:29:18.026 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [2.477s] 2020-07-10 11:29:18.202 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.176s] 2020-07-10 11:29:18.374 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.171s] 2020-07-10 11:29:18.631 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.257s] 2020-07-10 11:29:18.841 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.152s] 2020-07-10 11:29:19.099 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.258s] 2020-07-10 11:29:19.304 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.205s] 2020-07-10 11:29:19.647 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.288s] 2020-07-10 11:29:19.869 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.222s] 2020-07-10 11:29:20.093 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.224s] 2020-07-10 11:29:20.626 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.466s] 2020-07-10 11:29:20.919 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [0.293s] 2020-07-10 11:29:21.088 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.169s] 2020-07-10 11:29:21.316 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.228s] 2020-07-10 11:29:21.779 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.411s] 2020-07-10 11:29:22.059 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [0.279s] 2020-07-10 11:29:22.356 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.296s] 2020-07-10 11:29:22.516 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.160s] 2020-07-10 11:29:22.681 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.164s] 2020-07-10 11:29:22.809 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.128s] 2020-07-10 11:29:23.054 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.245s] 2020-07-10 11:29:23.170 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.115s] 2020-07-10 11:29:23.390 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.220s] 2020-07-10 11:29:23.541 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.101s] 2020-07-10 11:29:23.774 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.233s] 2020-07-10 11:29:24.035 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.261s] 2020-07-10 11:29:24.280 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.245s] 2020-07-10 11:29:24.508 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.228s] 2020-07-10 11:29:24.671 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.162s] 2020-07-10 11:29:24.895 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.224s] 2020-07-10 11:29:25.129 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.234s] 2020-07-10 11:29:25.239 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.110s] 2020-07-10 11:29:25.352 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.112s] 2020-07-10 11:29:39.941 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [14.588s] 2020-07-10 11:29:57.773 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [17.831s] 2020-07-10 11:30:11.520 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.747s] 2020-07-10 11:30:25.134 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.613s] 2020-07-10 11:30:38.825 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.690s] 2020-07-10 11:30:52.434 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.608s] 2020-07-10 11:31:05.987 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.552s] 2020-07-10 11:31:19.528 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.541s] 2020-07-10 11:31:46.324 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [26.796s] 2020-07-10 11:32:08.282 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [21.957s] 2020-07-10 11:32:34.150 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [25.867s] 2020-07-10 11:32:56.475 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [22.326s] 2020-07-10 11:33:18.245 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.769s] 2020-07-10 11:33:39.897 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.652s] 2020-07-10 11:34:01.456 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [21.558s] 2020-07-10 11:34:01.464 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.008s]: b'Test disabled in conf, skipping' 2020-07-10 11:34:10.564 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.099s] 2020-07-10 11:34:23.924 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.359s] 2020-07-10 11:34:37.519 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.595s] 2020-07-10 11:34:51.071 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.552s] 2020-07-10 11:35:04.730 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.658s] 2020-07-10 11:35:23.007 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.277s] 2020-07-10 11:35:36.633 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.625s] 2020-07-10 11:35:54.260 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.626s] 2020-07-10 11:36:11.949 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.689s] 2020-07-10 11:36:12.169 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.218s]: b'LBaasv2 extension not available, skipping' 2020-07-10 11:36:12.310 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.140s]: b'LBaasv2 extension not available, skipping' 2020-07-10 11:36:37.645 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.335s] 2020-07-10 11:37:03.894 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.249s] 2020-07-10 11:37:42.469 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [38.574s] 2020-07-10 11:38:10.235 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [27.765s] 2020-07-10 11:38:38.101 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [27.865s] 2020-07-10 11:39:05.466 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [27.364s] 2020-07-10 11:39:46.315 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [40.848s] 2020-07-10 11:40:14.044 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.729s] 2020-07-10 11:40:41.581 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [27.536s] 2020-07-10 11:41:12.745 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [31.164s] 2020-07-10 11:41:38.739 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [25.993s] 2020-07-10 11:41:38.943 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.203s] 2020-07-10 11:41:39.135 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.192s] 2020-07-10 11:41:39.333 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.197s] 2020-07-10 11:41:39.540 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.206s] 2020-07-10 11:41:45.108 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [5.568s] 2020-07-10 11:41:55.492 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [10.384s] 2020-07-10 11:41:55.769 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.275s] 2020-07-10 11:41:55.770 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-07-10 11:41:56.025 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.256s] 2020-07-10 11:42:14.524 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.499s] 2020-07-10 11:42:28.375 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.850s] 2020-07-10 11:42:37.396 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.020s] 2020-07-10 11:42:46.456 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.059s] 2020-07-10 11:43:56.759 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [70.303s] 2020-07-10 11:45:28.550 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [91.790s] 2020-07-10 11:45:38.264 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.714s] 2020-07-10 11:45:51.555 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.290s] 2020-07-10 11:46:00.677 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.120s] 2020-07-10 11:46:13.869 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.192s] 2020-07-10 11:46:23.005 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.136s] 2020-07-10 11:46:40.702 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.696s] 2020-07-10 11:46:41.084 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.381s] 2020-07-10 11:46:41.242 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.157s] 2020-07-10 11:46:41.402 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.160s] 2020-07-10 11:46:41.574 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.172s] 2020-07-10 11:46:41.845 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.270s] 2020-07-10 11:46:42.012 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.166s] 2020-07-10 11:46:42.182 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.169s] 2020-07-10 11:46:42.334 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.152s] 2020-07-10 11:46:42.504 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.169s] 2020-07-10 11:46:51.438 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.933s] 2020-07-10 11:46:52.057 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.619s] 2020-07-10 11:46:52.222 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.164s] 2020-07-10 11:47:01.252 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [9.030s] 2020-07-10 11:47:01.558 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.305s] 2020-07-10 11:47:01.719 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.161s] 2020-07-10 11:47:01.867 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.147s] 2020-07-10 11:47:01.873 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.006s]: b'Test disabled in conf, skipping' 2020-07-10 11:47:02.484 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.609s]: b'LBaas v1 extension not available, skipping' 2020-07-10 11:47:03.279 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.794s]: b'LBaasv2 extension not available, skipping' 2020-07-10 11:47:54.008 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [50.729s] 2020-07-10 11:47:54.017 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_add_delete_poolmember ... skip [0.008s]: b'Test disabled in conf, skipping' 2020-07-10 11:47:54.023 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_create_update_loadbalancer ... skip [0.005s]: b'Test disabled in conf, skipping' 2020-07-10 11:48:07.953 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [13.931s] 2020-07-10 11:48:07.959 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.005s]: b'Test disabled in conf, skipping' 2020-07-10 11:48:46.453 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [38.490s] 2020-07-10 11:49:39.468 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [53.011s] 2020-07-10 11:49:39.470 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.005s]: b'Test disabled in conf, skipping' 2020-07-10 11:49:39.471 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.003s]: b'Test disabled in conf, skipping' 2020-07-10 11:49:39.808 34 INFO rally.task.context [-] Verification 09ac3a49-5321-4567-8df5-2064147d9c8c | Context testr@default cleanup() started 2020-07-10 11:49:39.809 34 INFO rally.task.context [-] Verification 09ac3a49-5321-4567-8df5-2064147d9c8c | Context testr@default cleanup() finished in 0.92 msec 2020-07-10 11:49:39.810 34 INFO rally.task.context [-] Verification 09ac3a49-5321-4567-8df5-2064147d9c8c | Context tempest@default cleanup() started 2020-07-10 11:49:40.039 34 INFO rally.task.context [-] Verification 09ac3a49-5321-4567-8df5-2064147d9c8c | Context tempest@default cleanup() finished in 0.23 sec 2020-07-10 11:49:40.063 34 INFO rally.api [-] Verification (UUID=d12e33af-17e3-488a-9b64-39346eae693e) has been successfully finished for deployment 'opnfv-rally' (UUID=997bd552-50c0-4edf-bcd1-b0aa5bfe14d1)! 2020-07-10 11:49:41.735 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:49:41.735 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:49:41.736 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:49:43.405 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:49:43.406 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:49:43.406 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:49:45.740 44 INFO rally.api [-] Building 'html' report for the following verification(s): 'd12e33af-17e3-488a-9b64-39346eae693e' 2020-07-10 11:49:45.763 44 INFO rally.api [-] The report has been successfully built. 2020-07-10 11:49:47.242 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:49:47.242 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:49:47.243 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:49:49.446 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd12e33af-17e3-488a-9b64-39346eae693e' 2020-07-10 11:49:49.452 46 INFO rally.api [-] The report has been successfully built.