2020-07-31 13:45:14.500 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:45:14.500 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:45:14.500 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:45:16.871 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-31 13:45:16.871 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-31 13:45:16.871 7 ERROR rally.cli.cliutils 2020-07-31 13:45:18.549 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:45:18.550 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:45:18.550 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:45:22.743 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:45:22.743 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:45:22.743 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:45:27.410 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:45:27.410 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:45:27.411 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:45:28.962 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:45:28.962 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:45:28.963 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:45:31.224 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-31 13:45:31.224 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-31 13:45:31.224 17 ERROR rally.cli.cliutils 2020-07-31 13:45:33.243 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:45:33.243 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:45:33.243 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:45:35.434 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-31 13:45:35.507 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-17075bca-14d2-47dc-9532-45a48da47814/repo. 2020-07-31 13:45:35.781 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-17075bca-14d2-47dc-9532-45a48da47814/repo'... done. Note: switching to '312b48e98e8e4268ccef26ec32593bd78c9d8624'. 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-07-31 13:45:35.796 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g312b48e98 ' 2020-07-31 13:45:35.805 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '312b48e98e8e4268ccef26ec32593bd78c9d8624 ' 2020-07-31 13:45:35.824 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-31 13:45:35.872 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-31 13:45:36.611 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=17075bca-14d2-47dc-9532-45a48da47814) has been successfully created! 2020-07-31 13:45:38.281 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:45:38.282 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:45:38.282 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:45:47.783 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:45:47.783 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:45:47.783 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:45:49.933 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=17075bca-14d2-47dc-9532-45a48da47814) for deployment 'opnfv-rally' (UUID=750a217d-b4be-401c-9fc5-150ab33dead3). 2020-07-31 13:45:50.350 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=17075bca-14d2-47dc-9532-45a48da47814) has been successfully configured for deployment 'opnfv-rally' (UUID=750a217d-b4be-401c-9fc5-150ab33dead3)! 2020-07-31 13:45:59.911 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:45:59.912 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:45:59.912 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:46:02.223 35 INFO rally.api [-] Starting verification (UUID=58dac5a6-0f5f-45e7-b9dd-bd3cc3ab7e60) for deployment 'opnfv-rally' (UUID=750a217d-b4be-401c-9fc5-150ab33dead3) by verifier 'opnfv-tempest' (UUID=17075bca-14d2-47dc-9532-45a48da47814). 2020-07-31 13:46:03.047 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-31 13:46:03.048 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-17075bca-14d2-47dc-9532-45a48da47814/for-deployment-750a217d-b4be-401c-9fc5-150ab33dead3/tempest.log' to option 'log_file'. 2020-07-31 13:46:03.048 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-17075bca-14d2-47dc-9532-45a48da47814/for-deployment-750a217d-b4be-401c-9fc5-150ab33dead3/tempest.log 2020-07-31 13:46:03.049 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-31 13:46:03.049 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-17075bca-14d2-47dc-9532-45a48da47814/for-deployment-750a217d-b4be-401c-9fc5-150ab33dead3/lock_files' to option 'lock_path'. 2020-07-31 13:46:03.049 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-17075bca-14d2-47dc-9532-45a48da47814/for-deployment-750a217d-b4be-401c-9fc5-150ab33dead3/lock_files 2020-07-31 13:46:03.050 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-31 13:46:03.050 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-07-31 13:46:03.051 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 53f23b75-f837-4524-8945-fbc8e1979cbe 2020-07-31 13:46:03.051 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 9bea61e7-5abe-42d8-948b-12ae36b6707a 2020-07-31 13:46:03.052 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 03b416e9-0796-4041-88e0-dac6b92cb0c8 2020-07-31 13:46:03.052 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 7a745ae5-9ebe-4be4-8107-bccb3d7194fc 2020-07-31 13:46:03.411 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-31 13:46:03.412 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_c5ff7eca-b997-4035-a1a8-052daeb1d496 2020-07-31 13:46:03.412 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-31 13:46:03.510 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-31 13:46:03.554 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_bda46223_IqT77m31'. Using flavor 'rally_verify_bda46223_IqT77m31' (ID = 24ca7adb-e51a-4819-8150-2e7393237a24) for the tests. 2020-07-31 13:46:03.554 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '24ca7adb-e51a-4819-8150-2e7393237a24' to option 'instance_type'. 2020-07-31 13:46:03.554 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 24ca7adb-e51a-4819-8150-2e7393237a24 2020-07-31 13:46:03.555 35 INFO rally.task.context [-] Verification 17075bca-14d2-47dc-9532-45a48da47814 | Context tempest@default setup() finished in 1.13 sec 2020-07-31 13:46:03.555 35 INFO rally.task.context [-] Verification 17075bca-14d2-47dc-9532-45a48da47814 | Context testr@default setup() finished in 0.24 msec 2020-07-31 13:46:03.556 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/b474afb6-c0a1-47f5-91c4-7a35c3e41c1e'. 2020-07-31 13:46:10.273 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.563s] 2020-07-31 13:46:10.472 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.199s] 2020-07-31 13:46:10.648 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.175s] 2020-07-31 13:46:11.744 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [1.005s] 2020-07-31 13:46:14.018 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.275s] 2020-07-31 13:46:14.138 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.119s] 2020-07-31 13:46:14.336 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.197s] 2020-07-31 13:46:15.252 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.829s] 2020-07-31 13:46:17.470 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.218s] 2020-07-31 13:46:17.746 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.275s] 2020-07-31 13:46:17.829 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.082s] 2020-07-31 13:46:17.924 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.095s] 2020-07-31 13:46:18.054 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.129s] 2020-07-31 13:46:18.214 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.160s] 2020-07-31 13:46:18.256 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.042s] 2020-07-31 13:46:18.360 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.103s] 2020-07-31 13:46:18.739 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.284s] 2020-07-31 13:46:19.234 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.495s] 2020-07-31 13:46:21.448 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.213s] 2020-07-31 13:46:21.479 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.032s] 2020-07-31 13:46:21.558 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.079s] 2020-07-31 13:46:22.008 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.449s] 2020-07-31 13:46:24.237 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.228s] 2020-07-31 13:46:24.279 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.040s] 2020-07-31 13:46:24.343 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.066s] 2020-07-31 13:46:28.696 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.352s] 2020-07-31 13:46:28.832 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.136s] 2020-07-31 13:46:33.180 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.348s] 2020-07-31 13:46:33.279 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.098s] 2020-07-31 13:46:33.388 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.109s] 2020-07-31 13:46:33.478 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.090s] 2020-07-31 13:46:33.796 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.221s] 2020-07-31 13:46:33.886 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.090s] 2020-07-31 13:46:33.910 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.024s] 2020-07-31 13:46:34.273 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.266s] 2020-07-31 13:46:34.462 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.189s] 2020-07-31 13:46:34.581 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.118s] 2020-07-31 13:46:34.757 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.176s] 2020-07-31 13:46:34.931 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.174s] 2020-07-31 13:46:35.033 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.101s] 2020-07-31 13:46:35.202 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.169s] 2020-07-31 13:46:35.373 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.170s] 2020-07-31 13:46:35.421 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.048s] 2020-07-31 13:46:35.468 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.046s] 2020-07-31 13:46:57.062 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [21.593s] 2020-07-31 13:47:14.689 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [17.627s] 2020-07-31 13:47:32.899 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [18.210s] 2020-07-31 13:47:46.931 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [14.032s] 2020-07-31 13:48:00.732 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.801s] 2020-07-31 13:48:14.679 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.946s] 2020-07-31 13:48:28.571 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.892s] 2020-07-31 13:48:49.625 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [21.053s] 2020-07-31 13:49:11.674 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [22.049s] 2020-07-31 13:49:33.657 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [21.982s] 2020-07-31 13:50:03.687 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [30.029s] 2020-07-31 13:50:29.854 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [26.166s] 2020-07-31 13:51:03.843 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [33.989s] 2020-07-31 13:51:29.534 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [25.691s] 2020-07-31 13:51:51.327 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [21.792s] 2020-07-31 13:51:51.334 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.005s]: b'Test disabled in conf, skipping' 2020-07-31 13:52:00.571 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.237s] 2020-07-31 13:52:13.984 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.413s] 2020-07-31 13:52:27.258 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.273s] 2020-07-31 13:52:40.860 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.602s] 2020-07-31 13:52:54.584 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.724s] 2020-07-31 13:53:12.781 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.196s] 2020-07-31 13:53:26.571 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.789s] 2020-07-31 13:53:40.418 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [13.847s] 2020-07-31 13:53:58.219 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.800s] 2020-07-31 13:53:58.573 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.352s]: b'LBaasv2 extension not available, skipping' 2020-07-31 13:53:58.709 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.135s]: b'LBaasv2 extension not available, skipping' 2020-07-31 13:54:28.440 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [29.730s] 2020-07-31 13:55:07.125 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 [38.685s] 2020-07-31 13:55:58.366 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [51.241s] 2020-07-31 13:56:38.011 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [39.644s] 2020-07-31 13:57:14.855 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [36.844s] 2020-07-31 13:57:42.057 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [27.201s] 2020-07-31 13:58:18.494 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [36.436s] 2020-07-31 13:58:53.998 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [35.503s] 2020-07-31 13:59:34.636 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [40.637s] 2020-07-31 14:00:01.895 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [27.259s] 2020-07-31 14:00:27.325 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [25.430s] 2020-07-31 14:00:27.657 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.331s] 2020-07-31 14:00:27.850 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.192s] 2020-07-31 14:00:28.016 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.166s] 2020-07-31 14:00:28.192 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.175s] 2020-07-31 14:00:37.119 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [8.926s] 2020-07-31 14:00:46.579 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [9.459s] 2020-07-31 14:00:46.859 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.279s] 2020-07-31 14:00:46.860 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-07-31 14:00:47.046 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.187s] 2020-07-31 14:01:04.813 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [17.766s] 2020-07-31 14:01:18.756 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.942s] 2020-07-31 14:01:27.753 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [8.997s] 2020-07-31 14:01:36.817 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.063s] 2020-07-31 14:02:52.153 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [75.336s] 2020-07-31 14:04:35.955 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [103.801s] 2020-07-31 14:04:46.012 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [10.056s] 2020-07-31 14:05:02.107 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [16.095s] 2020-07-31 14:05:15.684 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [13.576s] 2020-07-31 14:05:28.909 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.225s] 2020-07-31 14:05:38.920 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [10.011s] 2020-07-31 14:05:57.539 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [18.619s] 2020-07-31 14:05:57.798 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.259s] 2020-07-31 14:05:57.967 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.168s] 2020-07-31 14:05:58.108 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.140s] 2020-07-31 14:05:58.274 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.165s] 2020-07-31 14:05:58.430 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.156s] 2020-07-31 14:05:58.588 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.158s] 2020-07-31 14:05:58.740 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.151s] 2020-07-31 14:05:58.876 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.136s] 2020-07-31 14:05:59.019 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.142s] 2020-07-31 14:06:08.003 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.983s] 2020-07-31 14:06:08.564 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.560s] 2020-07-31 14:06:08.724 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.160s] 2020-07-31 14:06:17.743 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [9.018s] 2020-07-31 14:06:18.142 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.399s] 2020-07-31 14:06:18.388 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.245s] 2020-07-31 14:06:18.678 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.290s] 2020-07-31 14:06:18.687 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-07-31 14:06:19.253 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.565s]: b'LBaas v1 extension not available, skipping' 2020-07-31 14:06:20.132 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.878s]: b'LBaasv2 extension not available, skipping' 2020-07-31 14:07:07.540 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [47.400s] 2020-07-31 14:07:07.541 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-07-31 14:07:07.544 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-07-31 14:07:28.645 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [21.100s] 2020-07-31 14:07:28.652 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.006s]: b'Test disabled in conf, skipping' 2020-07-31 14:08:10.366 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [41.711s] 2020-07-31 14:08:59.771 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [49.400s] 2020-07-31 14:08:59.776 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.008s]: b'Test disabled in conf, skipping' 2020-07-31 14:08:59.781 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-07-31 14:09:00.070 35 INFO rally.task.context [-] Verification 17075bca-14d2-47dc-9532-45a48da47814 | Context testr@default cleanup() started 2020-07-31 14:09:00.070 35 INFO rally.task.context [-] Verification 17075bca-14d2-47dc-9532-45a48da47814 | Context testr@default cleanup() finished in 0.48 msec 2020-07-31 14:09:00.070 35 INFO rally.task.context [-] Verification 17075bca-14d2-47dc-9532-45a48da47814 | Context tempest@default cleanup() started 2020-07-31 14:09:00.280 35 INFO rally.task.context [-] Verification 17075bca-14d2-47dc-9532-45a48da47814 | Context tempest@default cleanup() finished in 0.21 sec 2020-07-31 14:09:00.306 35 INFO rally.api [-] Verification (UUID=58dac5a6-0f5f-45e7-b9dd-bd3cc3ab7e60) has been successfully finished for deployment 'opnfv-rally' (UUID=750a217d-b4be-401c-9fc5-150ab33dead3)! 2020-07-31 14:09:02.088 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:09:02.089 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:09:02.089 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:09:03.839 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:09:03.839 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:09:03.839 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:09:06.167 45 INFO rally.api [-] Building 'html' report for the following verification(s): '58dac5a6-0f5f-45e7-b9dd-bd3cc3ab7e60' 2020-07-31 14:09:06.191 45 INFO rally.api [-] The report has been successfully built. 2020-07-31 14:09:08.078 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:09:08.079 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:09:08.079 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:09:10.453 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '58dac5a6-0f5f-45e7-b9dd-bd3cc3ab7e60' 2020-07-31 14:09:10.461 47 INFO rally.api [-] The report has been successfully built.