2020-05-14 20:12:12.389 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:12:12.390 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:12:12.390 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:12:14.791 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-05-14 20:12:14.791 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-14 20:12:14.791 7 ERROR rally.cli.cliutils 2020-05-14 20:12:16.549 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:12:16.549 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:12:16.550 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:12:20.988 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:12:20.988 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:12:20.989 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:12:26.123 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:12:26.124 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:12:26.124 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:12:27.685 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:12:27.686 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:12:27.686 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:12:29.736 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-05-14 20:12:29.736 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-14 20:12:29.736 17 ERROR rally.cli.cliutils 2020-05-14 20:12:31.316 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:12:31.316 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:12:31.316 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:12:33.321 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-14 20:12:33.391 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3868a6ba-0298-427c-b4a3-058639b7398c/repo. 2020-05-14 20:12:33.610 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3868a6ba-0298-427c-b4a3-058639b7398c/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-05-14 20:12:33.624 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-14 20:12:33.633 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-14 20:12:33.654 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-14 20:12:33.718 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-14 20:12:34.454 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3868a6ba-0298-427c-b4a3-058639b7398c) has been successfully created! 2020-05-14 20:12:36.286 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:12:36.286 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:12:36.286 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:12:45.476 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:12:45.477 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:12:45.477 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:12:47.888 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3868a6ba-0298-427c-b4a3-058639b7398c) for deployment 'opnfv-rally' (UUID=2a43050f-0e36-42b9-97de-0cc04858940a). 2020-05-14 20:12:48.423 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3868a6ba-0298-427c-b4a3-058639b7398c) has been successfully configured for deployment 'opnfv-rally' (UUID=2a43050f-0e36-42b9-97de-0cc04858940a)! 2020-05-14 20:12:58.502 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:12:58.502 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:12:58.503 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:13:00.881 35 INFO rally.api [-] Starting verification (UUID=2b8ee6d5-bd84-4b97-9aab-3770e08fdc8f) for deployment 'opnfv-rally' (UUID=2a43050f-0e36-42b9-97de-0cc04858940a) by verifier 'opnfv-tempest' (UUID=3868a6ba-0298-427c-b4a3-058639b7398c). 2020-05-14 20:13:01.559 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-14 20:13:01.560 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3868a6ba-0298-427c-b4a3-058639b7398c/for-deployment-2a43050f-0e36-42b9-97de-0cc04858940a/tempest.log' to option 'log_file'. 2020-05-14 20:13:01.560 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3868a6ba-0298-427c-b4a3-058639b7398c/for-deployment-2a43050f-0e36-42b9-97de-0cc04858940a/tempest.log 2020-05-14 20:13:01.561 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-14 20:13:01.561 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3868a6ba-0298-427c-b4a3-058639b7398c/for-deployment-2a43050f-0e36-42b9-97de-0cc04858940a/lock_files' to option 'lock_path'. 2020-05-14 20:13:01.561 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3868a6ba-0298-427c-b4a3-058639b7398c/for-deployment-2a43050f-0e36-42b9-97de-0cc04858940a/lock_files 2020-05-14 20:13:01.562 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-14 20:13:01.562 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-05-14 20:13:01.563 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e0563623-9276-49bf-919a-178c79686b59 2020-05-14 20:13:01.563 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c8e19773-84f7-4818-945a-5270ef9c0fd2 2020-05-14 20:13:01.564 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 4e45b5b7-d6d8-463e-80d1-75172eaddcf5 2020-05-14 20:13:01.564 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 850f2d11-2809-468a-941b-388f3cda1f4d 2020-05-14 20:13:01.814 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-14 20:13:01.815 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_a0d07f5a-e5e1-4c84-8a3a-00f9c7763522 2020-05-14 20:13:01.816 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-14 20:13:01.911 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-14 20:13:01.949 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_c8584ab4_UUMROqiJ'. Using flavor 'rally_verify_c8584ab4_UUMROqiJ' (ID = 92c0fcab-e385-4858-b05c-b5edc360abf1) for the tests. 2020-05-14 20:13:01.950 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '92c0fcab-e385-4858-b05c-b5edc360abf1' to option 'instance_type'. 2020-05-14 20:13:01.950 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 92c0fcab-e385-4858-b05c-b5edc360abf1 2020-05-14 20:13:01.952 35 INFO rally.task.context [-] Verification 3868a6ba-0298-427c-b4a3-058639b7398c | Context tempest@default setup() finished in 0.87 sec 2020-05-14 20:13:01.953 35 INFO rally.task.context [-] Verification 3868a6ba-0298-427c-b4a3-058639b7398c | Context testr@default setup() finished in 0.85 msec 2020-05-14 20:13:01.954 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/4157cbe5-665b-4a5c-8f47-8d5c682f5272'. 2020-05-14 20:13:08.135 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.394s] 2020-05-14 20:13:08.323 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.187s] 2020-05-14 20:13:08.493 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.170s] 2020-05-14 20:13:09.092 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.540s] 2020-05-14 20:13:11.340 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.247s] 2020-05-14 20:13:11.670 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.329s] 2020-05-14 20:13:11.771 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.101s] 2020-05-14 20:13:12.502 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.631s] 2020-05-14 20:13:14.723 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.220s] 2020-05-14 20:13:14.920 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.196s] 2020-05-14 20:13:15.032 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.112s] 2020-05-14 20:13:15.146 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.114s] 2020-05-14 20:13:15.230 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.084s] 2020-05-14 20:13:15.416 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.186s] 2020-05-14 20:13:15.469 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.053s] 2020-05-14 20:13:15.564 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.095s] 2020-05-14 20:13:15.840 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.182s] 2020-05-14 20:13:16.213 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.372s] 2020-05-14 20:13:18.446 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.233s] 2020-05-14 20:13:18.483 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.036s] 2020-05-14 20:13:18.543 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.060s] 2020-05-14 20:13:19.088 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.544s] 2020-05-14 20:13:21.489 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.401s] 2020-05-14 20:13:21.531 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.041s] 2020-05-14 20:13:21.599 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.068s] 2020-05-14 20:13:25.953 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.353s] 2020-05-14 20:13:26.040 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.087s] 2020-05-14 20:13:30.385 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.345s] 2020-05-14 20:13:30.491 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.106s] 2020-05-14 20:13:30.589 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.097s] 2020-05-14 20:13:30.693 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.104s] 2020-05-14 20:13:31.023 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.217s] 2020-05-14 20:13:31.117 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.094s] 2020-05-14 20:13:31.142 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.025s] 2020-05-14 20:13:31.391 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.157s] 2020-05-14 20:13:31.575 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.184s] 2020-05-14 20:13:31.686 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.110s] 2020-05-14 20:13:31.874 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.187s] 2020-05-14 20:13:32.049 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.175s] 2020-05-14 20:13:32.160 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.110s] 2020-05-14 20:13:32.330 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.171s] 2020-05-14 20:13:32.474 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.143s] 2020-05-14 20:13:32.525 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.051s] 2020-05-14 20:13:32.565 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.039s] 2020-05-14 20:13:54.017 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [21.451s] 2020-05-14 20:14:19.590 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [25.572s] 2020-05-14 20:14:51.073 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [31.483s] 2020-05-14 20:15:19.865 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [28.792s] 2020-05-14 20:15:45.927 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [26.061s] 2020-05-14 20:16:26.200 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [40.272s] 2020-05-14 20:16:55.225 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [29.024s] 2020-05-14 20:17:35.516 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [40.290s] 2020-05-14 20:19:05.507 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [89.991s] 2020-05-14 20:20:19.453 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [73.945s] 2020-05-14 20:21:13.863 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [54.410s] 2020-05-14 20:22:26.413 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [72.549s] 2020-05-14 20:23:20.706 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [54.292s] 2020-05-14 20:24:08.986 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [48.280s] 2020-05-14 20:24:59.142 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [50.155s] 2020-05-14 20:25:12.830 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... success [13.687s] 2020-05-14 20:25:21.992 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.161s] 2020-05-14 20:25:35.242 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.249s] 2020-05-14 20:25:48.421 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.178s] 2020-05-14 20:26:02.044 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.622s] 2020-05-14 20:26:15.702 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.657s] 2020-05-14 20:26:33.654 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [17.952s] 2020-05-14 20:26:47.255 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.600s] 2020-05-14 20:27:04.905 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.649s] 2020-05-14 20:27:22.639 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.734s] 2020-05-14 20:27:26.360 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [3.719s]: b'LBaasv2 extension not available, skipping' 2020-05-14 20:27:28.067 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [1.705s]: b'LBaasv2 extension not available, skipping' 2020-05-14 20:28:33.965 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [65.898s] 2020-05-14 20:29:51.688 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 [77.722s] 2020-05-14 20:31:30.864 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [99.175s] 2020-05-14 20:32:38.007 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [67.142s] 2020-05-14 20:34:12.614 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [94.607s] 2020-05-14 20:35:35.425 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [82.810s] 2020-05-14 20:37:04.475 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [89.050s] 2020-05-14 20:38:37.354 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [92.879s] 2020-05-14 20:39:47.126 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [69.772s] 2020-05-14 20:41:15.422 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [88.295s] 2020-05-14 20:41:52.053 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [36.631s] 2020-05-14 20:41:52.340 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.286s] 2020-05-14 20:41:52.517 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.177s] 2020-05-14 20:41:52.697 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.178s] 2020-05-14 20:41:52.874 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.177s] 2020-05-14 20:42:01.819 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [8.945s] 2020-05-14 20:42:11.324 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [9.504s] 2020-05-14 20:42:11.592 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.267s] 2020-05-14 20:42:11.593 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-05-14 20:42:11.797 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.204s] 2020-05-14 20:42:29.538 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [17.741s] 2020-05-14 20:42:43.429 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.891s] 2020-05-14 20:42:52.443 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.013s] 2020-05-14 20:43:01.469 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.025s] 2020-05-14 20:44:26.408 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [84.939s] 2020-05-14 20:46:01.379 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [94.969s] 2020-05-14 20:46:11.022 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.642s] 2020-05-14 20:46:24.242 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.219s] 2020-05-14 20:46:33.406 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.163s] 2020-05-14 20:46:46.557 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.150s] 2020-05-14 20:46:55.566 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.009s] 2020-05-14 20:47:13.111 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.544s] 2020-05-14 20:47:13.390 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.278s] 2020-05-14 20:47:13.561 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.170s] 2020-05-14 20:47:13.717 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.156s] 2020-05-14 20:47:13.863 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.146s] 2020-05-14 20:47:14.006 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.142s] 2020-05-14 20:47:14.155 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.149s] 2020-05-14 20:47:14.288 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.132s] 2020-05-14 20:47:14.433 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.144s] 2020-05-14 20:47:14.583 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.150s] 2020-05-14 20:47:23.477 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.893s] 2020-05-14 20:47:27.357 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [3.879s] 2020-05-14 20:47:27.505 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.148s] 2020-05-14 20:47:36.448 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.942s] 2020-05-14 20:47:36.717 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.269s] 2020-05-14 20:47:36.877 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.159s] 2020-05-14 20:47:37.019 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.142s] 2020-05-14 20:47:37.027 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.007s]: b'Test disabled in conf, skipping' 2020-05-14 20:47:40.708 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [3.679s]: b'LBaas v1 extension not available, skipping' 2020-05-14 20:47:44.496 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [3.786s]: b'LBaasv2 extension not available, skipping' 2020-05-14 20:48:58.678 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [74.182s] 2020-05-14 20:48:58.686 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_add_delete_poolmember ... skip [0.007s]: b'Test disabled in conf, skipping' 2020-05-14 20:48:58.692 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_create_update_loadbalancer ... skip [0.005s]: b'Test disabled in conf, skipping' 2020-05-14 20:49:35.822 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [37.129s] 2020-05-14 20:49:35.831 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.008s]: b'Test disabled in conf, skipping' 2020-05-14 20:50:50.359 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [74.523s] 2020-05-14 20:52:20.067 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [89.703s] 2020-05-14 20:52:20.068 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.006s]: b'Test disabled in conf, skipping' 2020-05-14 20:52:20.071 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.004s]: b'Test disabled in conf, skipping' 2020-05-14 20:52:20.431 35 INFO rally.task.context [-] Verification 3868a6ba-0298-427c-b4a3-058639b7398c | Context testr@default cleanup() started 2020-05-14 20:52:20.431 35 INFO rally.task.context [-] Verification 3868a6ba-0298-427c-b4a3-058639b7398c | Context testr@default cleanup() finished in 0.66 msec 2020-05-14 20:52:20.432 35 INFO rally.task.context [-] Verification 3868a6ba-0298-427c-b4a3-058639b7398c | Context tempest@default cleanup() started 2020-05-14 20:52:20.653 35 INFO rally.task.context [-] Verification 3868a6ba-0298-427c-b4a3-058639b7398c | Context tempest@default cleanup() finished in 0.22 sec 2020-05-14 20:52:20.679 35 INFO rally.api [-] Verification (UUID=2b8ee6d5-bd84-4b97-9aab-3770e08fdc8f) has been successfully finished for deployment 'opnfv-rally' (UUID=2a43050f-0e36-42b9-97de-0cc04858940a)! 2020-05-14 20:52:22.413 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:52:22.414 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:52:22.414 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:52:24.049 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:52:24.049 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:52:24.049 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:52:26.139 45 INFO rally.api [-] Building 'html' report for the following verification(s): '2b8ee6d5-bd84-4b97-9aab-3770e08fdc8f' 2020-05-14 20:52:26.162 45 INFO rally.api [-] The report has been successfully built. 2020-05-14 20:52:27.729 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:52:27.729 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:52:27.729 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:52:29.824 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '2b8ee6d5-bd84-4b97-9aab-3770e08fdc8f' 2020-05-14 20:52:29.831 47 INFO rally.api [-] The report has been successfully built.