2021-06-01 20:31:16.135 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:31:16.135 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:31:16.135 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:31:18.742 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-06-01 20:31:18.742 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 20:31:18.742 8 ERROR rally.cli.cliutils 2021-06-01 20:31:20.392 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:31:20.393 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:31:20.393 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:31:24.925 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:31:24.925 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:31:24.925 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:31:29.729 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:31:29.729 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:31:29.729 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:31:31.178 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:31:31.178 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:31:31.178 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:31:33.536 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-06-01 20:31:33.536 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 20:31:33.536 18 ERROR rally.cli.cliutils 2021-06-01 20:31:35.146 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:31:35.147 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:31:35.147 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:31:37.298 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-01 20:31:37.361 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-70c99d7f-3946-4901-b261-663e72cba00b/repo. 2021-06-01 20:31:37.626 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-70c99d7f-3946-4901-b261-663e72cba00b/repo'... done. Note: switching to '0a7e86b34458a2285985c21c8e7985621a36eae9'. 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-06-01 20:31:37.639 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g0a7e86b34 ' 2021-06-01 20:31:37.647 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '0a7e86b34458a2285985c21c8e7985621a36eae9 ' 2021-06-01 20:31:37.667 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-01 20:31:37.732 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-01 20:31:38.489 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=70c99d7f-3946-4901-b261-663e72cba00b) has been successfully created! 2021-06-01 20:31:40.213 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:31:40.213 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:31:40.213 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:31:49.159 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:31:49.160 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:31:49.160 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:31:51.606 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=70c99d7f-3946-4901-b261-663e72cba00b) for deployment 'opnfv-rally' (UUID=773396b2-69ea-42ef-8e38-a56c716f4b36). 2021-06-01 20:31:52.573 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=70c99d7f-3946-4901-b261-663e72cba00b) has been successfully configured for deployment 'opnfv-rally' (UUID=773396b2-69ea-42ef-8e38-a56c716f4b36)! 2021-06-01 20:32:03.713 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:32:03.713 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:32:03.713 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:32:06.158 36 INFO rally.api [-] Starting verification (UUID=853ba816-c935-45f1-854f-7c55e658230b) for deployment 'opnfv-rally' (UUID=773396b2-69ea-42ef-8e38-a56c716f4b36) by verifier 'opnfv-tempest' (UUID=70c99d7f-3946-4901-b261-663e72cba00b). 2021-06-01 20:32:06.824 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-01 20:32:06.825 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-70c99d7f-3946-4901-b261-663e72cba00b/for-deployment-773396b2-69ea-42ef-8e38-a56c716f4b36/tempest.log' to option 'log_file'. 2021-06-01 20:32:06.825 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-70c99d7f-3946-4901-b261-663e72cba00b/for-deployment-773396b2-69ea-42ef-8e38-a56c716f4b36/tempest.log 2021-06-01 20:32:06.826 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-01 20:32:06.826 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-70c99d7f-3946-4901-b261-663e72cba00b/for-deployment-773396b2-69ea-42ef-8e38-a56c716f4b36/lock_files' to option 'lock_path'. 2021-06-01 20:32:06.826 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-70c99d7f-3946-4901-b261-663e72cba00b/for-deployment-773396b2-69ea-42ef-8e38-a56c716f4b36/lock_files 2021-06-01 20:32:06.827 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-01 20:32:06.827 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-06-01 20:32:06.828 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = d25b82d6-c36d-4cfa-9657-a9ccd43b8116 2021-06-01 20:32:06.828 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 93e2d692-bd37-4de3-a24d-75025fc96923 2021-06-01 20:32:06.829 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 22bbe94e-00de-4481-965c-0681c260fdf5 2021-06-01 20:32:06.829 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3b4ecaa3-6771-4c30-b873-5731d15262a5 2021-06-01 20:32:07.074 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-01 20:32:07.075 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat_cntt-net_2127b6ac-ee40-45eb-9dd3-d3e3dd16fea3 2021-06-01 20:32:07.075 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-01 20:32:07.175 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-01 20:32:07.216 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-01 20:32:07.217 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_853ba816_uSBIAskH' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-01 20:32:07.256 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_853ba816_uSBIAskH' (ID = b1c4be55-fc9f-414e-ab81-a45255fbf745) has been successfully created! 2021-06-01 20:32:07.256 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'b1c4be55-fc9f-414e-ab81-a45255fbf745' to option 'instance_type'. 2021-06-01 20:32:07.256 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = b1c4be55-fc9f-414e-ab81-a45255fbf745 2021-06-01 20:32:07.257 36 INFO rally.task.context [-] Verification 70c99d7f-3946-4901-b261-663e72cba00b | Context tempest@default setup() finished in 0.90 sec 2021-06-01 20:32:07.258 36 INFO rally.task.context [-] Verification 70c99d7f-3946-4901-b261-663e72cba00b | Context testr@default setup() finished in 0.47 msec 2021-06-01 20:32:07.258 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/7ab03474-7e55-4f73-b33c-e85119650d27'. 2021-06-01 20:32:12.948 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.362s] 2021-06-01 20:32:13.123 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.175s] 2021-06-01 20:32:13.301 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.178s] 2021-06-01 20:32:13.899 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.551s] 2021-06-01 20:32:16.161 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.261s] 2021-06-01 20:32:16.252 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.092s] 2021-06-01 20:32:16.342 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.089s] 2021-06-01 20:32:16.972 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.515s] 2021-06-01 20:32:19.188 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.216s] 2021-06-01 20:32:19.375 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.186s] 2021-06-01 20:32:19.497 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.121s] 2021-06-01 20:32:19.762 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.265s] 2021-06-01 20:32:19.835 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.072s] 2021-06-01 20:32:20.033 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.199s] 2021-06-01 20:32:20.079 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.045s] 2021-06-01 20:32:20.171 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.092s] 2021-06-01 20:32:20.451 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.177s] 2021-06-01 20:32:20.829 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.378s] 2021-06-01 20:32:23.048 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.218s] 2021-06-01 20:32:23.078 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.030s] 2021-06-01 20:32:23.214 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.135s] 2021-06-01 20:32:23.622 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.408s] 2021-06-01 20:32:25.852 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.229s] 2021-06-01 20:32:25.891 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.039s] 2021-06-01 20:32:25.955 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.063s] 2021-06-01 20:32:30.321 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.365s] 2021-06-01 20:32:30.393 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.072s] 2021-06-01 20:32:34.750 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.356s] 2021-06-01 20:32:34.836 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.087s] 2021-06-01 20:32:34.926 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.090s] 2021-06-01 20:32:35.022 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.095s] 2021-06-01 20:32:35.355 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.221s] 2021-06-01 20:32:35.445 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.089s] 2021-06-01 20:32:35.470 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.025s] 2021-06-01 20:32:35.823 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.153s] 2021-06-01 20:32:36.003 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.180s] 2021-06-01 20:32:36.105 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.102s] 2021-06-01 20:32:36.288 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.183s] 2021-06-01 20:32:36.460 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.171s] 2021-06-01 20:32:36.575 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.116s] 2021-06-01 20:32:36.737 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.162s] 2021-06-01 20:32:36.905 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.167s] 2021-06-01 20:32:36.951 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.046s] 2021-06-01 20:32:36.991 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.041s] 2021-06-01 20:32:50.280 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [13.286s] 2021-06-01 20:33:03.685 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [13.405s] 2021-06-01 20:33:17.425 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.739s] 2021-06-01 20:33:31.078 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.652s] 2021-06-01 20:33:44.674 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.594s] 2021-06-01 20:33:58.236 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.561s] 2021-06-01 20:34:11.926 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.689s] 2021-06-01 20:34:25.485 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.559s] 2021-06-01 20:34:43.258 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [17.773s] 2021-06-01 20:35:05.022 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [21.763s] 2021-06-01 20:35:26.787 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.764s] 2021-06-01 20:35:48.576 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [21.788s] 2021-06-01 20:36:10.345 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.769s] 2021-06-01 20:36:31.974 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.627s] 2021-06-01 20:36:49.409 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.434s] 2021-06-01 20:36:58.515 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.105s] 2021-06-01 20:37:11.805 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.289s] 2021-06-01 20:37:25.086 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.280s] 2021-06-01 20:37:38.638 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.551s] 2021-06-01 20:37:52.327 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.688s] 2021-06-01 20:38:10.371 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.044s] 2021-06-01 20:38:23.971 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.600s] 2021-06-01 20:38:41.755 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.783s] 2021-06-01 20:38:59.431 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.674s] 2021-06-01 20:39:24.994 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.562s] 2021-06-01 20:39:47.411 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 [22.416s] 2021-06-01 20:40:26.995 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [39.584s] 2021-06-01 20:40:54.267 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [27.271s] 2021-06-01 20:41:18.591 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [24.321s] 2021-06-01 20:41:45.677 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [27.086s] 2021-06-01 20:42:22.782 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [37.104s] 2021-06-01 20:42:50.776 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.993s] 2021-06-01 20:43:22.420 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [31.643s] 2021-06-01 20:43:49.621 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [27.201s] 2021-06-01 20:44:19.225 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [29.601s] 2021-06-01 20:44:19.532 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.307s] 2021-06-01 20:44:19.708 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.176s] 2021-06-01 20:44:19.890 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.181s] 2021-06-01 20:44:20.181 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.290s] 2021-06-01 20:44:29.270 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [9.089s] 2021-06-01 20:44:43.017 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [13.747s] 2021-06-01 20:44:43.442 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.424s] 2021-06-01 20:44:43.642 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.200s] 2021-06-01 20:45:01.363 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [17.720s] 2021-06-01 20:45:15.257 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.893s] 2021-06-01 20:45:24.318 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.060s] 2021-06-01 20:45:33.485 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.166s] 2021-06-01 20:46:39.935 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [66.449s] 2021-06-01 20:48:03.105 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [83.169s] 2021-06-01 20:48:12.677 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.572s] 2021-06-01 20:48:26.036 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.358s] 2021-06-01 20:48:35.337 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.300s] 2021-06-01 20:48:48.611 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.274s] 2021-06-01 20:48:57.658 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.045s] 2021-06-01 20:49:15.266 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.608s] 2021-06-01 20:49:15.545 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.279s] 2021-06-01 20:49:15.709 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.163s] 2021-06-01 20:49:15.873 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.163s] 2021-06-01 20:49:16.035 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.161s] 2021-06-01 20:49:16.207 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.173s] 2021-06-01 20:49:16.370 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.162s] 2021-06-01 20:49:16.529 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.158s] 2021-06-01 20:49:16.686 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.156s] 2021-06-01 20:49:16.845 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.158s] 2021-06-01 20:49:25.749 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.902s] 2021-06-01 20:49:26.278 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.529s] 2021-06-01 20:49:26.536 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.255s] 2021-06-01 20:49:35.558 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [9.021s] 2021-06-01 20:49:35.829 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.270s] 2021-06-01 20:49:35.979 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.150s] 2021-06-01 20:49:36.150 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.170s] 2021-06-01 20:50:22.908 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [46.757s] 2021-06-01 20:50:37.640 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [14.731s] 2021-06-01 20:51:15.347 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [37.699s] 2021-06-01 20:52:08.910 36 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [53.561s] 2021-06-01 20:52:09.195 36 INFO rally.task.context [-] Verification 70c99d7f-3946-4901-b261-663e72cba00b | Context testr@default cleanup() started 2021-06-01 20:52:09.196 36 INFO rally.task.context [-] Verification 70c99d7f-3946-4901-b261-663e72cba00b | Context testr@default cleanup() finished in 0.75 msec 2021-06-01 20:52:09.196 36 INFO rally.task.context [-] Verification 70c99d7f-3946-4901-b261-663e72cba00b | Context tempest@default cleanup() started 2021-06-01 20:52:09.488 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_853ba816_uSBIAskH'. 2021-06-01 20:52:09.711 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_853ba816_uSBIAskH' has been deleted. 2021-06-01 20:52:09.712 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'b1c4be55-fc9f-414e-ab81-a45255fbf745' of option 'instance_type' from Tempest config file. 2021-06-01 20:52:09.712 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'b1c4be55-fc9f-414e-ab81-a45255fbf745' has been removed. 2021-06-01 20:52:09.719 36 INFO rally.task.context [-] Verification 70c99d7f-3946-4901-b261-663e72cba00b | Context tempest@default cleanup() finished in 0.52 sec 2021-06-01 20:52:09.745 36 INFO rally.api [-] Verification (UUID=853ba816-c935-45f1-854f-7c55e658230b) has been successfully finished for deployment 'opnfv-rally' (UUID=773396b2-69ea-42ef-8e38-a56c716f4b36)! 2021-06-01 20:52:11.529 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:52:11.529 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:52:11.529 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:52:13.266 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:52:13.266 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:52:13.266 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:52:15.647 46 INFO rally.api [-] Building 'html' report for the following verification(s): '853ba816-c935-45f1-854f-7c55e658230b' 2021-06-01 20:52:15.670 46 INFO rally.api [-] The report has been successfully built. 2021-06-01 20:52:17.345 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 20:52:17.345 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 20:52:17.345 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 20:52:19.727 48 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '853ba816-c935-45f1-854f-7c55e658230b' 2021-06-01 20:52:19.734 48 INFO rally.api [-] The report has been successfully built.