2020-07-10 13:47:49.482 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:47:49.482 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:47:49.483 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 13:47:51.992 7 ERROR rally.cli.cliutils 2020-07-10 13:47:53.519 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:47:53.519 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:47:53.520 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:47:58.006 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:47:58.007 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:47:58.007 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:48:02.748 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:48:02.748 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:48:02.748 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:48:04.221 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:48:04.222 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:48:04.222 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 13:48:06.420 17 ERROR rally.cli.cliutils 2020-07-10 13:48:07.920 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:48:07.920 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:48:07.920 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:48:10.159 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-10 13:48:10.226 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-386ea480-ad81-4680-bf12-f8f104f3fcdc/repo. 2020-07-10 13:48:10.429 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-386ea480-ad81-4680-bf12-f8f104f3fcdc/repo'... done. ' 2020-07-10 13:48:10.442 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-07-10 13:48:10.463 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-10 13:48:10.527 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-10 13:48:11.219 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=386ea480-ad81-4680-bf12-f8f104f3fcdc) has been successfully created! 2020-07-10 13:48:12.846 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:48:12.847 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:48:12.847 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:48:21.932 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:48:21.932 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:48:21.932 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:48:24.299 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=386ea480-ad81-4680-bf12-f8f104f3fcdc) for deployment 'opnfv-rally' (UUID=6a86909d-3cac-496f-a7f2-c7a5b6c52827). 2020-07-10 13:48:24.826 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=386ea480-ad81-4680-bf12-f8f104f3fcdc) has been successfully configured for deployment 'opnfv-rally' (UUID=6a86909d-3cac-496f-a7f2-c7a5b6c52827)! 2020-07-10 13:48:35.040 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:48:35.040 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:48:35.040 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:48:37.294 34 INFO rally.api [-] Starting verification (UUID=5ab9676a-58af-48f3-a667-32f2ca2178bf) for deployment 'opnfv-rally' (UUID=6a86909d-3cac-496f-a7f2-c7a5b6c52827) by verifier 'opnfv-tempest' (UUID=386ea480-ad81-4680-bf12-f8f104f3fcdc). 2020-07-10 13:48:37.984 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-10 13:48:37.984 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-386ea480-ad81-4680-bf12-f8f104f3fcdc/for-deployment-6a86909d-3cac-496f-a7f2-c7a5b6c52827/tempest.log' to option 'log_file'. 2020-07-10 13:48:37.985 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-386ea480-ad81-4680-bf12-f8f104f3fcdc/for-deployment-6a86909d-3cac-496f-a7f2-c7a5b6c52827/tempest.log 2020-07-10 13:48:37.985 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-10 13:48:37.985 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-386ea480-ad81-4680-bf12-f8f104f3fcdc/for-deployment-6a86909d-3cac-496f-a7f2-c7a5b6c52827/lock_files' to option 'lock_path'. 2020-07-10 13:48:37.986 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-386ea480-ad81-4680-bf12-f8f104f3fcdc/for-deployment-6a86909d-3cac-496f-a7f2-c7a5b6c52827/lock_files 2020-07-10 13:48:37.986 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-10 13:48:37.986 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-07-10 13:48:37.987 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = bce3bd43-0d11-4aa3-ad8f-43665ee761a0 2020-07-10 13:48:37.987 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = e016c8de-766e-4ba0-a0aa-8523c6929679 2020-07-10 13:48:37.988 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = df9934db-8f56-47e3-b259-10feca56682a 2020-07-10 13:48:37.988 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3ef47e38-b822-4911-97c2-03c9551785b4 2020-07-10 13:48:38.234 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-10 13:48:38.235 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat_cntt-net_88d5eff0-c7e8-43b9-9d46-6130ed7b6688 2020-07-10 13:48:38.236 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-10 13:48:38.351 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-10 13:48:38.398 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-10 13:48:38.399 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_5ab9676a_A8EiOk47' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-10 13:48:38.439 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5ab9676a_A8EiOk47' (ID = d5f1b069-5cb2-4845-a8df-88c869216962) has been successfully created! 2020-07-10 13:48:38.440 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd5f1b069-5cb2-4845-a8df-88c869216962' to option 'instance_type'. 2020-07-10 13:48:38.440 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d5f1b069-5cb2-4845-a8df-88c869216962 2020-07-10 13:48:38.442 34 INFO rally.task.context [-] Verification 386ea480-ad81-4680-bf12-f8f104f3fcdc | Context tempest@default setup() finished in 0.91 sec 2020-07-10 13:48:38.443 34 INFO rally.task.context [-] Verification 386ea480-ad81-4680-bf12-f8f104f3fcdc | Context testr@default setup() finished in 0.68 msec 2020-07-10 13:48:38.444 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/ec7c0d41-50d6-4703-ad0f-c54f27b3f867'. 2020-07-10 13:48:43.725 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.100s] 2020-07-10 13:48:44.175 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.450s] 2020-07-10 13:48:46.423 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.247s] 2020-07-10 13:48:46.459 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.036s] 2020-07-10 13:48:46.519 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.060s] 2020-07-10 13:48:46.943 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.423s] 2020-07-10 13:48:49.191 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.247s] 2020-07-10 13:48:49.246 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.055s] 2020-07-10 13:48:49.321 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.074s] 2020-07-10 13:48:53.692 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.371s] 2020-07-10 13:48:53.762 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.070s] 2020-07-10 13:48:58.125 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.362s] 2020-07-10 13:48:58.346 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.221s] 2020-07-10 13:48:58.458 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.111s] 2020-07-10 13:48:58.553 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.096s] 2020-07-10 13:48:58.862 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.203s] 2020-07-10 13:48:58.954 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.091s] 2020-07-10 13:48:58.984 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.030s] 2020-07-10 13:48:59.467 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.385s] 2020-07-10 13:48:59.636 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.169s] 2020-07-10 13:48:59.798 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.162s] 2020-07-10 13:49:00.243 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.396s] 2020-07-10 13:49:02.475 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.232s] 2020-07-10 13:49:02.588 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.112s] 2020-07-10 13:49:02.675 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.087s] 2020-07-10 13:49:03.263 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.494s] 2020-07-10 13:49:05.499 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.236s] 2020-07-10 13:49:05.670 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.172s] 2020-07-10 13:49:05.782 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.111s] 2020-07-10 13:49:05.893 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.111s] 2020-07-10 13:49:05.961 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.067s] 2020-07-10 13:49:06.147 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.185s] 2020-07-10 13:49:06.192 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.045s] 2020-07-10 13:49:06.294 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.101s] 2020-07-10 13:49:06.547 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.145s] 2020-07-10 13:49:06.725 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.178s] 2020-07-10 13:49:06.827 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.101s] 2020-07-10 13:49:06.997 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.169s] 2020-07-10 13:49:07.171 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.174s] 2020-07-10 13:49:07.282 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.111s] 2020-07-10 13:49:07.446 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.163s] 2020-07-10 13:49:07.576 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.131s] 2020-07-10 13:49:07.617 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.041s] 2020-07-10 13:49:07.659 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.041s] 2020-07-10 13:49:21.114 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [13.453s] 2020-07-10 13:49:34.661 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [13.546s] 2020-07-10 13:49:48.112 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.450s] 2020-07-10 13:50:01.936 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.823s] 2020-07-10 13:50:15.502 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.567s] 2020-07-10 13:50:33.307 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [17.804s] 2020-07-10 13:50:46.963 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.655s] 2020-07-10 13:51:00.709 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.746s] 2020-07-10 13:51:26.691 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [25.980s] 2020-07-10 13:51:52.683 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [25.991s] 2020-07-10 13:52:14.414 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [21.731s] 2020-07-10 13:52:36.266 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [21.851s] 2020-07-10 13:53:06.275 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [30.008s] 2020-07-10 13:53:27.953 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.678s] 2020-07-10 13:53:45.396 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.442s] 2020-07-10 13:53:54.546 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.150s] 2020-07-10 13:54:07.819 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.272s] 2020-07-10 13:54:21.089 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.269s] 2020-07-10 13:54:30.649 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.560s] 2020-07-10 13:54:44.313 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.664s] 2020-07-10 13:55:02.317 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.003s] 2020-07-10 13:55:15.928 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.610s] 2020-07-10 13:55:33.866 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.938s] 2020-07-10 13:55:51.670 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.803s] 2020-07-10 13:56:21.316 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [29.645s] 2020-07-10 13:56:48.238 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [26.922s] 2020-07-10 13:57:31.194 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [42.955s] 2020-07-10 13:58:02.836 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [31.642s] 2020-07-10 13:58:34.493 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [31.656s] 2020-07-10 13:59:10.436 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [35.942s] 2020-07-10 13:59:56.590 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [46.154s] 2020-07-10 14:00:25.489 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [28.898s] 2020-07-10 14:00:56.957 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [31.466s] 2020-07-10 14:01:29.713 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [32.757s] 2020-07-10 14:01:59.848 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [30.133s] 2020-07-10 14:02:00.127 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.279s] 2020-07-10 14:02:00.304 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.176s] 2020-07-10 14:02:00.487 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.183s] 2020-07-10 14:02:00.789 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.302s] 2020-07-10 14:02:10.448 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.657s] 2020-07-10 14:02:15.853 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [5.405s] 2020-07-10 14:03:23.424 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [67.571s] 2020-07-10 14:04:46.439 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [83.014s] 2020-07-10 14:04:56.058 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.618s] 2020-07-10 14:05:09.362 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.303s] 2020-07-10 14:05:18.522 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.160s] 2020-07-10 14:05:31.802 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.279s] 2020-07-10 14:05:40.866 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.063s] 2020-07-10 14:05:58.329 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.462s] 2020-07-10 14:05:58.687 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.358s] 2020-07-10 14:05:58.928 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.241s] 2020-07-10 14:05:59.079 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.151s] 2020-07-10 14:05:59.368 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.288s] 2020-07-10 14:05:59.646 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.278s] 2020-07-10 14:05:59.991 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.344s] 2020-07-10 14:06:00.286 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.294s] 2020-07-10 14:06:00.526 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.240s] 2020-07-10 14:06:00.781 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.254s] 2020-07-10 14:06:09.908 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [9.127s] 2020-07-10 14:06:10.471 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.562s] 2020-07-10 14:06:10.621 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.150s] 2020-07-10 14:06:19.562 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.940s] 2020-07-10 14:06:19.878 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.315s] 2020-07-10 14:06:20.137 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.258s] 2020-07-10 14:06:20.308 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.171s] 2020-07-10 14:07:15.736 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [55.427s] 2020-07-10 14:07:53.197 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [37.456s] 2020-07-10 14:09:07.961 34 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [74.759s] 2020-07-10 14:09:08.398 34 INFO rally.task.context [-] Verification 386ea480-ad81-4680-bf12-f8f104f3fcdc | Context testr@default cleanup() started 2020-07-10 14:09:08.399 34 INFO rally.task.context [-] Verification 386ea480-ad81-4680-bf12-f8f104f3fcdc | Context testr@default cleanup() finished in 0.71 msec 2020-07-10 14:09:08.400 34 INFO rally.task.context [-] Verification 386ea480-ad81-4680-bf12-f8f104f3fcdc | Context tempest@default cleanup() started 2020-07-10 14:09:08.683 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_5ab9676a_A8EiOk47'. 2020-07-10 14:09:08.960 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5ab9676a_A8EiOk47' has been deleted. 2020-07-10 14:09:08.961 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'd5f1b069-5cb2-4845-a8df-88c869216962' of option 'instance_type' from Tempest config file. 2020-07-10 14:09:08.961 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'd5f1b069-5cb2-4845-a8df-88c869216962' has been removed. 2020-07-10 14:09:08.968 34 INFO rally.task.context [-] Verification 386ea480-ad81-4680-bf12-f8f104f3fcdc | Context tempest@default cleanup() finished in 0.57 sec 2020-07-10 14:09:09.008 34 INFO rally.api [-] Verification (UUID=5ab9676a-58af-48f3-a667-32f2ca2178bf) has been successfully finished for deployment 'opnfv-rally' (UUID=6a86909d-3cac-496f-a7f2-c7a5b6c52827)! 2020-07-10 14:09:10.899 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 14:09:10.899 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 14:09:10.900 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 14:09:12.667 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 14:09:12.667 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 14:09:12.667 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 14:09:15.175 44 INFO rally.api [-] Building 'html' report for the following verification(s): '5ab9676a-58af-48f3-a667-32f2ca2178bf' 2020-07-10 14:09:15.221 44 INFO rally.api [-] The report has been successfully built. 2020-07-10 14:09:16.841 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 14:09:16.841 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 14:09:16.841 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 14:09:19.348 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '5ab9676a-58af-48f3-a667-32f2ca2178bf' 2020-07-10 14:09:19.354 46 INFO rally.api [-] The report has been successfully built.