2021-08-17 09:57:33.512 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:57:33.512 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:57:33.512 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-17 09:57:36.590 8 ERROR rally.cli.cliutils 2021-08-17 09:57:38.585 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:57:38.586 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:57:38.586 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:57:43.826 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:57:43.826 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:57:43.827 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:57:49.901 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:57:49.902 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:57:49.902 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:57:51.668 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:57:51.669 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:57:51.669 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-17 09:57:54.481 18 ERROR rally.cli.cliutils 2021-08-17 09:57:56.447 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:57:56.447 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:57:56.447 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:57:59.216 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-17 09:57:59.260 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-759e491f-c26a-40ae-8f14-4135c529eee1/repo. 2021-08-17 09:57:59.606 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-759e491f-c26a-40ae-8f14-4135c529eee1/repo'... done. Note: switching to '92f671c9d18fa88ac044c4ef9c403e40f35f973f'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-08-17 09:57:59.653 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g92f671c9d ' 2021-08-17 09:57:59.662 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '92f671c9d18fa88ac044c4ef9c403e40f35f973f ' 2021-08-17 09:57:59.669 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-17 09:57:59.751 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-17 09:58:00.591 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=759e491f-c26a-40ae-8f14-4135c529eee1) has been successfully created! 2021-08-17 09:58:02.742 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:58:02.743 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:58:02.743 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:58:13.910 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:58:13.910 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:58:13.910 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:58:16.776 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=759e491f-c26a-40ae-8f14-4135c529eee1) for deployment 'opnfv-rally' (UUID=f34d8946-3b8f-4141-b4e6-faa6f816f186). 2021-08-17 09:58:17.232 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=759e491f-c26a-40ae-8f14-4135c529eee1) has been successfully configured for deployment 'opnfv-rally' (UUID=f34d8946-3b8f-4141-b4e6-faa6f816f186)! 2021-08-17 09:58:27.832 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:58:27.832 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:58:27.833 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:58:30.264 36 INFO rally.api [-] Starting verification (UUID=422776d6-783e-4ce3-a920-e6f014e56e4b) for deployment 'opnfv-rally' (UUID=f34d8946-3b8f-4141-b4e6-faa6f816f186) by verifier 'opnfv-tempest' (UUID=759e491f-c26a-40ae-8f14-4135c529eee1). 2021-08-17 09:58:30.990 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-17 09:58:30.992 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-759e491f-c26a-40ae-8f14-4135c529eee1/for-deployment-f34d8946-3b8f-4141-b4e6-faa6f816f186/tempest.log' to option 'log_file'. 2021-08-17 09:58:30.992 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-759e491f-c26a-40ae-8f14-4135c529eee1/for-deployment-f34d8946-3b8f-4141-b4e6-faa6f816f186/tempest.log 2021-08-17 09:58:30.993 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-17 09:58:30.993 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-759e491f-c26a-40ae-8f14-4135c529eee1/for-deployment-f34d8946-3b8f-4141-b4e6-faa6f816f186/lock_files' to option 'lock_path'. 2021-08-17 09:58:30.993 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-759e491f-c26a-40ae-8f14-4135c529eee1/for-deployment-f34d8946-3b8f-4141-b4e6-faa6f816f186/lock_files 2021-08-17 09:58:30.994 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-08-17 09:58:30.994 36 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 2021-08-17 09:58:30.995 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b5429515-430c-478a-8af7-6eb29734e6f7 2021-08-17 09:58:30.995 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = cb7bd786-44c6-4508-8b12-64ec071609e6 2021-08-17 09:58:30.996 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 5e0c2cbd-e70b-4d5b-ad10-f94d800241a0 2021-08-17 09:58:30.997 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 900d9f5a-a21a-4dff-be5d-16daf0a63fe2 2021-08-17 09:58:31.274 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-17 09:58:31.274 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_0ac20c4d-5dca-4966-91ad-456e8ee11876 2021-08-17 09:58:31.275 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-17 09:58:31.372 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-17 09:58:31.410 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_02f7aa5b_WTRAKrgT'. Using flavor 'rally_verify_02f7aa5b_WTRAKrgT' (ID = 8746b876-9c2c-4a6c-9b73-0302e8c4ede8) for the tests. 2021-08-17 09:58:31.411 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8746b876-9c2c-4a6c-9b73-0302e8c4ede8' to option 'instance_type'. 2021-08-17 09:58:31.411 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8746b876-9c2c-4a6c-9b73-0302e8c4ede8 2021-08-17 09:58:31.413 36 INFO rally.task.context [-] Verification 759e491f-c26a-40ae-8f14-4135c529eee1 | Context tempest@default setup() finished in 0.95 sec 2021-08-17 09:58:31.414 36 INFO rally.task.context [-] Verification 759e491f-c26a-40ae-8f14-4135c529eee1 | Context testr@default setup() finished in 0.62 msec 2021-08-17 09:58:31.414 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/0b50228e-bc74-42f9-8cbd-b35ae652c36a'. 2021-08-17 09:58:37.314 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.174s] 2021-08-17 09:58:37.750 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.436s] 2021-08-17 09:58:37.873 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.123s] 2021-08-17 09:58:37.906 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.033s] 2021-08-17 09:58:37.956 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.049s] 2021-08-17 09:58:38.394 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.438s] 2021-08-17 09:58:40.659 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.264s] 2021-08-17 09:58:40.707 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.048s] 2021-08-17 09:58:40.772 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.064s] 2021-08-17 09:58:43.021 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [2.249s] 2021-08-17 09:58:43.089 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.068s] 2021-08-17 09:58:47.434 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.344s] 2021-08-17 09:58:47.534 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.100s] 2021-08-17 09:58:47.655 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.120s] 2021-08-17 09:58:47.748 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.092s] 2021-08-17 09:58:48.195 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.340s] 2021-08-17 09:58:48.291 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.095s] 2021-08-17 09:58:48.315 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.025s] 2021-08-17 09:58:48.874 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.345s] 2021-08-17 09:58:49.043 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.169s] 2021-08-17 09:58:49.215 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.171s] 2021-08-17 09:58:49.881 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.567s] 2021-08-17 09:58:52.130 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.249s] 2021-08-17 09:58:52.224 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.094s] 2021-08-17 09:58:52.303 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.079s] 2021-08-17 09:58:52.838 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.436s] 2021-08-17 09:58:55.074 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.235s] 2021-08-17 09:58:55.257 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.182s] 2021-08-17 09:58:55.370 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.113s] 2021-08-17 09:58:55.501 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.131s] 2021-08-17 09:58:55.561 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.060s] 2021-08-17 09:58:55.742 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.180s] 2021-08-17 09:58:55.779 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.038s] 2021-08-17 09:58:55.858 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.079s] 2021-08-17 09:58:56.344 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.394s] 2021-08-17 09:58:56.484 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.140s] 2021-08-17 09:58:56.570 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.086s] 2021-08-17 09:58:56.745 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.174s] 2021-08-17 09:58:56.918 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.172s] 2021-08-17 09:58:57.031 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.113s] 2021-08-17 09:58:57.199 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.168s] 2021-08-17 09:58:57.359 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.160s] 2021-08-17 09:58:57.400 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.041s] 2021-08-17 09:58:57.434 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.033s] 2021-08-17 09:59:10.884 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [13.448s] 2021-08-17 09:59:24.221 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [13.336s] 2021-08-17 09:59:37.850 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.628s] 2021-08-17 09:59:51.159 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.308s] 2021-08-17 10:00:04.782 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.622s] 2021-08-17 10:00:18.313 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.531s] 2021-08-17 10:00:31.852 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.538s] 2021-08-17 10:00:45.385 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.533s] 2021-08-17 10:01:07.339 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [21.953s] 2021-08-17 10:01:29.075 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [21.736s] 2021-08-17 10:01:50.762 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [21.686s] 2021-08-17 10:02:12.317 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [21.555s] 2021-08-17 10:02:34.034 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [21.716s] 2021-08-17 10:02:55.558 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.524s] 2021-08-17 10:03:12.953 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.394s] 2021-08-17 10:03:12.960 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.006s]: b'Test disabled in conf, skipping' 2021-08-17 10:03:22.126 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.166s] 2021-08-17 10:03:35.308 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.181s] 2021-08-17 10:03:48.461 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.151s] 2021-08-17 10:03:57.914 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.453s] 2021-08-17 10:04:11.482 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.568s] 2021-08-17 10:04:29.502 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.019s] 2021-08-17 10:04:43.009 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.507s] 2021-08-17 10:05:00.524 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.514s] 2021-08-17 10:05:18.052 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.527s] 2021-08-17 10:05:18.257 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.204s]: b'LBaasv2 extension not available, skipping' 2021-08-17 10:05:18.370 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.112s]: b'LBaasv2 extension not available, skipping' 2021-08-17 10:05:39.474 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [21.104s] 2021-08-17 10:05:57.965 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [18.490s] 2021-08-17 10:06:32.327 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [34.362s] 2021-08-17 10:06:59.305 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [26.977s] 2021-08-17 10:07:22.068 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [22.763s] 2021-08-17 10:07:48.743 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [26.673s] 2021-08-17 10:08:24.563 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [35.820s] 2021-08-17 10:08:52.159 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.596s] 2021-08-17 10:09:19.063 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [26.904s] 2021-08-17 10:09:45.794 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [26.730s] 2021-08-17 10:10:06.944 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [21.149s] 2021-08-17 10:10:07.211 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.266s] 2021-08-17 10:10:07.346 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.135s] 2021-08-17 10:10:07.580 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.233s] 2021-08-17 10:10:07.846 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.266s] 2021-08-17 10:10:16.797 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [8.951s] 2021-08-17 10:10:26.130 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [9.332s] 2021-08-17 10:10:26.378 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.246s] 2021-08-17 10:10:26.379 36 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.' 2021-08-17 10:10:26.549 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.171s] 2021-08-17 10:10:44.172 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [17.623s] 2021-08-17 10:10:57.830 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.656s] 2021-08-17 10:11:06.818 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [8.988s] 2021-08-17 10:11:15.809 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [8.990s] 2021-08-17 10:12:20.738 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [64.929s] 2021-08-17 10:13:43.454 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [82.716s] 2021-08-17 10:13:52.824 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.369s] 2021-08-17 10:14:05.973 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.149s] 2021-08-17 10:14:15.018 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.044s] 2021-08-17 10:14:28.158 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.139s] 2021-08-17 10:14:37.072 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [8.913s] 2021-08-17 10:14:54.381 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.309s] 2021-08-17 10:14:54.614 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.232s] 2021-08-17 10:14:54.738 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.125s] 2021-08-17 10:14:54.869 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.129s] 2021-08-17 10:14:55.008 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.139s] 2021-08-17 10:14:55.141 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.132s] 2021-08-17 10:14:55.282 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.141s] 2021-08-17 10:14:55.411 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.129s] 2021-08-17 10:14:55.608 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.196s] 2021-08-17 10:14:55.743 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.134s] 2021-08-17 10:15:04.546 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.802s] 2021-08-17 10:15:04.977 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.431s] 2021-08-17 10:15:05.112 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.134s] 2021-08-17 10:15:13.954 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.841s] 2021-08-17 10:15:14.185 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.231s] 2021-08-17 10:15:14.395 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.209s] 2021-08-17 10:15:14.538 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.143s] 2021-08-17 10:15:14.547 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.007s]: b'Test disabled in conf, skipping' 2021-08-17 10:15:15.030 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.481s]: b'LBaas v1 extension not available, skipping' 2021-08-17 10:15:15.579 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.548s]: b'LBaasv2 extension not available, skipping' 2021-08-17 10:15:49.932 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [34.354s] 2021-08-17 10:16:03.717 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [13.783s] 2021-08-17 10:16:03.726 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.004s]: b'Test disabled in conf, skipping' 2021-08-17 10:17:01.097 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [57.370s] 2021-08-17 10:18:42.779 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [101.673s] 2021-08-17 10:18:42.783 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.011s]: b'Test disabled in conf, skipping' 2021-08-17 10:18:42.788 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.004s]: b'Test disabled in conf, skipping' 2021-08-17 10:18:43.318 36 INFO rally.task.context [-] Verification 759e491f-c26a-40ae-8f14-4135c529eee1 | Context testr@default cleanup() started 2021-08-17 10:18:43.319 36 INFO rally.task.context [-] Verification 759e491f-c26a-40ae-8f14-4135c529eee1 | Context testr@default cleanup() finished in 0.81 msec 2021-08-17 10:18:43.319 36 INFO rally.task.context [-] Verification 759e491f-c26a-40ae-8f14-4135c529eee1 | Context tempest@default cleanup() started 2021-08-17 10:18:43.563 36 INFO rally.task.context [-] Verification 759e491f-c26a-40ae-8f14-4135c529eee1 | Context tempest@default cleanup() finished in 0.24 sec 2021-08-17 10:18:43.586 36 INFO rally.api [-] Verification (UUID=422776d6-783e-4ce3-a920-e6f014e56e4b) has been successfully finished for deployment 'opnfv-rally' (UUID=f34d8946-3b8f-4141-b4e6-faa6f816f186)! 2021-08-17 10:18:45.397 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:18:45.397 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:18:45.397 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:18:47.151 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:18:47.151 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:18:47.151 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:18:49.765 54 INFO rally.api [-] Building 'html' report for the following verification(s): '422776d6-783e-4ce3-a920-e6f014e56e4b' 2021-08-17 10:18:49.793 54 INFO rally.api [-] The report has been successfully built. 2021-08-17 10:18:51.479 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:18:51.480 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:18:51.480 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:18:54.255 56 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '422776d6-783e-4ce3-a920-e6f014e56e4b' 2021-08-17 10:18:54.265 56 INFO rally.api [-] The report has been successfully built.