2020-07-31 14:56:05.549 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:56:05.549 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:56:05.549 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:56:07.912 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 14:56:07.912 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-31 14:56:07.912 7 ERROR rally.cli.cliutils 2020-07-31 14:56:09.628 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:56:09.629 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:56:09.629 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:56:14.006 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:56:14.007 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:56:14.007 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:56:18.479 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:56:18.480 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:56:18.480 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:56:19.868 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:56:19.869 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:56:19.869 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:56:21.835 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 14:56:21.835 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-31 14:56:21.835 17 ERROR rally.cli.cliutils 2020-07-31 14:56:23.336 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:56:23.336 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:56:23.336 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:56:25.348 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-31 14:56:25.412 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-89e497f1-1b1e-4b1e-9e4c-2c34ec4d2978/repo. 2020-07-31 14:56:25.668 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-89e497f1-1b1e-4b1e-9e4c-2c34ec4d2978/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 14:56:25.680 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g312b48e98 ' 2020-07-31 14:56:25.687 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '312b48e98e8e4268ccef26ec32593bd78c9d8624 ' 2020-07-31 14:56:25.709 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-31 14:56:25.758 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-31 14:56:26.518 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=89e497f1-1b1e-4b1e-9e4c-2c34ec4d2978) has been successfully created! 2020-07-31 14:56:28.352 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:56:28.353 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:56:28.353 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:56:37.778 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:56:37.778 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:56:37.778 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:56:39.849 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=89e497f1-1b1e-4b1e-9e4c-2c34ec4d2978) for deployment 'opnfv-rally' (UUID=4d01d922-d929-4638-aee0-25a28f862dfe). 2020-07-31 14:56:40.357 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=89e497f1-1b1e-4b1e-9e4c-2c34ec4d2978) has been successfully configured for deployment 'opnfv-rally' (UUID=4d01d922-d929-4638-aee0-25a28f862dfe)! 2020-07-31 14:56:50.493 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:56:50.493 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:56:50.493 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:56:52.452 35 INFO rally.api [-] Starting verification (UUID=ecc89451-3055-46c1-988f-a9cc58de8ec1) for deployment 'opnfv-rally' (UUID=4d01d922-d929-4638-aee0-25a28f862dfe) by verifier 'opnfv-tempest' (UUID=89e497f1-1b1e-4b1e-9e4c-2c34ec4d2978). 2020-07-31 14:56:53.056 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-31 14:56:53.056 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-89e497f1-1b1e-4b1e-9e4c-2c34ec4d2978/for-deployment-4d01d922-d929-4638-aee0-25a28f862dfe/tempest.log' to option 'log_file'. 2020-07-31 14:56:53.057 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-89e497f1-1b1e-4b1e-9e4c-2c34ec4d2978/for-deployment-4d01d922-d929-4638-aee0-25a28f862dfe/tempest.log 2020-07-31 14:56:53.057 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-31 14:56:53.057 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-89e497f1-1b1e-4b1e-9e4c-2c34ec4d2978/for-deployment-4d01d922-d929-4638-aee0-25a28f862dfe/lock_files' to option 'lock_path'. 2020-07-31 14:56:53.058 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-89e497f1-1b1e-4b1e-9e4c-2c34ec4d2978/for-deployment-4d01d922-d929-4638-aee0-25a28f862dfe/lock_files 2020-07-31 14:56:53.058 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 14:56:53.058 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 14:56:53.059 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 99a9b80f-2d42-4fbe-8041-5b7a6bea74f8 2020-07-31 14:56:53.059 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = fb554a0f-b7fe-4368-b995-f3c717214a47 2020-07-31 14:56:53.060 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 5bad2c46-af71-4590-a808-b135bfb0a5e8 2020-07-31 14:56:53.060 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a6c54cb6-6598-41b1-bef5-a7a6289629b1 2020-07-31 14:56:53.277 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-31 14:56:53.277 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat_cntt-net_f291cbb0-e7b5-4756-8110-c509623a6610 2020-07-31 14:56:53.278 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-31 14:56:53.373 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 14:56:53.417 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-31 14:56:53.417 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_ecc89451_LeZcpgzC' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-31 14:56:53.454 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_ecc89451_LeZcpgzC' (ID = 6c1990c5-cb4b-40da-9072-3f545399049a) has been successfully created! 2020-07-31 14:56:53.454 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6c1990c5-cb4b-40da-9072-3f545399049a' to option 'instance_type'. 2020-07-31 14:56:53.454 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6c1990c5-cb4b-40da-9072-3f545399049a 2020-07-31 14:56:53.456 35 INFO rally.task.context [-] Verification 89e497f1-1b1e-4b1e-9e4c-2c34ec4d2978 | Context tempest@default setup() finished in 0.83 sec 2020-07-31 14:56:53.456 35 INFO rally.task.context [-] Verification 89e497f1-1b1e-4b1e-9e4c-2c34ec4d2978 | Context testr@default setup() finished in 0.31 msec 2020-07-31 14:56:53.457 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/caec3ce9-7689-4e99-a105-3d17302cb57f'. 2020-07-31 14:56:59.690 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.515s] 2020-07-31 14:56:59.883 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.194s] 2020-07-31 14:57:00.067 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.183s] 2020-07-31 14:57:01.187 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [1.043s] 2020-07-31 14:57:03.457 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.270s] 2020-07-31 14:57:03.566 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.109s] 2020-07-31 14:57:03.663 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.097s] 2020-07-31 14:57:04.498 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.743s] 2020-07-31 14:57:06.713 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.214s] 2020-07-31 14:57:07.052 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.339s] 2020-07-31 14:57:07.174 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.122s] 2020-07-31 14:57:07.284 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.110s] 2020-07-31 14:57:07.352 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.068s] 2020-07-31 14:57:07.525 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.173s] 2020-07-31 14:57:07.567 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.041s] 2020-07-31 14:57:07.758 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.191s] 2020-07-31 14:57:08.159 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.309s] 2020-07-31 14:57:08.724 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.564s] 2020-07-31 14:57:10.943 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.218s] 2020-07-31 14:57:10.977 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.034s] 2020-07-31 14:57:11.033 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.056s] 2020-07-31 14:57:11.497 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.463s] 2020-07-31 14:57:13.729 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.232s] 2020-07-31 14:57:13.771 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.042s] 2020-07-31 14:57:13.839 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.067s] 2020-07-31 14:57:18.199 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.360s] 2020-07-31 14:57:18.288 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.088s] 2020-07-31 14:57:22.615 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.327s] 2020-07-31 14:57:22.713 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 14:57:22.825 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.111s] 2020-07-31 14:57:22.920 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.095s] 2020-07-31 14:57:23.301 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.272s] 2020-07-31 14:57:23.406 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.105s] 2020-07-31 14:57:23.432 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.026s] 2020-07-31 14:57:23.694 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.163s] 2020-07-31 14:57:23.870 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.175s] 2020-07-31 14:57:23.970 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.100s] 2020-07-31 14:57:24.159 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.189s] 2020-07-31 14:57:24.339 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.179s] 2020-07-31 14:57:24.446 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.107s] 2020-07-31 14:57:24.625 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.179s] 2020-07-31 14:57:24.786 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.161s] 2020-07-31 14:57:24.833 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.046s] 2020-07-31 14:57:24.875 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.042s] 2020-07-31 14:57:42.348 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [17.472s] 2020-07-31 14:57:59.858 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [17.509s] 2020-07-31 14:58:13.610 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.751s] 2020-07-31 14:58:27.340 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.730s] 2020-07-31 14:58:41.119 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.778s] 2020-07-31 14:59:02.889 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [21.769s] 2020-07-31 14:59:16.657 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.767s] 2020-07-31 14:59:30.515 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.856s] 2020-07-31 14:59:56.619 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [26.103s] 2020-07-31 15:00:18.602 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 15:00:48.877 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.274s] 2020-07-31 15:01:14.782 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [25.905s] 2020-07-31 15:01:40.735 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.953s] 2020-07-31 15:02:10.559 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [29.822s] 2020-07-31 15:02:32.296 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [21.738s] 2020-07-31 15:02:41.353 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.056s] 2020-07-31 15:02:55.259 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.905s] 2020-07-31 15:03:04.749 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [9.490s] 2020-07-31 15:03:18.218 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.467s] 2020-07-31 15:03:31.864 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.645s] 2020-07-31 15:03:49.894 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.030s] 2020-07-31 15:04:03.527 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.633s] 2020-07-31 15:04:17.223 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [13.696s] 2020-07-31 15:04:35.182 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.957s] 2020-07-31 15:05:12.730 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [37.548s] 2020-07-31 15:05:51.498 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.767s] 2020-07-31 15:06:42.634 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [51.136s] 2020-07-31 15:07:18.163 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [35.528s] 2020-07-31 15:07:49.594 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [31.431s] 2020-07-31 15:08:25.117 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [35.522s] 2020-07-31 15:09:14.630 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [49.514s] 2020-07-31 15:09:48.782 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [34.150s] 2020-07-31 15:10:24.286 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [35.503s] 2020-07-31 15:10:59.890 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [35.604s] 2020-07-31 15:11:29.980 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [30.089s] 2020-07-31 15:11:30.164 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.183s] 2020-07-31 15:11:30.361 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.196s] 2020-07-31 15:11:30.555 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.193s] 2020-07-31 15:11:30.739 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.184s] 2020-07-31 15:11:36.388 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [5.648s] 2020-07-31 15:11:47.034 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [10.644s] 2020-07-31 15:11:47.233 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.200s] 2020-07-31 15:11:47.509 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.275s] 2020-07-31 15:12:05.911 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.402s] 2020-07-31 15:12:19.701 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.790s] 2020-07-31 15:12:28.707 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.005s] 2020-07-31 15:12:37.757 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.049s] 2020-07-31 15:13:52.192 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [74.434s] 2020-07-31 15:15:23.355 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [91.163s] 2020-07-31 15:15:33.021 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.665s] 2020-07-31 15:15:46.226 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.205s] 2020-07-31 15:15:55.352 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.125s] 2020-07-31 15:16:08.649 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.296s] 2020-07-31 15:16:17.667 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.018s] 2020-07-31 15:16:35.193 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.525s] 2020-07-31 15:16:35.486 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.284s] 2020-07-31 15:16:35.615 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.138s] 2020-07-31 15:16:35.763 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.147s] 2020-07-31 15:16:35.998 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.234s] 2020-07-31 15:16:36.164 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.166s] 2020-07-31 15:16:36.421 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.256s] 2020-07-31 15:16:36.578 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.157s] 2020-07-31 15:16:36.835 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.256s] 2020-07-31 15:16:36.978 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.143s] 2020-07-31 15:16:46.133 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [9.154s] 2020-07-31 15:16:46.763 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.630s] 2020-07-31 15:16:47.183 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.419s] 2020-07-31 15:16:56.215 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [9.032s] 2020-07-31 15:16:56.593 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.377s] 2020-07-31 15:16:56.919 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.326s] 2020-07-31 15:16:57.255 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.335s] 2020-07-31 15:18:09.825 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [72.566s] 2020-07-31 15:18:24.039 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [14.216s] 2020-07-31 15:19:05.893 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [41.850s] 2020-07-31 15:20:09.853 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [63.956s] 2020-07-31 15:20:10.293 35 INFO rally.task.context [-] Verification 89e497f1-1b1e-4b1e-9e4c-2c34ec4d2978 | Context testr@default cleanup() started 2020-07-31 15:20:10.293 35 INFO rally.task.context [-] Verification 89e497f1-1b1e-4b1e-9e4c-2c34ec4d2978 | Context testr@default cleanup() finished in 0.85 msec 2020-07-31 15:20:10.294 35 INFO rally.task.context [-] Verification 89e497f1-1b1e-4b1e-9e4c-2c34ec4d2978 | Context tempest@default cleanup() started 2020-07-31 15:20:10.537 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_ecc89451_LeZcpgzC'. 2020-07-31 15:20:10.647 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_ecc89451_LeZcpgzC' has been deleted. 2020-07-31 15:20:10.649 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '6c1990c5-cb4b-40da-9072-3f545399049a' of option 'instance_type' from Tempest config file. 2020-07-31 15:20:10.649 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '6c1990c5-cb4b-40da-9072-3f545399049a' has been removed. 2020-07-31 15:20:10.660 35 INFO rally.task.context [-] Verification 89e497f1-1b1e-4b1e-9e4c-2c34ec4d2978 | Context tempest@default cleanup() finished in 0.37 sec 2020-07-31 15:20:10.700 35 INFO rally.api [-] Verification (UUID=ecc89451-3055-46c1-988f-a9cc58de8ec1) has been successfully finished for deployment 'opnfv-rally' (UUID=4d01d922-d929-4638-aee0-25a28f862dfe)! 2020-07-31 15:20:12.625 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:20:12.626 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:20:12.626 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:20:14.423 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:20:14.424 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:20:14.424 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:20:16.818 45 INFO rally.api [-] Building 'html' report for the following verification(s): 'ecc89451-3055-46c1-988f-a9cc58de8ec1' 2020-07-31 15:20:16.842 45 INFO rally.api [-] The report has been successfully built. 2020-07-31 15:20:18.569 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:20:18.569 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:20:18.569 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:20:20.969 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ecc89451-3055-46c1-988f-a9cc58de8ec1' 2020-07-31 15:20:20.976 47 INFO rally.api [-] The report has been successfully built.