2020-06-24 12:36:37.537 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:36:37.538 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:36:37.538 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-24 12:36:39.813 7 ERROR rally.cli.cliutils 2020-06-24 12:36:41.463 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:36:41.464 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:36:41.464 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:36:45.888 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:36:45.888 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:36:45.888 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:36:50.748 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:36:50.749 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:36:50.749 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:36:52.294 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:36:52.295 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:36:52.295 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-24 12:36:54.528 17 ERROR rally.cli.cliutils 2020-06-24 12:36:56.300 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:36:56.300 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:36:56.301 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:36:58.600 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-24 12:36:58.672 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-15c34090-a4a1-4090-a99f-5cf361fbb074/repo. 2020-06-24 12:36:58.881 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-15c34090-a4a1-4090-a99f-5cf361fbb074/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-06-24 12:36:58.895 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-24 12:36:58.904 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-24 12:36:58.923 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-24 12:36:58.978 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-24 12:36:59.748 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=15c34090-a4a1-4090-a99f-5cf361fbb074) has been successfully created! 2020-06-24 12:37:01.669 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:37:01.669 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:37:01.669 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:37:12.681 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:37:12.681 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:37:12.681 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:37:15.116 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=15c34090-a4a1-4090-a99f-5cf361fbb074) for deployment 'opnfv-rally' (UUID=9dce6235-7b74-4d47-8832-c4b11c494785). 2020-06-24 12:37:15.799 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=15c34090-a4a1-4090-a99f-5cf361fbb074) has been successfully configured for deployment 'opnfv-rally' (UUID=9dce6235-7b74-4d47-8832-c4b11c494785)! 2020-06-24 12:37:25.266 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:37:25.266 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:37:25.266 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:37:27.568 35 INFO rally.api [-] Starting verification (UUID=1ab6a579-8b04-4b1a-b4c6-763b15b1f282) for deployment 'opnfv-rally' (UUID=9dce6235-7b74-4d47-8832-c4b11c494785) by verifier 'opnfv-tempest' (UUID=15c34090-a4a1-4090-a99f-5cf361fbb074). 2020-06-24 12:37:28.342 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-24 12:37:28.343 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-15c34090-a4a1-4090-a99f-5cf361fbb074/for-deployment-9dce6235-7b74-4d47-8832-c4b11c494785/tempest.log' to option 'log_file'. 2020-06-24 12:37:28.343 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-15c34090-a4a1-4090-a99f-5cf361fbb074/for-deployment-9dce6235-7b74-4d47-8832-c4b11c494785/tempest.log 2020-06-24 12:37:28.344 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-24 12:37:28.344 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-15c34090-a4a1-4090-a99f-5cf361fbb074/for-deployment-9dce6235-7b74-4d47-8832-c4b11c494785/lock_files' to option 'lock_path'. 2020-06-24 12:37:28.344 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-15c34090-a4a1-4090-a99f-5cf361fbb074/for-deployment-9dce6235-7b74-4d47-8832-c4b11c494785/lock_files 2020-06-24 12:37:28.344 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-24 12:37:28.345 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-06-24 12:37:28.345 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = aad4241f-4370-4b19-b067-b46834337c22 2020-06-24 12:37:28.345 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 439b6ce1-c414-4066-86b1-9dbf631d6107 2020-06-24 12:37:28.346 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = cc2a1eb7-884d-4af7-a763-96861243cd18 2020-06-24 12:37:28.346 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ea689462-925f-4663-beda-23de7da9c66a 2020-06-24 12:37:28.636 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-24 12:37:28.637 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_9ff56e10-e669-4f55-9068-fd36b096a2de 2020-06-24 12:37:28.638 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-24 12:37:28.711 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-24 12:37:30.029 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_e8809faf_dHQrJyEd'. Using flavor 'rally_verify_e8809faf_dHQrJyEd' (ID = f35a9607-5e21-40d9-88b3-5c4f1010d0c3) for the tests. 2020-06-24 12:37:30.029 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'f35a9607-5e21-40d9-88b3-5c4f1010d0c3' to option 'instance_type'. 2020-06-24 12:37:30.030 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = f35a9607-5e21-40d9-88b3-5c4f1010d0c3 2020-06-24 12:37:30.031 35 INFO rally.task.context [-] Verification 15c34090-a4a1-4090-a99f-5cf361fbb074 | Context tempest@default setup() finished in 2.20 sec 2020-06-24 12:37:30.032 35 INFO rally.task.context [-] Verification 15c34090-a4a1-4090-a99f-5cf361fbb074 | Context testr@default setup() finished in 0.59 msec 2020-06-24 12:37:30.033 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/57bca5fb-160d-4da1-a340-0815ac637763'. 2020-06-24 12:37:36.299 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.405s] 2020-06-24 12:37:36.446 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.147s] 2020-06-24 12:37:36.607 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.161s] 2020-06-24 12:37:37.388 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.685s] 2020-06-24 12:37:39.635 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.246s] 2020-06-24 12:37:39.849 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.214s] 2020-06-24 12:37:39.959 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.110s] 2020-06-24 12:37:40.515 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.454s] 2020-06-24 12:37:42.747 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.232s] 2020-06-24 12:37:42.931 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.184s] 2020-06-24 12:37:43.045 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.113s] 2020-06-24 12:37:43.155 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.111s] 2020-06-24 12:37:43.224 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.068s] 2020-06-24 12:37:43.455 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.231s] 2020-06-24 12:37:43.496 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.041s] 2020-06-24 12:37:43.598 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.101s] 2020-06-24 12:37:43.869 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.169s] 2020-06-24 12:37:44.264 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.394s] 2020-06-24 12:37:46.476 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [2.212s] 2020-06-24 12:37:46.511 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.034s] 2020-06-24 12:37:46.578 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.067s] 2020-06-24 12:37:47.025 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.447s] 2020-06-24 12:37:49.261 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.235s] 2020-06-24 12:37:49.302 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.040s] 2020-06-24 12:37:49.365 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.063s] 2020-06-24 12:37:53.742 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.377s] 2020-06-24 12:37:53.816 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.074s] 2020-06-24 12:37:58.166 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.349s] 2020-06-24 12:37:58.267 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.101s] 2020-06-24 12:37:58.382 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.115s] 2020-06-24 12:37:58.474 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.092s] 2020-06-24 12:37:58.848 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.264s] 2020-06-24 12:37:58.944 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.097s] 2020-06-24 12:37:58.969 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.025s] 2020-06-24 12:37:59.118 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.106s] 2020-06-24 12:37:59.290 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.172s] 2020-06-24 12:37:59.398 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.107s] 2020-06-24 12:37:59.573 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.176s] 2020-06-24 12:37:59.746 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.173s] 2020-06-24 12:37:59.864 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.117s] 2020-06-24 12:38:00.032 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.168s] 2020-06-24 12:38:00.209 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.176s] 2020-06-24 12:38:00.263 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.054s] 2020-06-24 12:38:00.304 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.040s] 2020-06-24 12:38:17.762 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [17.457s] 2020-06-24 12:38:31.191 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [13.429s] 2020-06-24 12:38:44.819 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.627s] 2020-06-24 12:39:02.799 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [17.979s] 2020-06-24 12:39:16.550 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.751s] 2020-06-24 12:39:34.545 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [17.994s] 2020-06-24 12:39:48.143 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.597s] 2020-06-24 12:40:01.769 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.625s] 2020-06-24 12:40:27.813 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [26.044s] 2020-06-24 12:40:53.825 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [26.011s] 2020-06-24 12:41:19.637 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [25.811s] 2020-06-24 12:41:45.526 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [25.888s] 2020-06-24 12:42:11.336 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.810s] 2020-06-24 12:42:37.100 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [25.763s] 2020-06-24 12:43:02.665 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [25.564s] 2020-06-24 12:43:02.674 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.008s]: b'Test disabled in conf, skipping' 2020-06-24 12:43:11.720 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.047s] 2020-06-24 12:43:25.081 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.359s] 2020-06-24 12:43:38.392 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.310s] 2020-06-24 12:43:47.815 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [9.423s] 2020-06-24 12:44:01.434 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.619s] 2020-06-24 12:44:19.566 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.131s] 2020-06-24 12:44:33.137 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.571s] 2020-06-24 12:44:50.950 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.813s] 2020-06-24 12:45:08.583 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.632s] 2020-06-24 12:45:08.776 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.191s]: b'LBaasv2 extension not available, skipping' 2020-06-24 12:45:08.928 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.151s]: b'LBaasv2 extension not available, skipping' 2020-06-24 12:45:34.160 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [25.231s] 2020-06-24 12:46:03.094 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 [28.933s] 2020-06-24 12:46:50.193 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [47.099s] 2020-06-24 12:47:37.791 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [47.598s] 2020-06-24 12:48:08.982 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.191s] 2020-06-24 12:48:44.236 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [35.253s] 2020-06-24 12:49:42.925 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [58.688s] 2020-06-24 12:50:16.933 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [34.007s] 2020-06-24 12:50:56.390 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [39.456s] 2020-06-24 12:51:26.345 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [29.955s] 2020-06-24 12:52:04.471 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [38.126s] 2020-06-24 12:52:04.872 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.399s] 2020-06-24 12:52:05.048 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.176s] 2020-06-24 12:52:05.227 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.178s] 2020-06-24 12:52:05.437 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.209s] 2020-06-24 12:52:14.418 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [8.981s] 2020-06-24 12:52:23.832 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [9.414s] 2020-06-24 12:52:24.107 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.274s] 2020-06-24 12:52:24.110 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_with_cloud_credential ... skip [0.000s]: b'multi_cloud - Feature not enabled.' 2020-06-24 12:52:24.292 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.183s] 2020-06-24 12:52:42.066 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [17.774s] 2020-06-24 12:52:55.928 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [13.861s] 2020-06-24 12:53:05.078 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.149s] 2020-06-24 12:53:14.048 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [8.970s] 2020-06-24 12:54:24.386 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [70.338s] 2020-06-24 12:55:48.057 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [83.669s] 2020-06-24 12:55:57.740 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.682s] 2020-06-24 12:56:11.144 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.404s] 2020-06-24 12:56:20.252 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.107s] 2020-06-24 12:56:33.372 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.120s] 2020-06-24 12:56:42.460 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.088s] 2020-06-24 12:56:59.860 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.399s] 2020-06-24 12:57:00.138 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.277s] 2020-06-24 12:57:00.305 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.167s] 2020-06-24 12:57:00.468 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.163s] 2020-06-24 12:57:00.624 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.155s] 2020-06-24 12:57:00.789 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.164s] 2020-06-24 12:57:00.965 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.175s] 2020-06-24 12:57:01.118 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.153s] 2020-06-24 12:57:01.267 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.148s] 2020-06-24 12:57:01.433 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.165s] 2020-06-24 12:57:10.346 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.912s] 2020-06-24 12:57:10.893 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.547s] 2020-06-24 12:57:11.172 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.278s] 2020-06-24 12:57:20.098 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [8.924s] 2020-06-24 12:57:20.359 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.261s] 2020-06-24 12:57:20.511 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.151s] 2020-06-24 12:57:20.660 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.148s] 2020-06-24 12:57:20.668 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-06-24 12:57:21.443 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.775s]: b'LBaas v1 extension not available, skipping' 2020-06-24 12:57:21.981 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.533s]: b'LBaasv2 extension not available, skipping' 2020-06-24 12:58:08.608 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [46.631s] 2020-06-24 12:58:08.614 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_add_delete_poolmember ... skip [0.005s]: b'Test disabled in conf, skipping' 2020-06-24 12:58:08.618 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_create_update_loadbalancer ... skip [0.004s]: b'Test disabled in conf, skipping' 2020-06-24 12:58:22.467 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [13.849s] 2020-06-24 12:58:22.473 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' 2020-06-24 12:59:00.185 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [37.709s] 2020-06-24 13:00:02.231 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [62.040s] 2020-06-24 13:00:02.235 35 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.009s]: b'Test disabled in conf, skipping' 2020-06-24 13:00:02.239 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-06-24 13:00:02.583 35 INFO rally.task.context [-] Verification 15c34090-a4a1-4090-a99f-5cf361fbb074 | Context testr@default cleanup() started 2020-06-24 13:00:02.583 35 INFO rally.task.context [-] Verification 15c34090-a4a1-4090-a99f-5cf361fbb074 | Context testr@default cleanup() finished in 0.61 msec 2020-06-24 13:00:02.584 35 INFO rally.task.context [-] Verification 15c34090-a4a1-4090-a99f-5cf361fbb074 | Context tempest@default cleanup() started 2020-06-24 13:00:02.778 35 INFO rally.task.context [-] Verification 15c34090-a4a1-4090-a99f-5cf361fbb074 | Context tempest@default cleanup() finished in 0.19 sec 2020-06-24 13:00:02.808 35 INFO rally.api [-] Verification (UUID=1ab6a579-8b04-4b1a-b4c6-763b15b1f282) has been successfully finished for deployment 'opnfv-rally' (UUID=9dce6235-7b74-4d47-8832-c4b11c494785)! 2020-06-24 13:00:04.685 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:00:04.685 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:00:04.685 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:00:06.382 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:00:06.382 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:00:06.382 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:00:08.772 45 INFO rally.api [-] Building 'html' report for the following verification(s): '1ab6a579-8b04-4b1a-b4c6-763b15b1f282' 2020-06-24 13:00:08.810 45 INFO rally.api [-] The report has been successfully built. 2020-06-24 13:00:10.574 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:00:10.574 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:00:10.574 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:00:12.777 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '1ab6a579-8b04-4b1a-b4c6-763b15b1f282' 2020-06-24 13:00:12.783 47 INFO rally.api [-] The report has been successfully built.