2020-06-07 08:32:42.900 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:32:42.900 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:32:42.900 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:32:45.180 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-06-07 08:32:45.180 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-07 08:32:45.180 7 ERROR rally.cli.cliutils 2020-06-07 08:32:47.004 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:32:47.004 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:32:47.004 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:32:51.194 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:32:51.194 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:32:51.194 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:32:55.846 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:32:55.846 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:32:55.847 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:32:57.273 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:32:57.273 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:32:57.273 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:32:59.404 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-06-07 08:32:59.404 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-07 08:32:59.404 17 ERROR rally.cli.cliutils 2020-06-07 08:33:01.088 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:33:01.088 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:33:01.089 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:33:03.266 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-07 08:33:03.333 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-87f5fed7-9b66-48f0-8960-c565dbe50d11/repo. 2020-06-07 08:33:03.547 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-87f5fed7-9b66-48f0-8960-c565dbe50d11/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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 ' 2020-06-07 08:33:03.560 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-07 08:33:03.569 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-07 08:33:03.589 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-07 08:33:03.643 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-07 08:33:04.437 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=87f5fed7-9b66-48f0-8960-c565dbe50d11) has been successfully created! 2020-06-07 08:33:06.261 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:33:06.261 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:33:06.261 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:33:16.391 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:33:16.392 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:33:16.392 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:33:18.653 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=87f5fed7-9b66-48f0-8960-c565dbe50d11) for deployment 'opnfv-rally' (UUID=e6dfa97a-651b-49b8-a966-dc53bc2e8fc1). 2020-06-07 08:33:19.232 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=87f5fed7-9b66-48f0-8960-c565dbe50d11) has been successfully configured for deployment 'opnfv-rally' (UUID=e6dfa97a-651b-49b8-a966-dc53bc2e8fc1)! 2020-06-07 08:33:28.788 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:33:28.789 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:33:28.789 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:33:31.147 35 INFO rally.api [-] Starting verification (UUID=148b966d-dcae-4126-9cc9-91092c4c9b2a) for deployment 'opnfv-rally' (UUID=e6dfa97a-651b-49b8-a966-dc53bc2e8fc1) by verifier 'opnfv-tempest' (UUID=87f5fed7-9b66-48f0-8960-c565dbe50d11). 2020-06-07 08:33:32.157 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-07 08:33:32.158 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-87f5fed7-9b66-48f0-8960-c565dbe50d11/for-deployment-e6dfa97a-651b-49b8-a966-dc53bc2e8fc1/tempest.log' to option 'log_file'. 2020-06-07 08:33:32.158 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-87f5fed7-9b66-48f0-8960-c565dbe50d11/for-deployment-e6dfa97a-651b-49b8-a966-dc53bc2e8fc1/tempest.log 2020-06-07 08:33:32.158 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-07 08:33:32.158 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-87f5fed7-9b66-48f0-8960-c565dbe50d11/for-deployment-e6dfa97a-651b-49b8-a966-dc53bc2e8fc1/lock_files' to option 'lock_path'. 2020-06-07 08:33:32.159 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-87f5fed7-9b66-48f0-8960-c565dbe50d11/for-deployment-e6dfa97a-651b-49b8-a966-dc53bc2e8fc1/lock_files 2020-06-07 08:33:32.159 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-07 08:33:32.159 35 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-06-07 08:33:32.160 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 9a601f35-dc8d-4bf0-8d3f-a81351f39a89 2020-06-07 08:33:32.160 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d54406be-4007-4747-8e06-e8f406077d37 2020-06-07 08:33:32.161 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 40b7d3fa-419d-47ae-88b1-df1b81e4c6c7 2020-06-07 08:33:32.161 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2c3cf1ab-3403-49f7-91fc-76daa10f0c1b 2020-06-07 08:33:32.412 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-07 08:33:32.413 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_b599febd-78a5-4ba0-ad6c-053347830906 2020-06-07 08:33:32.414 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-07 08:33:32.508 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-07 08:33:32.546 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_12e852c0_xmubxvIA'. Using flavor 'rally_verify_12e852c0_xmubxvIA' (ID = 100faa59-6bc2-4cf1-bb40-5c2580d3d697) for the tests. 2020-06-07 08:33:32.547 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '100faa59-6bc2-4cf1-bb40-5c2580d3d697' to option 'instance_type'. 2020-06-07 08:33:32.547 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 100faa59-6bc2-4cf1-bb40-5c2580d3d697 2020-06-07 08:33:32.549 35 INFO rally.task.context [-] Verification 87f5fed7-9b66-48f0-8960-c565dbe50d11 | Context tempest@default setup() finished in 1.03 sec 2020-06-07 08:33:32.550 35 INFO rally.task.context [-] Verification 87f5fed7-9b66-48f0-8960-c565dbe50d11 | Context testr@default setup() finished in 0.44 msec 2020-06-07 08:33:32.550 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/5bc8bfda-5cb6-4473-8d9f-3d11b63f949b'. 2020-06-07 08:33:38.867 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.426s] 2020-06-07 08:33:39.050 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.183s] 2020-06-07 08:33:39.215 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.165s] 2020-06-07 08:33:40.130 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.718s] 2020-06-07 08:33:42.409 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.278s] 2020-06-07 08:33:42.621 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.211s] 2020-06-07 08:33:42.715 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.094s] 2020-06-07 08:33:43.323 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.509s] 2020-06-07 08:33:45.561 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.237s] 2020-06-07 08:33:45.705 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.144s] 2020-06-07 08:33:45.804 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.099s] 2020-06-07 08:33:45.890 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.086s] 2020-06-07 08:33:45.953 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.062s] 2020-06-07 08:33:46.099 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.146s] 2020-06-07 08:33:46.143 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.043s] 2020-06-07 08:33:46.239 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.096s] 2020-06-07 08:33:46.481 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.152s] 2020-06-07 08:33:46.970 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.488s] 2020-06-07 08:33:49.167 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.197s] 2020-06-07 08:33:49.197 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.030s] 2020-06-07 08:33:49.253 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.055s] 2020-06-07 08:33:49.681 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.428s] 2020-06-07 08:33:51.887 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.206s] 2020-06-07 08:33:51.925 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.038s] 2020-06-07 08:33:51.994 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.068s] 2020-06-07 08:33:56.341 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.347s] 2020-06-07 08:33:56.435 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.094s] 2020-06-07 08:34:00.777 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.341s] 2020-06-07 08:34:00.860 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.082s] 2020-06-07 08:34:00.950 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.090s] 2020-06-07 08:34:01.042 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.092s] 2020-06-07 08:34:01.389 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.266s] 2020-06-07 08:34:01.470 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.080s] 2020-06-07 08:34:01.492 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.023s] 2020-06-07 08:34:01.800 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.259s] 2020-06-07 08:34:01.963 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.163s] 2020-06-07 08:34:02.073 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.110s] 2020-06-07 08:34:02.255 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.181s] 2020-06-07 08:34:02.431 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.176s] 2020-06-07 08:34:02.536 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.104s] 2020-06-07 08:34:02.704 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.168s] 2020-06-07 08:34:02.873 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.168s] 2020-06-07 08:34:02.920 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.047s] 2020-06-07 08:34:02.961 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.041s] 2020-06-07 08:34:16.209 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [13.247s] 2020-06-07 08:34:33.887 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [17.676s] 2020-06-07 08:34:52.594 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [18.707s] 2020-06-07 08:35:06.151 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.557s] 2020-06-07 08:35:19.869 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.717s] 2020-06-07 08:35:37.767 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [17.898s] 2020-06-07 08:35:51.994 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [14.226s] 2020-06-07 08:36:06.687 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [14.693s] 2020-06-07 08:36:33.576 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [26.888s] 2020-06-07 08:36:55.381 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [21.804s] 2020-06-07 08:37:21.233 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [25.852s] 2020-06-07 08:37:42.948 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [21.714s] 2020-06-07 08:38:08.833 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [25.885s] 2020-06-07 08:38:30.926 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [22.092s] 2020-06-07 08:38:52.465 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [21.538s] 2020-06-07 08:39:05.989 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... success [13.523s] 2020-06-07 08:39:15.072 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.082s] 2020-06-07 08:39:28.356 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.284s] 2020-06-07 08:39:41.635 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.278s] 2020-06-07 08:39:51.090 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.455s] 2020-06-07 08:40:04.739 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.648s] 2020-06-07 08:40:22.961 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.222s] 2020-06-07 08:40:36.631 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.669s] 2020-06-07 08:40:54.510 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.879s] 2020-06-07 08:41:12.251 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.740s] 2020-06-07 08:41:12.412 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.160s]: b'LBaasv2 extension not available, skipping' 2020-06-07 08:41:12.543 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.130s]: b'LBaasv2 extension not available, skipping' 2020-06-07 08:41:37.889 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.347s] 2020-06-07 08:42:04.202 35 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.312s] 2020-06-07 08:42:46.827 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [42.625s] 2020-06-07 08:43:18.951 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [32.123s] 2020-06-07 08:43:52.023 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [33.072s] 2020-06-07 08:44:23.463 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [31.440s] 2020-06-07 08:44:59.487 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [36.023s] 2020-06-07 08:45:27.223 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [27.736s] 2020-06-07 08:45:58.480 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [31.257s] 2020-06-07 08:46:34.779 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [36.298s] 2020-06-07 08:47:01.971 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [27.192s] 2020-06-07 08:47:02.306 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.335s] 2020-06-07 08:47:02.580 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.273s] 2020-06-07 08:47:02.758 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.178s] 2020-06-07 08:47:03.041 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.282s] 2020-06-07 08:47:09.196 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [6.154s] 2020-06-07 08:47:20.369 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [11.174s] 2020-06-07 08:47:20.679 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.309s] 2020-06-07 08:47:20.682 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_with_cloud_credential ... skip [0.000s]: b'multi_cloud - Feature not enabled.' 2020-06-07 08:47:20.946 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.266s] 2020-06-07 08:47:39.430 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.483s] 2020-06-07 08:47:53.261 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.830s] 2020-06-07 08:48:02.340 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.079s] 2020-06-07 08:48:11.381 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.041s] 2020-06-07 08:49:19.041 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [67.659s] 2020-06-07 08:50:42.392 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [83.351s] 2020-06-07 08:50:51.880 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.488s] 2020-06-07 08:51:05.156 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.275s] 2020-06-07 08:51:14.226 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.069s] 2020-06-07 08:51:27.747 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.522s] 2020-06-07 08:51:36.786 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.038s] 2020-06-07 08:51:54.248 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.462s] 2020-06-07 08:51:54.495 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.247s] 2020-06-07 08:51:54.665 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.169s] 2020-06-07 08:51:54.816 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.151s] 2020-06-07 08:51:54.960 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.143s] 2020-06-07 08:51:55.115 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.155s] 2020-06-07 08:51:55.256 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.141s] 2020-06-07 08:51:55.392 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.136s] 2020-06-07 08:51:55.544 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.151s] 2020-06-07 08:51:55.691 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.147s] 2020-06-07 08:52:04.572 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.880s] 2020-06-07 08:52:05.239 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.667s] 2020-06-07 08:52:05.388 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.148s] 2020-06-07 08:52:14.350 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.961s] 2020-06-07 08:52:14.608 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.258s] 2020-06-07 08:52:14.747 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.138s] 2020-06-07 08:52:14.906 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.159s] 2020-06-07 08:52:14.913 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.006s]: b'Test disabled in conf, skipping' 2020-06-07 08:52:15.397 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.482s]: b'LBaas v1 extension not available, skipping' 2020-06-07 08:52:15.840 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.443s]: b'LBaasv2 extension not available, skipping' 2020-06-07 08:53:02.317 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [46.477s] 2020-06-07 08:53:02.324 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_add_delete_poolmember ... skip [0.006s]: b'Test disabled in conf, skipping' 2020-06-07 08:53:02.328 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_create_update_loadbalancer ... skip [0.004s]: b'Test disabled in conf, skipping' 2020-06-07 08:53:17.238 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [14.909s] 2020-06-07 08:53:17.246 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.007s]: b'Test disabled in conf, skipping' 2020-06-07 08:53:54.120 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [36.870s] 2020-06-07 08:54:48.811 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [54.684s] 2020-06-07 08:54:48.812 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.005s]: b'Test disabled in conf, skipping' 2020-06-07 08:54:48.814 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.003s]: b'Test disabled in conf, skipping' 2020-06-07 08:54:49.200 35 INFO rally.task.context [-] Verification 87f5fed7-9b66-48f0-8960-c565dbe50d11 | Context testr@default cleanup() started 2020-06-07 08:54:49.201 35 INFO rally.task.context [-] Verification 87f5fed7-9b66-48f0-8960-c565dbe50d11 | Context testr@default cleanup() finished in 0.83 msec 2020-06-07 08:54:49.201 35 INFO rally.task.context [-] Verification 87f5fed7-9b66-48f0-8960-c565dbe50d11 | Context tempest@default cleanup() started 2020-06-07 08:54:49.424 35 INFO rally.task.context [-] Verification 87f5fed7-9b66-48f0-8960-c565dbe50d11 | Context tempest@default cleanup() finished in 0.22 sec 2020-06-07 08:54:49.453 35 INFO rally.api [-] Verification (UUID=148b966d-dcae-4126-9cc9-91092c4c9b2a) has been successfully finished for deployment 'opnfv-rally' (UUID=e6dfa97a-651b-49b8-a966-dc53bc2e8fc1)! 2020-06-07 08:54:51.322 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:54:51.322 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:54:51.323 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:54:53.044 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:54:53.044 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:54:53.045 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:54:55.446 45 INFO rally.api [-] Building 'html' report for the following verification(s): '148b966d-dcae-4126-9cc9-91092c4c9b2a' 2020-06-07 08:54:55.470 45 INFO rally.api [-] The report has been successfully built. 2020-06-07 08:54:57.400 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 08:54:57.401 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 08:54:57.401 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 08:54:59.702 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '148b966d-dcae-4126-9cc9-91092c4c9b2a' 2020-06-07 08:54:59.711 47 INFO rally.api [-] The report has been successfully built.