2020-11-06 17:09:34.042 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:09:34.043 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:09:34.044 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-06 17:09:36.993 7 ERROR rally.cli.cliutils 2020-11-06 17:09:38.930 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:09:38.931 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:09:38.931 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:09:44.125 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:09:44.125 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:09:44.126 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:09:49.366 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:09:49.366 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:09:49.366 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:09:51.035 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:09:51.035 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:09:51.035 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-06 17:09:53.785 17 ERROR rally.cli.cliutils 2020-11-06 17:09:55.707 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:09:55.707 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:09:55.707 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:09:58.287 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-06 17:09:58.353 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-c0c8a928-6e9c-4433-aa53-dfa09069d6d0/repo. 2020-11-06 17:09:58.640 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-c0c8a928-6e9c-4433-aa53-dfa09069d6d0/repo'... done. ' 2020-11-06 17:09:58.657 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-11-06 17:09:58.678 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-06 17:09:58.744 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-06 17:09:59.598 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c0c8a928-6e9c-4433-aa53-dfa09069d6d0) has been successfully created! 2020-11-06 17:10:01.614 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:10:01.614 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:10:01.614 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:10:12.118 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:10:12.119 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:10:12.119 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:10:14.856 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c0c8a928-6e9c-4433-aa53-dfa09069d6d0) for deployment 'opnfv-rally' (UUID=b3d70540-1fed-4b67-83d5-8a81484deed7). 2020-11-06 17:10:15.374 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c0c8a928-6e9c-4433-aa53-dfa09069d6d0) has been successfully configured for deployment 'opnfv-rally' (UUID=b3d70540-1fed-4b67-83d5-8a81484deed7)! 2020-11-06 17:10:25.838 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:10:25.838 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:10:25.838 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:10:28.772 34 INFO rally.api [-] Starting verification (UUID=2b67efb8-a5d8-4236-abe5-b5457fcb4078) for deployment 'opnfv-rally' (UUID=b3d70540-1fed-4b67-83d5-8a81484deed7) by verifier 'opnfv-tempest' (UUID=c0c8a928-6e9c-4433-aa53-dfa09069d6d0). 2020-11-06 17:10:29.528 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-06 17:10:29.529 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c0c8a928-6e9c-4433-aa53-dfa09069d6d0/for-deployment-b3d70540-1fed-4b67-83d5-8a81484deed7/tempest.log' to option 'log_file'. 2020-11-06 17:10:29.529 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-c0c8a928-6e9c-4433-aa53-dfa09069d6d0/for-deployment-b3d70540-1fed-4b67-83d5-8a81484deed7/tempest.log 2020-11-06 17:10:29.529 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-06 17:10:29.530 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c0c8a928-6e9c-4433-aa53-dfa09069d6d0/for-deployment-b3d70540-1fed-4b67-83d5-8a81484deed7/lock_files' to option 'lock_path'. 2020-11-06 17:10:29.530 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-c0c8a928-6e9c-4433-aa53-dfa09069d6d0/for-deployment-b3d70540-1fed-4b67-83d5-8a81484deed7/lock_files 2020-11-06 17:10:29.530 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-06 17:10:29.530 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-11-06 17:10:29.531 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = dab54cb4-dfaf-48a0-a79d-09a4cbd443fc 2020-11-06 17:10:29.531 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 25a02a88-62fa-4288-b8f1-93039363f013 2020-11-06 17:10:29.531 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b1f65ba2-f9f6-4213-a3a6-b3101ed8da90 2020-11-06 17:10:29.532 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c0a04abf-370e-4702-b4f7-3ea2cf4bb16a 2020-11-06 17:10:29.872 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-06 17:10:29.873 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_fbed2a1b-c5eb-4668-b154-c083fa6110a0 2020-11-06 17:10:29.873 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-06 17:10:29.953 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-06 17:10:30.000 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_d785cc08_w1hJ53dh'. Using flavor 'rally_verify_d785cc08_w1hJ53dh' (ID = 8dae0da7-2dc4-4a23-9d60-c5c05e8a1fdd) for the tests. 2020-11-06 17:10:30.000 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8dae0da7-2dc4-4a23-9d60-c5c05e8a1fdd' to option 'instance_type'. 2020-11-06 17:10:30.000 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8dae0da7-2dc4-4a23-9d60-c5c05e8a1fdd 2020-11-06 17:10:30.002 34 INFO rally.task.context [-] Verification c0c8a928-6e9c-4433-aa53-dfa09069d6d0 | Context tempest@default setup() finished in 1.00 sec 2020-11-06 17:10:30.003 34 INFO rally.task.context [-] Verification c0c8a928-6e9c-4433-aa53-dfa09069d6d0 | Context testr@default setup() finished in 0.45 msec 2020-11-06 17:10:30.003 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/5b5f0527-3d6b-4e82-9415-f209e6a17334'. 2020-11-06 17:10:36.211 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.147s] 2020-11-06 17:10:36.689 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.478s] 2020-11-06 17:10:38.930 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.241s] 2020-11-06 17:10:38.967 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.037s] 2020-11-06 17:10:39.054 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.086s] 2020-11-06 17:10:39.468 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.414s] 2020-11-06 17:10:41.722 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.253s] 2020-11-06 17:10:41.761 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.039s] 2020-11-06 17:10:41.841 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.080s] 2020-11-06 17:10:46.221 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.380s] 2020-11-06 17:10:46.307 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.085s] 2020-11-06 17:10:50.619 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.312s] 2020-11-06 17:10:50.706 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.087s] 2020-11-06 17:10:50.805 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.099s] 2020-11-06 17:10:50.891 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.086s] 2020-11-06 17:10:51.168 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.198s] 2020-11-06 17:10:51.247 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.079s] 2020-11-06 17:10:51.271 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.024s] 2020-11-06 17:10:51.772 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.460s] 2020-11-06 17:10:51.902 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.130s] 2020-11-06 17:10:52.029 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.127s] 2020-11-06 17:10:52.510 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.433s] 2020-11-06 17:10:54.745 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.235s] 2020-11-06 17:10:54.858 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.113s] 2020-11-06 17:10:54.944 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.086s] 2020-11-06 17:10:55.504 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.462s] 2020-11-06 17:10:57.726 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.221s] 2020-11-06 17:10:57.878 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.152s] 2020-11-06 17:10:57.973 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.094s] 2020-11-06 17:10:58.070 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.097s] 2020-11-06 17:10:58.136 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.066s] 2020-11-06 17:10:58.289 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.152s] 2020-11-06 17:10:58.335 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.046s] 2020-11-06 17:10:58.433 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.098s] 2020-11-06 17:10:58.688 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.164s] 2020-11-06 17:10:58.883 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.194s] 2020-11-06 17:10:58.992 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.109s] 2020-11-06 17:10:59.165 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.172s] 2020-11-06 17:10:59.335 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.170s] 2020-11-06 17:10:59.438 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.103s] 2020-11-06 17:10:59.604 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.165s] 2020-11-06 17:10:59.747 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.142s] 2020-11-06 17:10:59.790 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.044s] 2020-11-06 17:10:59.832 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.042s] 2020-11-06 17:11:21.309 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [21.476s] 2020-11-06 17:11:42.850 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [21.539s] 2020-11-06 17:12:00.771 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [17.921s] 2020-11-06 17:12:14.353 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.582s] 2020-11-06 17:12:32.058 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [17.704s] 2020-11-06 17:12:47.087 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [15.029s] 2020-11-06 17:13:00.712 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.624s] 2020-11-06 17:13:14.272 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.559s] 2020-11-06 17:13:36.114 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [21.842s] 2020-11-06 17:13:58.042 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-11-06 17:14:23.785 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.743s] 2020-11-06 17:14:49.739 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [25.953s] 2020-11-06 17:15:11.721 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.982s] 2020-11-06 17:15:33.354 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.632s] 2020-11-06 17:15:54.841 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [21.486s] 2020-11-06 17:15:54.849 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.007s]: b'Test disabled in conf, skipping' 2020-11-06 17:16:03.878 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.028s] 2020-11-06 17:16:17.120 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.242s] 2020-11-06 17:16:30.303 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.182s] 2020-11-06 17:16:43.757 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.454s] 2020-11-06 17:16:57.283 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.525s] 2020-11-06 17:17:15.751 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.422s] 2020-11-06 17:17:29.319 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.613s] 2020-11-06 17:17:46.979 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.660s] 2020-11-06 17:18:04.687 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.707s] 2020-11-06 17:18:04.957 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.269s]: b'LBaasv2 extension not available, skipping' 2020-11-06 17:18:05.088 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.130s]: b'LBaasv2 extension not available, skipping' 2020-11-06 17:18:30.645 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.557s] 2020-11-06 17:18:57.260 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.614s] 2020-11-06 17:19:40.365 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [43.104s] 2020-11-06 17:20:16.394 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [36.028s] 2020-11-06 17:20:49.085 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.691s] 2020-11-06 17:21:23.020 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [33.933s] 2020-11-06 17:22:11.910 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [48.891s] 2020-11-06 17:22:39.406 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.496s] 2020-11-06 17:23:08.216 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [28.809s] 2020-11-06 17:23:43.619 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [35.403s] 2020-11-06 17:24:13.164 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [29.545s] 2020-11-06 17:24:13.484 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.319s] 2020-11-06 17:24:13.648 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.164s] 2020-11-06 17:24:13.827 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.178s] 2020-11-06 17:24:14.004 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.176s] 2020-11-06 17:24:19.327 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [5.322s] 2020-11-06 17:24:30.509 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [11.181s] 2020-11-06 17:24:30.697 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.188s] 2020-11-06 17:24:30.698 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-11-06 17:24:30.977 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.278s] 2020-11-06 17:24:49.254 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.278s] 2020-11-06 17:25:03.156 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.900s] 2020-11-06 17:25:12.157 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.001s] 2020-11-06 17:25:21.233 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.076s] 2020-11-06 17:26:27.338 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [66.104s] 2020-11-06 17:27:54.110 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [86.772s] 2020-11-06 17:28:03.665 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.554s] 2020-11-06 17:28:16.913 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.247s] 2020-11-06 17:28:26.082 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.169s] 2020-11-06 17:28:39.231 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.149s] 2020-11-06 17:28:48.272 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.041s] 2020-11-06 17:29:05.861 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.588s] 2020-11-06 17:29:06.133 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.272s] 2020-11-06 17:29:06.285 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.151s] 2020-11-06 17:29:06.422 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.136s] 2020-11-06 17:29:06.570 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.148s] 2020-11-06 17:29:06.711 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.140s] 2020-11-06 17:29:06.861 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.149s] 2020-11-06 17:29:07.011 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.149s] 2020-11-06 17:29:07.158 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.146s] 2020-11-06 17:29:07.309 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.151s] 2020-11-06 17:29:16.193 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.883s] 2020-11-06 17:29:16.769 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.575s] 2020-11-06 17:29:16.913 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.144s] 2020-11-06 17:29:25.846 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.933s] 2020-11-06 17:29:26.125 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.277s] 2020-11-06 17:29:26.278 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.153s] 2020-11-06 17:29:26.422 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.144s] 2020-11-06 17:29:26.431 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-11-06 17:29:27.067 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.636s]: b'LBaas v1 extension not available, skipping' 2020-11-06 17:29:27.510 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.441s]: b'LBaasv2 extension not available, skipping' 2020-11-06 17:30:19.769 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [52.258s] 2020-11-06 17:30:37.799 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [18.030s] 2020-11-06 17:30:37.807 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.007s]: b'Test disabled in conf, skipping' 2020-11-06 17:31:24.246 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [46.434s] 2020-11-06 17:32:27.625 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [63.376s] 2020-11-06 17:32:27.631 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.009s]: b'Test disabled in conf, skipping' 2020-11-06 17:32:27.635 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-11-06 17:32:27.919 34 INFO rally.task.context [-] Verification c0c8a928-6e9c-4433-aa53-dfa09069d6d0 | Context testr@default cleanup() started 2020-11-06 17:32:27.920 34 INFO rally.task.context [-] Verification c0c8a928-6e9c-4433-aa53-dfa09069d6d0 | Context testr@default cleanup() finished in 0.44 msec 2020-11-06 17:32:27.920 34 INFO rally.task.context [-] Verification c0c8a928-6e9c-4433-aa53-dfa09069d6d0 | Context tempest@default cleanup() started 2020-11-06 17:32:28.120 34 INFO rally.task.context [-] Verification c0c8a928-6e9c-4433-aa53-dfa09069d6d0 | Context tempest@default cleanup() finished in 0.20 sec 2020-11-06 17:32:28.145 34 INFO rally.api [-] Verification (UUID=2b67efb8-a5d8-4236-abe5-b5457fcb4078) has been successfully finished for deployment 'opnfv-rally' (UUID=b3d70540-1fed-4b67-83d5-8a81484deed7)! 2020-11-06 17:32:30.020 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:32:30.020 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:32:30.020 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:32:31.814 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:32:31.815 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:32:31.815 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:32:34.700 44 INFO rally.api [-] Building 'html' report for the following verification(s): '2b67efb8-a5d8-4236-abe5-b5457fcb4078' 2020-11-06 17:32:34.740 44 INFO rally.api [-] The report has been successfully built. 2020-11-06 17:32:36.654 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:32:36.655 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:32:36.655 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:32:39.410 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '2b67efb8-a5d8-4236-abe5-b5457fcb4078' 2020-11-06 17:32:39.418 46 INFO rally.api [-] The report has been successfully built.