2020-09-19 07:11:52.813 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:11:52.818 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:11:52.820 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:12:13.181 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-09-19 07:12:13.181 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 07:12:13.181 7 ERROR rally.cli.cliutils 2020-09-19 07:12:26.501 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:12:26.507 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:12:26.508 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:13:01.656 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:13:01.662 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:13:01.663 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:13:38.139 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:13:38.144 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:13:38.146 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:13:50.993 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:13:50.998 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:13:50.999 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils force=force) 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 07:14:09.946 37 ERROR rally.cli.cliutils 2020-09-19 07:14:23.031 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:14:23.037 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:14:23.038 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:14:42.357 44 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-19 07:14:42.818 44 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ba609e1d-4941-4cc7-b415-13e7c1fabda4/repo. 2020-09-19 07:14:43.705 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ba609e1d-4941-4cc7-b415-13e7c1fabda4/repo'... done. Note: checking out 'd7b38317ad1ca2955432acdc7449562d08aba75d'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-09-19 07:14:43.801 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gd7b38317a ' 2020-09-19 07:14:43.861 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'd7b38317ad1ca2955432acdc7449562d08aba75d ' 2020-09-19 07:14:43.927 44 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-19 07:14:44.474 44 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-19 07:14:50.494 44 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ba609e1d-4941-4cc7-b415-13e7c1fabda4) has been successfully created! 2020-09-19 07:15:03.829 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:15:03.835 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:15:03.836 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:15:48.906 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:15:48.912 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:15:48.913 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:16:08.835 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ba609e1d-4941-4cc7-b415-13e7c1fabda4) for deployment 'opnfv-rally' (UUID=853841e4-4528-454b-8ee4-57adf4f255cf). 2020-09-19 07:16:10.318 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ba609e1d-4941-4cc7-b415-13e7c1fabda4) has been successfully configured for deployment 'opnfv-rally' (UUID=853841e4-4528-454b-8ee4-57adf4f255cf)! 2020-09-19 07:17:23.582 95 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:17:23.588 95 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:17:23.589 95 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:17:47.776 95 INFO rally.api [-] Starting verification (UUID=179fc60d-c49f-48bd-9a79-339849631169) for deployment 'opnfv-rally' (UUID=853841e4-4528-454b-8ee4-57adf4f255cf) by verifier 'opnfv-tempest' (UUID=ba609e1d-4941-4cc7-b415-13e7c1fabda4). 2020-09-19 07:17:51.896 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-19 07:17:51.899 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ba609e1d-4941-4cc7-b415-13e7c1fabda4/for-deployment-853841e4-4528-454b-8ee4-57adf4f255cf/tempest.log' to option 'log_file'. 2020-09-19 07:17:51.900 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ba609e1d-4941-4cc7-b415-13e7c1fabda4/for-deployment-853841e4-4528-454b-8ee4-57adf4f255cf/tempest.log 2020-09-19 07:17:51.902 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-19 07:17:51.903 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ba609e1d-4941-4cc7-b415-13e7c1fabda4/for-deployment-853841e4-4528-454b-8ee4-57adf4f255cf/lock_files' to option 'lock_path'. 2020-09-19 07:17:51.904 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ba609e1d-4941-4cc7-b415-13e7c1fabda4/for-deployment-853841e4-4528-454b-8ee4-57adf4f255cf/lock_files 2020-09-19 07:17:51.905 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-19 07:17:51.907 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-09-19 07:17:51.908 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = fc5ac992-afc2-4e69-85f6-531f6b028732 2020-09-19 07:17:51.909 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f61126c0-5c12-4f30-b633-9e7db1f3a477 2020-09-19 07:17:51.912 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 065eaa8e-759f-4433-8b8c-f02e928dafab 2020-09-19 07:17:51.914 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = cfe48e06-8fd3-4929-99dd-efa7cbc90184 2020-09-19 07:17:52.199 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-19 07:17:52.201 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_d9f51501-d206-4254-9c60-31260a2a446a 2020-09-19 07:17:52.204 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-19 07:17:52.969 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-19 07:17:53.051 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_35a032f9_BS1e5c19'. Using flavor 'rally_verify_35a032f9_BS1e5c19' (ID = 4a25cd25-81fe-4587-8545-4d062c4909f9) for the tests. 2020-09-19 07:17:53.053 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4a25cd25-81fe-4587-8545-4d062c4909f9' to option 'instance_type'. 2020-09-19 07:17:53.055 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4a25cd25-81fe-4587-8545-4d062c4909f9 2020-09-19 07:17:53.065 95 INFO rally.task.context [-] Verification ba609e1d-4941-4cc7-b415-13e7c1fabda4 | Context tempest@default setup() finished in 4.25 sec 2020-09-19 07:17:53.069 95 INFO rally.task.context [-] Verification ba609e1d-4941-4cc7-b415-13e7c1fabda4 | Context testr@default setup() finished in 1.40 msec 2020-09-19 07:17:53.070 95 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/2d60cfe9-2df1-4367-b5bb-098ed1a676ea'. 2020-09-19 07:18:34.497 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.858s] 2020-09-19 07:18:35.015 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.537s] 2020-09-19 07:18:35.174 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.156s] 2020-09-19 07:18:35.408 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.112s] 2020-09-19 07:18:36.384 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.973s] 2020-09-19 07:18:37.035 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.650s] 2020-09-19 07:18:38.084 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [1.046s] 2020-09-19 07:18:39.448 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [1.362s] 2020-09-19 07:18:40.139 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.691s] 2020-09-19 07:18:41.332 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [1.192s] 2020-09-19 07:18:42.550 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [1.216s] 2020-09-19 07:18:42.681 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.129s] 2020-09-19 07:18:42.793 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.109s] 2020-09-19 07:18:43.686 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.754s] 2020-09-19 07:18:47.170 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [3.480s] 2020-09-19 07:18:48.408 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [1.238s] 2020-09-19 07:18:49.160 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.749s] 2020-09-19 07:18:49.787 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.626s] 2020-09-19 07:18:49.930 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.143s] 2020-09-19 07:18:51.122 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [1.188s] 2020-09-19 07:18:51.242 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.119s] 2020-09-19 07:18:51.475 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.231s] 2020-09-19 07:18:52.116 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.475s] 2020-09-19 07:18:52.865 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [0.750s] 2020-09-19 07:18:53.621 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.755s] 2020-09-19 07:18:53.955 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.331s] 2020-09-19 07:18:54.462 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.355s] 2020-09-19 07:18:55.666 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [1.203s] 2020-09-19 07:18:56.873 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [1.205s] 2020-09-19 07:18:57.213 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.148s] 2020-09-19 07:18:57.643 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.429s] 2020-09-19 07:18:58.304 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.656s] 2020-09-19 07:18:58.404 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.102s] 2020-09-19 07:18:58.527 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.117s] 2020-09-19 07:18:58.959 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.431s] 2020-09-19 07:18:59.655 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [0.697s] 2020-09-19 07:18:59.772 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.114s] 2020-09-19 07:18:59.934 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.157s] 2020-09-19 07:19:03.228 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [3.292s] 2020-09-19 07:19:03.370 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.143s] 2020-09-19 07:19:06.924 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [3.550s] 2020-09-19 07:19:07.504 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.580s] 2020-09-19 07:19:08.043 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.537s] 2020-09-19 07:19:08.190 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.146s] 2020-09-19 07:19:30.632 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [22.434s] 2020-09-19 07:19:45.126 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [14.484s] 2020-09-19 07:19:59.573 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [14.453s] 2020-09-19 07:20:14.011 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [14.433s] 2020-09-19 07:20:28.444 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [14.431s] 2020-09-19 07:20:42.876 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [14.432s] 2020-09-19 07:21:01.296 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [18.417s] 2020-09-19 07:21:23.968 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [22.669s] 2020-09-19 07:21:51.327 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [27.355s] 2020-09-19 07:22:23.076 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [31.748s] 2020-09-19 07:22:46.218 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [23.139s] 2020-09-19 07:23:13.411 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [27.189s] 2020-09-19 07:23:40.660 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [27.247s] 2020-09-19 07:24:03.622 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [22.961s] 2020-09-19 07:24:25.972 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [22.343s] 2020-09-19 07:24:26.020 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.041s]: b'Test disabled in conf, skipping' 2020-09-19 07:24:31.636 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [5.618s] 2020-09-19 07:24:41.598 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [9.959s] 2020-09-19 07:24:47.498 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [5.898s] 2020-09-19 07:24:57.780 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [10.278s] 2020-09-19 07:25:12.539 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [14.754s] 2020-09-19 07:25:32.056 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [19.515s] 2020-09-19 07:25:46.700 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [14.641s] 2020-09-19 07:26:01.261 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [14.559s] 2020-09-19 07:26:15.850 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [14.586s] 2020-09-19 07:26:16.283 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.422s]: b'LBaasv2 extension not available, skipping' 2020-09-19 07:26:16.598 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.313s]: b'LBaasv2 extension not available, skipping' 2020-09-19 07:26:47.034 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [30.437s] 2020-09-19 07:27:14.641 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [27.604s] 2020-09-19 07:28:03.255 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [48.612s] 2020-09-19 07:28:36.038 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [32.780s] 2020-09-19 07:29:08.869 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [32.829s] 2020-09-19 07:29:37.259 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [28.391s] 2020-09-19 07:30:28.151 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [50.887s] 2020-09-19 07:31:09.690 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [41.533s] 2020-09-19 07:31:46.858 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [37.167s] 2020-09-19 07:32:27.297 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [40.437s] 2020-09-19 07:32:53.734 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [26.434s] 2020-09-19 07:32:54.306 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.567s] 2020-09-19 07:32:54.648 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.340s] 2020-09-19 07:32:55.034 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.382s] 2020-09-19 07:32:55.398 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.361s] 2020-09-19 07:33:01.560 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [6.161s] 2020-09-19 07:33:13.676 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [12.114s] 2020-09-19 07:33:14.031 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.346s] 2020-09-19 07:33:14.038 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_with_cloud_credential ... skip [0.001s]: b'multi_cloud - Feature not enabled.' 2020-09-19 07:33:14.456 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.428s] 2020-09-19 07:33:34.418 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [19.955s] 2020-09-19 07:33:49.824 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [15.405s] 2020-09-19 07:33:55.543 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [5.713s] 2020-09-19 07:34:05.256 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.713s] 2020-09-19 07:35:20.710 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [75.449s] 2020-09-19 07:36:45.690 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [84.979s] 2020-09-19 07:36:52.289 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [6.595s] 2020-09-19 07:37:06.309 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [14.019s] 2020-09-19 07:37:16.114 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.798s] 2020-09-19 07:37:26.060 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [9.946s] 2020-09-19 07:37:35.702 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.639s] 2020-09-19 07:37:54.246 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [18.541s] 2020-09-19 07:37:54.666 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.418s] 2020-09-19 07:37:55.001 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.331s] 2020-09-19 07:37:55.306 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.305s] 2020-09-19 07:37:55.617 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.306s] 2020-09-19 07:37:56.004 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.382s] 2020-09-19 07:37:56.304 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.301s] 2020-09-19 07:37:56.603 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.298s] 2020-09-19 07:37:56.988 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.381s] 2020-09-19 07:37:57.302 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.311s] 2020-09-19 07:38:02.687 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [5.381s] 2020-09-19 07:38:03.322 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.634s] 2020-09-19 07:38:03.577 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.256s] 2020-09-19 07:38:09.250 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [5.670s] 2020-09-19 07:38:09.761 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.507s] 2020-09-19 07:38:10.134 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.370s] 2020-09-19 07:38:10.868 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.733s] 2020-09-19 07:38:10.913 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.039s]: b'Test disabled in conf, skipping' 2020-09-19 07:38:12.341 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [1.423s]: b'LBaas v1 extension not available, skipping' 2020-09-19 07:38:13.104 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.759s]: b'LBaasv2 extension not available, skipping' 2020-09-19 07:39:06.759 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [53.654s] 2020-09-19 07:39:06.805 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_add_delete_poolmember ... skip [0.038s]: b'Test disabled in conf, skipping' 2020-09-19 07:39:06.838 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_create_update_loadbalancer ... skip [0.036s]: b'Test disabled in conf, skipping' 2020-09-19 07:39:17.727 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [10.884s] 2020-09-19 07:39:17.764 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.030s]: b'Test disabled in conf, skipping' 2020-09-19 07:40:01.461 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [43.677s] 2020-09-19 07:41:02.125 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [60.645s] 2020-09-19 07:41:02.137 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.040s]: b'Test disabled in conf, skipping' 2020-09-19 07:41:02.180 95 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.037s]: b'Test disabled in conf, skipping' 2020-09-19 07:41:03.390 95 INFO rally.task.context [-] Verification ba609e1d-4941-4cc7-b415-13e7c1fabda4 | Context testr@default cleanup() started 2020-09-19 07:41:03.393 95 INFO rally.task.context [-] Verification ba609e1d-4941-4cc7-b415-13e7c1fabda4 | Context testr@default cleanup() finished in 3.62 msec 2020-09-19 07:41:03.397 95 INFO rally.task.context [-] Verification ba609e1d-4941-4cc7-b415-13e7c1fabda4 | Context tempest@default cleanup() started 2020-09-19 07:41:03.899 95 INFO rally.task.context [-] Verification ba609e1d-4941-4cc7-b415-13e7c1fabda4 | Context tempest@default cleanup() finished in 0.50 sec 2020-09-19 07:41:03.992 95 INFO rally.api [-] Verification (UUID=179fc60d-c49f-48bd-9a79-339849631169) has been successfully finished for deployment 'opnfv-rally' (UUID=853841e4-4528-454b-8ee4-57adf4f255cf)! 2020-09-19 07:41:16.338 116 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:41:16.345 116 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:41:16.347 116 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:41:29.594 119 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:41:29.599 119 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:41:29.600 119 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:41:47.654 119 INFO rally.api [-] Building 'html' report for the following verification(s): '179fc60d-c49f-48bd-9a79-339849631169' 2020-09-19 07:41:47.876 119 INFO rally.api [-] The report has been successfully built. 2020-09-19 07:41:59.987 126 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:41:59.992 126 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:41:59.993 126 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:42:18.222 126 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '179fc60d-c49f-48bd-9a79-339849631169' 2020-09-19 07:42:18.310 126 INFO rally.api [-] The report has been successfully built.