2021-02-13 19:52:27.874 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:52:27.875 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:52:27.875 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:52:30.364 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 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-13 19:52:30.364 7 ERROR rally.cli.cliutils 2021-02-13 19:52:32.132 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:52:32.132 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:52:32.132 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:52:36.686 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:52:36.686 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:52:36.687 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:52:41.493 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:52:41.493 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:52:41.494 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:52:43.080 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:52:43.080 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:52:43.080 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:52:45.386 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 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-13 19:52:45.386 17 ERROR rally.cli.cliutils 2021-02-13 19:52:47.029 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:52:47.030 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:52:47.030 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:52:49.207 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-13 19:52:49.279 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-51936933-a923-4b61-ac79-ecb540315dd2/repo. 2021-02-13 19:52:49.542 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-51936933-a923-4b61-ac79-ecb540315dd2/repo'... done. Note: switching to 'a3828db0973cbb5bf909ba4dc5535bd423074de9'. 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 ' 2021-02-13 19:52:49.558 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-ga3828db09 ' 2021-02-13 19:52:49.568 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'a3828db0973cbb5bf909ba4dc5535bd423074de9 ' 2021-02-13 19:52:49.591 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-13 19:52:49.658 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-13 19:52:50.456 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=51936933-a923-4b61-ac79-ecb540315dd2) has been successfully created! 2021-02-13 19:52:52.418 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:52:52.419 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:52:52.419 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:53:01.849 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:53:01.849 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:53:01.849 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:53:04.177 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=51936933-a923-4b61-ac79-ecb540315dd2) for deployment 'opnfv-rally' (UUID=83105f95-d3a3-4568-bdd0-2a4be594468b). 2021-02-13 19:53:05.147 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=51936933-a923-4b61-ac79-ecb540315dd2) has been successfully configured for deployment 'opnfv-rally' (UUID=83105f95-d3a3-4568-bdd0-2a4be594468b)! 2021-02-13 19:53:15.217 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:53:15.217 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:53:15.218 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:53:17.586 35 INFO rally.api [-] Starting verification (UUID=8de24ffc-b0b8-4ca0-81bf-5f121f6bd468) for deployment 'opnfv-rally' (UUID=83105f95-d3a3-4568-bdd0-2a4be594468b) by verifier 'opnfv-tempest' (UUID=51936933-a923-4b61-ac79-ecb540315dd2). 2021-02-13 19:53:18.426 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-13 19:53:18.427 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-51936933-a923-4b61-ac79-ecb540315dd2/for-deployment-83105f95-d3a3-4568-bdd0-2a4be594468b/tempest.log' to option 'log_file'. 2021-02-13 19:53:18.427 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-51936933-a923-4b61-ac79-ecb540315dd2/for-deployment-83105f95-d3a3-4568-bdd0-2a4be594468b/tempest.log 2021-02-13 19:53:18.427 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-13 19:53:18.427 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-51936933-a923-4b61-ac79-ecb540315dd2/for-deployment-83105f95-d3a3-4568-bdd0-2a4be594468b/lock_files' to option 'lock_path'. 2021-02-13 19:53:18.428 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-51936933-a923-4b61-ac79-ecb540315dd2/for-deployment-83105f95-d3a3-4568-bdd0-2a4be594468b/lock_files 2021-02-13 19:53:18.428 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-13 19:53:18.428 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 2021-02-13 19:53:18.428 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = d6754d94-780a-4655-864a-9d9dc0b3eaad 2021-02-13 19:53:18.428 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 6354bcb1-654a-4976-b77d-a17db30d0e57 2021-02-13 19:53:18.429 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = bf9ff988-5744-4811-bfc4-d97a1fdc1a1f 2021-02-13 19:53:18.429 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ef5ddf98-9ede-437a-8d82-f86c35a23987 2021-02-13 19:53:18.676 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-13 19:53:18.676 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_26e74020-0215-4f00-afec-688aae7e2b24 2021-02-13 19:53:18.677 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-13 19:53:18.781 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-13 19:53:18.829 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-02-13 19:53:18.830 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_8de24ffc_4CuZbWl4' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-02-13 19:53:18.867 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_8de24ffc_4CuZbWl4' (ID = 02499d4c-b5aa-4b74-976c-f6d28679d05f) has been successfully created! 2021-02-13 19:53:18.867 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '02499d4c-b5aa-4b74-976c-f6d28679d05f' to option 'instance_type'. 2021-02-13 19:53:18.867 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 02499d4c-b5aa-4b74-976c-f6d28679d05f 2021-02-13 19:53:18.869 35 INFO rally.task.context [-] Verification 51936933-a923-4b61-ac79-ecb540315dd2 | Context tempest@default setup() finished in 1.05 sec 2021-02-13 19:53:18.870 35 INFO rally.task.context [-] Verification 51936933-a923-4b61-ac79-ecb540315dd2 | Context testr@default setup() finished in 0.53 msec 2021-02-13 19:53:18.871 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/da876d5d-e601-44d5-8209-13960c6b7286'. 2021-02-13 19:53:25.462 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.670s] 2021-02-13 19:53:25.924 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.462s] 2021-02-13 19:53:26.314 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.389s] 2021-02-13 19:53:27.276 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.784s] 2021-02-13 19:53:27.604 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [0.328s] 2021-02-13 19:53:27.974 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.370s] 2021-02-13 19:53:28.327 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.352s] 2021-02-13 19:53:28.994 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.557s] 2021-02-13 19:53:29.356 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [0.361s] 2021-02-13 19:53:29.606 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.249s] 2021-02-13 19:53:29.810 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.204s] 2021-02-13 19:53:30.030 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.220s] 2021-02-13 19:53:30.162 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.132s] 2021-02-13 19:53:30.563 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.400s] 2021-02-13 19:53:30.664 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.101s] 2021-02-13 19:53:30.867 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.202s] 2021-02-13 19:53:31.026 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.104s] 2021-02-13 19:53:31.502 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.475s] 2021-02-13 19:53:31.742 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.239s] 2021-02-13 19:53:31.834 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.091s] 2021-02-13 19:53:32.018 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.184s] 2021-02-13 19:53:32.522 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.504s] 2021-02-13 19:53:35.104 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.581s] 2021-02-13 19:53:35.303 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.198s] 2021-02-13 19:53:35.529 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.226s] 2021-02-13 19:53:38.098 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [2.568s] 2021-02-13 19:53:38.357 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.259s] 2021-02-13 19:53:40.941 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [2.583s] 2021-02-13 19:53:41.224 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.283s] 2021-02-13 19:53:41.597 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.373s] 2021-02-13 19:53:41.865 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.268s] 2021-02-13 19:53:42.086 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.169s] 2021-02-13 19:53:42.258 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.172s] 2021-02-13 19:53:42.356 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.098s] 2021-02-13 19:53:42.539 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.134s] 2021-02-13 19:53:42.889 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.350s] 2021-02-13 19:53:43.195 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.305s] 2021-02-13 19:53:43.597 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.402s] 2021-02-13 19:53:43.831 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.234s] 2021-02-13 19:53:44.106 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.275s] 2021-02-13 19:53:44.443 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.336s] 2021-02-13 19:53:44.666 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.222s] 2021-02-13 19:53:44.870 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.205s] 2021-02-13 19:53:45.002 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.131s] 2021-02-13 19:54:08.653 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [23.650s] 2021-02-13 19:54:30.189 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [21.535s] 2021-02-13 19:54:43.931 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.742s] 2021-02-13 19:54:57.683 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.752s] 2021-02-13 19:55:15.337 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [17.653s] 2021-02-13 19:55:33.076 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [17.738s] 2021-02-13 19:55:46.947 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.869s] 2021-02-13 19:56:00.663 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.715s] 2021-02-13 19:56:22.595 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [21.932s] 2021-02-13 19:56:44.358 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [21.762s] 2021-02-13 19:57:06.261 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [21.902s] 2021-02-13 19:57:28.098 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [21.836s] 2021-02-13 19:57:49.863 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [21.765s] 2021-02-13 19:58:12.306 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [22.442s] 2021-02-13 19:58:38.051 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [25.742s] 2021-02-13 19:58:38.063 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.010s]: b'Test disabled in conf, skipping' 2021-02-13 19:58:47.280 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.217s] 2021-02-13 19:59:00.560 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.280s] 2021-02-13 19:59:13.942 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.380s] 2021-02-13 19:59:27.660 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.717s] 2021-02-13 19:59:41.390 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.730s] 2021-02-13 19:59:59.711 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.320s] 2021-02-13 20:00:13.349 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.638s] 2021-02-13 20:00:31.208 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.859s] 2021-02-13 20:00:48.947 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.739s] 2021-02-13 20:00:49.186 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.237s]: b'LBaasv2 extension not available, skipping' 2021-02-13 20:00:49.307 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.121s]: b'LBaasv2 extension not available, skipping' 2021-02-13 20:01:10.658 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [21.350s] 2021-02-13 20:01:37.471 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [26.811s] 2021-02-13 20:02:16.108 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [38.637s] 2021-02-13 20:02:44.057 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [27.948s] 2021-02-13 20:03:11.327 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [27.269s] 2021-02-13 20:03:39.058 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [27.730s] 2021-02-13 20:04:24.601 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [45.542s] 2021-02-13 20:04:56.056 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [31.455s] 2021-02-13 20:05:24.566 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [28.510s] 2021-02-13 20:05:56.331 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [31.764s] 2021-02-13 20:06:22.414 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [26.082s] 2021-02-13 20:06:22.651 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.237s] 2021-02-13 20:06:22.824 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.172s] 2021-02-13 20:06:23.003 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.179s] 2021-02-13 20:06:23.185 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.182s] 2021-02-13 20:06:28.798 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [5.613s] 2021-02-13 20:06:39.820 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [11.021s] 2021-02-13 20:06:40.077 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.256s] 2021-02-13 20:06:40.078 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.' 2021-02-13 20:06:40.328 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.250s] 2021-02-13 20:06:58.666 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.337s] 2021-02-13 20:07:12.532 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.867s] 2021-02-13 20:07:21.667 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.133s] 2021-02-13 20:07:30.918 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.250s] 2021-02-13 20:08:40.962 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [70.043s] 2021-02-13 20:10:08.182 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [87.219s] 2021-02-13 20:10:17.853 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.670s] 2021-02-13 20:10:31.172 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.317s] 2021-02-13 20:10:40.325 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.153s] 2021-02-13 20:10:53.589 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.264s] 2021-02-13 20:11:02.658 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.068s] 2021-02-13 20:11:20.132 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.473s] 2021-02-13 20:11:20.512 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.380s] 2021-02-13 20:11:20.665 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.153s] 2021-02-13 20:11:20.823 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.156s] 2021-02-13 20:11:20.993 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.170s] 2021-02-13 20:11:21.158 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.165s] 2021-02-13 20:11:21.319 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.161s] 2021-02-13 20:11:21.465 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.145s] 2021-02-13 20:11:21.626 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.161s] 2021-02-13 20:11:21.798 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.171s] 2021-02-13 20:11:30.732 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.934s] 2021-02-13 20:11:31.268 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.535s] 2021-02-13 20:11:31.410 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.141s] 2021-02-13 20:11:40.337 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.926s] 2021-02-13 20:11:40.630 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.292s] 2021-02-13 20:11:40.784 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.154s] 2021-02-13 20:11:40.941 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.157s] 2021-02-13 20:11:40.950 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.008s]: b'Test disabled in conf, skipping' 2021-02-13 20:11:42.118 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [1.166s]: b'LBaas v1 extension not available, skipping' 2021-02-13 20:11:42.581 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.462s]: b'LBaasv2 extension not available, skipping' 2021-02-13 20:12:33.140 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [50.556s] 2021-02-13 20:12:47.137 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [13.999s] 2021-02-13 20:12:47.144 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.005s]: b'Test disabled in conf, skipping' 2021-02-13 20:13:36.027 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [48.878s] 2021-02-13 20:14:34.892 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [58.861s] 2021-02-13 20:14:34.895 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' 2021-02-13 20:14:34.898 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' 2021-02-13 20:14:35.287 35 INFO rally.task.context [-] Verification 51936933-a923-4b61-ac79-ecb540315dd2 | Context testr@default cleanup() started 2021-02-13 20:14:35.287 35 INFO rally.task.context [-] Verification 51936933-a923-4b61-ac79-ecb540315dd2 | Context testr@default cleanup() finished in 0.66 msec 2021-02-13 20:14:35.288 35 INFO rally.task.context [-] Verification 51936933-a923-4b61-ac79-ecb540315dd2 | Context tempest@default cleanup() started 2021-02-13 20:14:35.509 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_8de24ffc_4CuZbWl4'. 2021-02-13 20:14:35.690 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_8de24ffc_4CuZbWl4' has been deleted. 2021-02-13 20:14:35.690 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '02499d4c-b5aa-4b74-976c-f6d28679d05f' of option 'instance_type' from Tempest config file. 2021-02-13 20:14:35.691 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '02499d4c-b5aa-4b74-976c-f6d28679d05f' has been removed. 2021-02-13 20:14:35.696 35 INFO rally.task.context [-] Verification 51936933-a923-4b61-ac79-ecb540315dd2 | Context tempest@default cleanup() finished in 0.41 sec 2021-02-13 20:14:35.749 35 INFO rally.api [-] Verification (UUID=8de24ffc-b0b8-4ca0-81bf-5f121f6bd468) has been successfully finished for deployment 'opnfv-rally' (UUID=83105f95-d3a3-4568-bdd0-2a4be594468b)! 2021-02-13 20:14:37.718 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:14:37.719 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:14:37.719 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:14:39.516 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:14:39.517 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:14:39.517 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:14:41.908 45 INFO rally.api [-] Building 'html' report for the following verification(s): '8de24ffc-b0b8-4ca0-81bf-5f121f6bd468' 2021-02-13 20:14:41.933 45 INFO rally.api [-] The report has been successfully built. 2021-02-13 20:14:43.657 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:14:43.657 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:14:43.658 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:14:46.216 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '8de24ffc-b0b8-4ca0-81bf-5f121f6bd468' 2021-02-13 20:14:46.224 47 INFO rally.api [-] The report has been successfully built.