2020-09-29 09:52:23.218 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:52:23.219 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:52:23.219 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-29 09:52:25.399 6 ERROR rally.cli.cliutils 2020-09-29 09:52:27.211 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:52:27.211 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:52:27.212 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:52:31.171 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:52:31.172 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:52:31.172 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:52:35.548 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:52:35.548 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:52:35.548 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:52:36.989 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:52:36.990 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:52:36.990 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils force=force) 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-29 09:52:39.094 15 ERROR rally.cli.cliutils 2020-09-29 09:52:40.591 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:52:40.591 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:52:40.591 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:52:42.745 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-29 09:52:42.832 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-db5c200c-b212-4f8d-a1cf-b779388c80fc/repo. 2020-09-29 09:52:43.156 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-db5c200c-b212-4f8d-a1cf-b779388c80fc/repo'... done. Note: checking out 'b0d516cd07ff9bd7c6c1371736de3c30dd647636'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-09-29 09:52:43.172 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gb0d516cd0 ' 2020-09-29 09:52:43.183 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'b0d516cd07ff9bd7c6c1371736de3c30dd647636 ' 2020-09-29 09:52:43.203 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-29 09:52:43.277 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-29 09:52:43.874 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=db5c200c-b212-4f8d-a1cf-b779388c80fc) has been successfully created! 2020-09-29 09:52:45.422 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:52:45.423 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:52:45.423 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:52:54.795 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:52:54.796 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:52:54.796 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:52:56.886 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=db5c200c-b212-4f8d-a1cf-b779388c80fc) for deployment 'opnfv-rally' (UUID=e3292a1a-21be-4cfe-8aab-30ed57a1476c). 2020-09-29 09:52:57.394 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=db5c200c-b212-4f8d-a1cf-b779388c80fc) has been successfully configured for deployment 'opnfv-rally' (UUID=e3292a1a-21be-4cfe-8aab-30ed57a1476c)! 2020-09-29 09:53:07.176 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:53:07.176 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:53:07.176 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:53:09.304 32 INFO rally.api [-] Starting verification (UUID=81ab9617-6f64-41a7-b9a1-e21435d37f5f) for deployment 'opnfv-rally' (UUID=e3292a1a-21be-4cfe-8aab-30ed57a1476c) by verifier 'opnfv-tempest' (UUID=db5c200c-b212-4f8d-a1cf-b779388c80fc). 2020-09-29 09:53:09.971 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-29 09:53:09.971 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-db5c200c-b212-4f8d-a1cf-b779388c80fc/for-deployment-e3292a1a-21be-4cfe-8aab-30ed57a1476c/tempest.log' to option 'log_file'. 2020-09-29 09:53:09.972 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-db5c200c-b212-4f8d-a1cf-b779388c80fc/for-deployment-e3292a1a-21be-4cfe-8aab-30ed57a1476c/tempest.log 2020-09-29 09:53:09.972 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-29 09:53:09.972 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-db5c200c-b212-4f8d-a1cf-b779388c80fc/for-deployment-e3292a1a-21be-4cfe-8aab-30ed57a1476c/lock_files' to option 'lock_path'. 2020-09-29 09:53:09.973 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-db5c200c-b212-4f8d-a1cf-b779388c80fc/for-deployment-e3292a1a-21be-4cfe-8aab-30ed57a1476c/lock_files 2020-09-29 09:53:09.973 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-29 09:53:09.973 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-09-29 09:53:09.974 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e4a4dc5b-6d3b-4fa1-9277-985b58cdd1b9 2020-09-29 09:53:09.974 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 2583eb53-abe1-4c0f-8f3d-d6e926b23dd2 2020-09-29 09:53:09.975 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 1914288f-e033-4638-bc70-6f320934192b 2020-09-29 09:53:09.976 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c0f24106-74cb-4895-ac53-6b930e7528f1 2020-09-29 09:53:10.194 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-29 09:53:10.195 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat_cntt-net_a31fe0e6-65ef-4cdf-919b-529f16b1da74 2020-09-29 09:53:10.195 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-29 09:53:10.283 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-29 09:53:10.324 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_36fae506_bK5YVHrR'. Using flavor 'rally_verify_36fae506_bK5YVHrR' (ID = 0198a25e-3369-4ca6-8744-29224a90db85) for the tests. 2020-09-29 09:53:10.325 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0198a25e-3369-4ca6-8744-29224a90db85' to option 'instance_type'. 2020-09-29 09:53:10.325 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0198a25e-3369-4ca6-8744-29224a90db85 2020-09-29 09:53:10.327 32 INFO rally.task.context [-] Verification db5c200c-b212-4f8d-a1cf-b779388c80fc | Context tempest@default setup() finished in 0.80 sec 2020-09-29 09:53:10.328 32 INFO rally.task.context [-] Verification db5c200c-b212-4f8d-a1cf-b779388c80fc | Context testr@default setup() finished in 0.43 msec 2020-09-29 09:53:10.328 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/dbd58d6d-53b5-4eb4-ae96-3909daaab1e7'. 2020-09-29 09:53:15.589 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.182s] 2020-09-29 09:53:15.664 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.075s] 2020-09-29 09:53:15.690 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.027s] 2020-09-29 09:53:15.931 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.143s] 2020-09-29 09:53:16.100 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.168s] 2020-09-29 09:53:16.201 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.101s] 2020-09-29 09:53:16.369 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.167s] 2020-09-29 09:53:16.532 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.163s] 2020-09-29 09:53:16.638 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.105s] 2020-09-29 09:53:16.793 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.155s] 2020-09-29 09:53:16.954 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.159s] 2020-09-29 09:53:17.002 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.048s] 2020-09-29 09:53:17.044 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.042s] 2020-09-29 09:53:17.736 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.593s] 2020-09-29 09:53:19.966 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.229s] 2020-09-29 09:53:20.157 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.191s] 2020-09-29 09:53:20.268 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.110s] 2020-09-29 09:53:20.380 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.112s] 2020-09-29 09:53:20.462 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.081s] 2020-09-29 09:53:20.647 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.184s] 2020-09-29 09:53:20.693 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.046s] 2020-09-29 09:53:20.795 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.102s] 2020-09-29 09:53:21.455 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.574s] 2020-09-29 09:53:23.705 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.249s] 2020-09-29 09:53:23.823 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.118s] 2020-09-29 09:53:23.921 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.098s] 2020-09-29 09:53:24.653 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.630s] 2020-09-29 09:53:24.835 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.181s] 2020-09-29 09:53:25.001 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.166s] 2020-09-29 09:53:25.259 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.147s] 2020-09-29 09:53:25.662 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.403s] 2020-09-29 09:53:27.883 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.220s] 2020-09-29 09:53:27.917 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.033s] 2020-09-29 09:53:27.980 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.064s] 2020-09-29 09:53:28.373 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.391s] 2020-09-29 09:53:30.615 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.240s] 2020-09-29 09:53:30.662 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.047s] 2020-09-29 09:53:30.759 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.097s] 2020-09-29 09:53:35.125 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.366s] 2020-09-29 09:53:35.201 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.075s] 2020-09-29 09:53:39.556 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.354s] 2020-09-29 09:53:39.654 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.098s] 2020-09-29 09:53:39.764 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.109s] 2020-09-29 09:53:39.860 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.096s] 2020-09-29 09:53:53.253 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [13.392s] 2020-09-29 09:54:06.664 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [13.409s] 2020-09-29 09:54:24.622 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [17.958s] 2020-09-29 09:54:38.348 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.726s] 2020-09-29 09:54:52.051 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.702s] 2020-09-29 09:55:05.633 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.581s] 2020-09-29 09:55:19.282 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.649s] 2020-09-29 09:55:32.930 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.646s] 2020-09-29 09:56:11.207 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [38.278s] 2020-09-29 09:56:33.108 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [21.901s] 2020-09-29 09:57:03.341 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [30.231s] 2020-09-29 09:57:25.201 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [21.859s] 2020-09-29 09:57:51.342 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [26.141s] 2020-09-29 09:58:21.277 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [29.935s] 2020-09-29 09:58:38.909 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.630s] 2020-09-29 09:58:48.037 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.126s] 2020-09-29 09:59:01.370 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.332s] 2020-09-29 09:59:14.727 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.356s] 2020-09-29 09:59:28.270 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.543s] 2020-09-29 09:59:42.075 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.804s] 2020-09-29 10:00:00.327 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.252s] 2020-09-29 10:00:14.058 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.730s] 2020-09-29 10:00:31.989 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.930s] 2020-09-29 10:00:49.837 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.847s] 2020-09-29 10:01:15.530 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.693s] 2020-09-29 10:01:42.235 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [26.704s] 2020-09-29 10:02:33.866 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [51.631s] 2020-09-29 10:03:05.788 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [31.921s] 2020-09-29 10:03:38.104 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [32.316s] 2020-09-29 10:04:18.013 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [39.907s] 2020-09-29 10:05:15.816 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [57.803s] 2020-09-29 10:05:57.173 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [41.356s] 2020-09-29 10:06:29.507 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [32.333s] 2020-09-29 10:07:01.192 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [31.686s] 2020-09-29 10:07:35.372 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [34.178s] 2020-09-29 10:07:35.742 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.369s] 2020-09-29 10:07:35.905 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.163s] 2020-09-29 10:07:36.083 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.177s] 2020-09-29 10:07:36.292 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.209s] 2020-09-29 10:07:41.773 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [5.479s] 2020-09-29 10:07:52.624 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [10.851s] 2020-09-29 10:07:52.920 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.297s] 2020-09-29 10:07:53.209 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.288s] 2020-09-29 10:08:11.924 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.714s] 2020-09-29 10:08:26.071 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [14.146s] 2020-09-29 10:08:35.281 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.209s] 2020-09-29 10:08:44.420 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.139s] 2020-09-29 10:09:55.267 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [70.847s] 2020-09-29 10:11:26.369 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [91.101s] 2020-09-29 10:11:35.923 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.554s] 2020-09-29 10:11:49.233 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.309s] 2020-09-29 10:11:58.374 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.140s] 2020-09-29 10:12:11.658 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.284s] 2020-09-29 10:12:20.823 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.164s] 2020-09-29 10:12:38.525 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.702s] 2020-09-29 10:12:38.863 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.337s] 2020-09-29 10:12:39.074 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.210s] 2020-09-29 10:12:39.338 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.263s] 2020-09-29 10:12:39.512 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.175s] 2020-09-29 10:12:39.702 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.190s] 2020-09-29 10:12:39.996 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.292s] 2020-09-29 10:12:40.273 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.277s] 2020-09-29 10:12:40.566 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.292s] 2020-09-29 10:12:40.870 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.303s] 2020-09-29 10:12:50.061 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [9.190s] 2020-09-29 10:12:50.900 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.838s] 2020-09-29 10:12:51.137 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.237s] 2020-09-29 10:13:00.236 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [9.099s] 2020-09-29 10:13:00.639 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.402s] 2020-09-29 10:13:00.916 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.276s] 2020-09-29 10:13:01.075 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.158s] 2020-09-29 10:14:00.691 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [59.616s] 2020-09-29 10:14:22.906 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [22.213s] 2020-09-29 10:15:09.890 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [46.979s] 2020-09-29 10:16:24.494 32 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [74.602s] 2020-09-29 10:16:24.950 32 INFO rally.task.context [-] Verification db5c200c-b212-4f8d-a1cf-b779388c80fc | Context testr@default cleanup() started 2020-09-29 10:16:24.951 32 INFO rally.task.context [-] Verification db5c200c-b212-4f8d-a1cf-b779388c80fc | Context testr@default cleanup() finished in 0.76 msec 2020-09-29 10:16:24.951 32 INFO rally.task.context [-] Verification db5c200c-b212-4f8d-a1cf-b779388c80fc | Context tempest@default cleanup() started 2020-09-29 10:16:25.301 32 INFO rally.task.context [-] Verification db5c200c-b212-4f8d-a1cf-b779388c80fc | Context tempest@default cleanup() finished in 0.35 sec 2020-09-29 10:16:25.395 32 INFO rally.api [-] Verification (UUID=81ab9617-6f64-41a7-b9a1-e21435d37f5f) has been successfully finished for deployment 'opnfv-rally' (UUID=e3292a1a-21be-4cfe-8aab-30ed57a1476c)! 2020-09-29 10:16:28.168 39 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 10:16:28.168 39 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 10:16:28.168 39 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 10:16:29.927 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 10:16:29.927 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 10:16:29.927 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 10:16:32.796 40 INFO rally.api [-] Building 'html' report for the following verification(s): '81ab9617-6f64-41a7-b9a1-e21435d37f5f' 2020-09-29 10:16:32.836 40 INFO rally.api [-] The report has been successfully built. 2020-09-29 10:16:34.518 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 10:16:34.518 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 10:16:34.518 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 10:16:36.756 42 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '81ab9617-6f64-41a7-b9a1-e21435d37f5f' 2020-09-29 10:16:36.764 42 INFO rally.api [-] The report has been successfully built.