2021-08-16 20:19:15.405 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:19:15.405 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:19:15.405 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:19:18.042 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-16 20:19:18.042 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-16 20:19:18.042 8 ERROR rally.cli.cliutils 2021-08-16 20:19:19.736 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:19:19.736 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:19:19.736 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:19:24.303 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:19:24.303 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:19:24.303 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:19:29.061 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:19:29.061 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:19:29.061 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:19:30.540 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:19:30.540 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:19:30.540 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:19:33.039 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-16 20:19:33.039 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-16 20:19:33.039 18 ERROR rally.cli.cliutils 2021-08-16 20:19:34.645 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:19:34.645 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:19:34.645 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:19:37.049 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-16 20:19:37.089 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-7a01751d-0a91-44b9-9b0c-086bdbc15ca5/repo. 2021-08-16 20:19:37.498 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-7a01751d-0a91-44b9-9b0c-086bdbc15ca5/repo'... done. Note: switching to '883706539ffd4099b0701a27cc3e6a3b7c527dbe'. 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-16 20:19:37.514 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-g883706539 ' 2021-08-16 20:19:37.524 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '883706539ffd4099b0701a27cc3e6a3b7c527dbe ' 2021-08-16 20:19:37.534 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-16 20:19:37.595 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-16 20:19:38.502 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7a01751d-0a91-44b9-9b0c-086bdbc15ca5) has been successfully created! 2021-08-16 20:19:40.039 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:19:40.040 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:19:40.040 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:19:50.038 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:19:50.039 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:19:50.039 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:19:52.454 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7a01751d-0a91-44b9-9b0c-086bdbc15ca5) for deployment 'opnfv-rally' (UUID=d8c2a1a6-b5b4-406a-952b-a71536b320e3). 2021-08-16 20:19:52.917 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7a01751d-0a91-44b9-9b0c-086bdbc15ca5) has been successfully configured for deployment 'opnfv-rally' (UUID=d8c2a1a6-b5b4-406a-952b-a71536b320e3)! 2021-08-16 20:20:05.619 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:20:05.620 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:20:05.620 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:20:08.255 38 INFO rally.api [-] Starting verification (UUID=19d6a515-e818-451e-8fad-142adc3148a2) for deployment 'opnfv-rally' (UUID=d8c2a1a6-b5b4-406a-952b-a71536b320e3) by verifier 'opnfv-tempest' (UUID=7a01751d-0a91-44b9-9b0c-086bdbc15ca5). 2021-08-16 20:20:08.878 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-16 20:20:08.878 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7a01751d-0a91-44b9-9b0c-086bdbc15ca5/for-deployment-d8c2a1a6-b5b4-406a-952b-a71536b320e3/tempest.log' to option 'log_file'. 2021-08-16 20:20:08.878 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-7a01751d-0a91-44b9-9b0c-086bdbc15ca5/for-deployment-d8c2a1a6-b5b4-406a-952b-a71536b320e3/tempest.log 2021-08-16 20:20:08.879 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-16 20:20:08.879 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7a01751d-0a91-44b9-9b0c-086bdbc15ca5/for-deployment-d8c2a1a6-b5b4-406a-952b-a71536b320e3/lock_files' to option 'lock_path'. 2021-08-16 20:20:08.879 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-7a01751d-0a91-44b9-9b0c-086bdbc15ca5/for-deployment-d8c2a1a6-b5b4-406a-952b-a71536b320e3/lock_files 2021-08-16 20:20:08.879 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-08-16 20:20:08.880 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7a01751d-0a91-44b9-9b0c-086bdbc15ca5/for-deployment-d8c2a1a6-b5b4-406a-952b-a71536b320e3' to option 'img_dir'. 2021-08-16 20:20:08.880 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-7a01751d-0a91-44b9-9b0c-086bdbc15ca5/for-deployment-d8c2a1a6-b5b4-406a-952b-a71536b320e3 2021-08-16 20:20:08.880 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2021-08-16 20:20:08.880 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 395ace78-b692-4cd5-9748-199ca5833708 2021-08-16 20:20:08.881 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 65860b42-80f8-44a6-8212-f5f5e9cd3bb6 2021-08-16 20:20:08.881 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 8bf011d9-ce62-4e54-b6e5-52f116ce37bb 2021-08-16 20:20:08.882 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 68903f2d-9b7b-4ebb-8255-1af47e6dafbf 2021-08-16 20:20:09.161 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-16 20:20:09.162 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat_cntt-net_b708a91c-03e4-4eb8-b590-2eb83ec20597 2021-08-16 20:20:09.163 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-16 20:20:09.261 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-16 20:20:09.295 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-08-16 20:20:09.295 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_19d6a515_6qOpF58z' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-08-16 20:20:09.327 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_19d6a515_6qOpF58z' (ID = fb8d4884-0913-4717-b8c1-4c79a2df144f) has been successfully created! 2021-08-16 20:20:09.327 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'fb8d4884-0913-4717-b8c1-4c79a2df144f' to option 'instance_type'. 2021-08-16 20:20:09.328 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = fb8d4884-0913-4717-b8c1-4c79a2df144f 2021-08-16 20:20:09.329 38 INFO rally.task.context [-] Verification 7a01751d-0a91-44b9-9b0c-086bdbc15ca5 | Context tempest@default setup() finished in 0.89 sec 2021-08-16 20:20:09.330 38 INFO rally.task.context [-] Verification 7a01751d-0a91-44b9-9b0c-086bdbc15ca5 | Context testr@default setup() finished in 0.49 msec 2021-08-16 20:20:09.330 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/6612134e-e102-4639-a01c-279fe96ee455'. 2021-08-16 20:20:15.125 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.154s] 2021-08-16 20:20:15.216 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.092s] 2021-08-16 20:20:15.241 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.024s] 2021-08-16 20:20:15.692 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.404s] 2021-08-16 20:20:17.924 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.231s] 2021-08-16 20:20:18.032 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.108s] 2021-08-16 20:20:18.111 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.079s] 2021-08-16 20:20:18.494 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.287s] 2021-08-16 20:20:18.653 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.160s] 2021-08-16 20:20:18.818 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.164s] 2021-08-16 20:20:19.305 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.390s] 2021-08-16 20:20:21.577 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.271s] 2021-08-16 20:20:21.779 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.202s] 2021-08-16 20:20:21.886 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.107s] 2021-08-16 20:20:22.003 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.117s] 2021-08-16 20:20:22.063 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.060s] 2021-08-16 20:20:22.243 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.180s] 2021-08-16 20:20:22.286 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.043s] 2021-08-16 20:20:22.369 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.082s] 2021-08-16 20:20:22.609 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.135s] 2021-08-16 20:20:22.921 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.311s] 2021-08-16 20:20:25.151 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.229s] 2021-08-16 20:20:25.182 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.032s] 2021-08-16 20:20:25.233 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.050s] 2021-08-16 20:20:25.562 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.329s] 2021-08-16 20:20:28.018 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.455s] 2021-08-16 20:20:28.061 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.044s] 2021-08-16 20:20:28.250 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.188s] 2021-08-16 20:20:32.591 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.341s] 2021-08-16 20:20:32.793 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.201s] 2021-08-16 20:20:37.147 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.353s] 2021-08-16 20:20:37.248 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.102s] 2021-08-16 20:20:37.354 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.105s] 2021-08-16 20:20:37.442 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.088s] 2021-08-16 20:20:37.739 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.178s] 2021-08-16 20:20:37.927 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.187s] 2021-08-16 20:20:38.060 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.133s] 2021-08-16 20:20:38.232 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.172s] 2021-08-16 20:20:38.404 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.172s] 2021-08-16 20:20:38.508 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.103s] 2021-08-16 20:20:38.676 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.169s] 2021-08-16 20:20:38.842 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.165s] 2021-08-16 20:20:38.880 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.038s] 2021-08-16 20:20:38.909 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.029s] 2021-08-16 20:20:52.256 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [13.346s] 2021-08-16 20:21:05.756 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [13.498s] 2021-08-16 20:21:19.391 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.636s] 2021-08-16 20:21:33.073 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.681s] 2021-08-16 20:21:46.761 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.688s] 2021-08-16 20:22:00.401 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.640s] 2021-08-16 20:22:14.023 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.621s] 2021-08-16 20:22:27.625 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.601s] 2021-08-16 20:22:45.481 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [17.856s] 2021-08-16 20:23:03.170 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [17.688s] 2021-08-16 20:23:24.957 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [21.787s] 2021-08-16 20:23:46.735 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [21.777s] 2021-08-16 20:24:04.583 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [17.847s] 2021-08-16 20:24:26.289 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.705s] 2021-08-16 20:24:47.658 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [21.368s] 2021-08-16 20:24:56.781 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.122s] 2021-08-16 20:25:10.175 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.393s] 2021-08-16 20:25:23.394 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.219s] 2021-08-16 20:25:40.749 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_many ... success [17.354s] 2021-08-16 20:25:58.874 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_no ... success [18.124s] 2021-08-16 20:26:16.242 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_create_one ... success [17.367s] 2021-08-16 20:26:37.955 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_many ... success [21.714s] 2021-08-16 20:26:59.608 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_no ... success [21.652s] 2021-08-16 20:27:25.702 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_extra_route_set.ExtraRouteSetTest.test_update_one ... success [26.093s] 2021-08-16 20:27:35.096 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.393s] 2021-08-16 20:27:48.615 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.518s] 2021-08-16 20:28:06.752 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.136s] 2021-08-16 20:28:20.388 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.637s] 2021-08-16 20:28:38.174 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.785s] 2021-08-16 20:28:51.792 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [13.618s] 2021-08-16 20:29:12.999 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [21.206s] 2021-08-16 20:29:35.126 38 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.127s] 2021-08-16 20:30:09.822 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [34.695s] 2021-08-16 20:30:37.460 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [27.638s] 2021-08-16 20:31:04.524 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [27.064s] 2021-08-16 20:31:31.815 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [27.289s] 2021-08-16 20:32:08.657 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [36.841s] 2021-08-16 20:32:36.347 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.690s] 2021-08-16 20:33:03.713 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [27.366s] 2021-08-16 20:33:30.873 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [27.159s] 2021-08-16 20:33:56.288 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [25.415s] 2021-08-16 20:33:56.569 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.280s] 2021-08-16 20:33:56.775 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.205s] 2021-08-16 20:33:56.899 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.123s] 2021-08-16 20:33:57.047 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.148s] 2021-08-16 20:34:05.927 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [8.879s] 2021-08-16 20:34:15.395 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [9.468s] 2021-08-16 20:34:15.686 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.290s] 2021-08-16 20:34:15.910 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.224s] 2021-08-16 20:34:33.419 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [17.508s] 2021-08-16 20:34:47.428 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [14.009s] 2021-08-16 20:34:56.435 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.006s] 2021-08-16 20:35:05.458 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.023s] 2021-08-16 20:36:10.487 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [65.028s] 2021-08-16 20:37:33.310 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [82.822s] 2021-08-16 20:37:42.779 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.468s] 2021-08-16 20:37:56.206 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.427s] 2021-08-16 20:38:05.304 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.097s] 2021-08-16 20:38:18.669 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.364s] 2021-08-16 20:38:27.664 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [8.995s] 2021-08-16 20:38:45.382 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.717s] 2021-08-16 20:38:45.665 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.283s] 2021-08-16 20:38:45.865 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.198s] 2021-08-16 20:38:46.000 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.135s] 2021-08-16 20:38:46.143 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.143s] 2021-08-16 20:38:46.372 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.229s] 2021-08-16 20:38:46.604 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.231s] 2021-08-16 20:38:46.730 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.125s] 2021-08-16 20:38:46.952 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.222s] 2021-08-16 20:38:47.178 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.226s] 2021-08-16 20:38:56.295 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [9.116s] 2021-08-16 20:38:56.773 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.478s] 2021-08-16 20:38:56.998 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.224s] 2021-08-16 20:39:05.913 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.914s] 2021-08-16 20:39:06.194 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.280s] 2021-08-16 20:39:06.326 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.132s] 2021-08-16 20:39:06.458 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.131s] 2021-08-16 20:39:49.091 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [42.632s] 2021-08-16 20:40:02.701 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [13.609s] 2021-08-16 20:40:39.378 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [36.670s] 2021-08-16 20:41:45.581 38 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [66.199s] 2021-08-16 20:41:46.066 38 INFO rally.task.context [-] Verification 7a01751d-0a91-44b9-9b0c-086bdbc15ca5 | Context testr@default cleanup() started 2021-08-16 20:41:46.067 38 INFO rally.task.context [-] Verification 7a01751d-0a91-44b9-9b0c-086bdbc15ca5 | Context testr@default cleanup() finished in 0.55 msec 2021-08-16 20:41:46.067 38 INFO rally.task.context [-] Verification 7a01751d-0a91-44b9-9b0c-086bdbc15ca5 | Context tempest@default cleanup() started 2021-08-16 20:41:46.263 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_19d6a515_6qOpF58z'. 2021-08-16 20:41:46.457 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_19d6a515_6qOpF58z' has been deleted. 2021-08-16 20:41:46.458 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'fb8d4884-0913-4717-b8c1-4c79a2df144f' of option 'instance_type' from Tempest config file. 2021-08-16 20:41:46.459 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'fb8d4884-0913-4717-b8c1-4c79a2df144f' has been removed. 2021-08-16 20:41:46.461 38 INFO rally.task.context [-] Verification 7a01751d-0a91-44b9-9b0c-086bdbc15ca5 | Context tempest@default cleanup() finished in 0.39 sec 2021-08-16 20:41:46.478 38 INFO rally.api [-] Verification (UUID=19d6a515-e818-451e-8fad-142adc3148a2) has been successfully finished for deployment 'opnfv-rally' (UUID=d8c2a1a6-b5b4-406a-952b-a71536b320e3)! 2021-08-16 20:41:48.370 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:41:48.370 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:41:48.371 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:41:50.154 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:41:50.154 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:41:50.154 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:41:52.983 49 INFO rally.api [-] Building 'html' report for the following verification(s): '19d6a515-e818-451e-8fad-142adc3148a2' 2021-08-16 20:41:53.007 49 INFO rally.api [-] The report has been successfully built. 2021-08-16 20:41:54.780 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:41:54.780 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:41:54.780 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:41:57.414 51 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '19d6a515-e818-451e-8fad-142adc3148a2' 2021-08-16 20:41:57.422 51 INFO rally.api [-] The report has been successfully built.