2021-03-05 21:54:57.696 24 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:54:57.697 24 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:54:57.697 24 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:55:00.425 24 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-03-05 21:55:00.425 24 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-03-05 21:55:00.425 24 ERROR rally.cli.cliutils 2021-03-05 21:55:02.356 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:55:02.357 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:55:02.357 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:55:07.237 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:55:07.237 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:55:07.238 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:55:14.036 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:55:14.036 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:55:14.037 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:55:15.844 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:55:15.844 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:55:15.845 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:55:18.471 34 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-03-05 21:55:18.471 34 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-03-05 21:55:18.471 34 ERROR rally.cli.cliutils 2021-03-05 21:55:20.369 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:55:20.369 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:55:20.370 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:55:23.000 36 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-03-05 21:55:23.052 36 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-1125942d-8424-45ba-8091-1e3e4c572881/repo. 2021-03-05 21:55:23.353 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-1125942d-8424-45ba-8091-1e3e4c572881/repo'... done. Note: switching to 'f98ccea1465b7e25a706ffdefe89126d8c8674e4'. 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-03-05 21:55:23.399 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-gf98ccea14 ' 2021-03-05 21:55:23.408 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'f98ccea1465b7e25a706ffdefe89126d8c8674e4 ' 2021-03-05 21:55:23.430 36 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-03-05 21:55:23.519 36 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-03-05 21:55:24.457 36 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1125942d-8424-45ba-8091-1e3e4c572881) has been successfully created! 2021-03-05 21:55:26.453 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:55:26.453 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:55:26.454 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:55:47.287 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:55:47.287 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:55:47.287 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:55:50.062 47 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1125942d-8424-45ba-8091-1e3e4c572881) for deployment 'opnfv-rally' (UUID=73af159d-e3ac-47ea-9ffc-ecbdf6eafb53). 2021-03-05 21:55:51.001 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1125942d-8424-45ba-8091-1e3e4c572881) has been successfully configured for deployment 'opnfv-rally' (UUID=73af159d-e3ac-47ea-9ffc-ecbdf6eafb53)! 2021-03-05 21:56:03.919 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:56:03.919 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:56:03.919 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:56:06.711 52 INFO rally.api [-] Starting verification (UUID=35750883-9b2c-422e-a196-951b975b5e83) for deployment 'opnfv-rally' (UUID=73af159d-e3ac-47ea-9ffc-ecbdf6eafb53) by verifier 'opnfv-tempest' (UUID=1125942d-8424-45ba-8091-1e3e4c572881). 2021-03-05 21:56:07.663 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-03-05 21:56:07.740 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-03-05 21:56:07.742 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1125942d-8424-45ba-8091-1e3e4c572881/for-deployment-73af159d-e3ac-47ea-9ffc-ecbdf6eafb53/tempest.log' to option 'log_file'. 2021-03-05 21:56:07.742 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-1125942d-8424-45ba-8091-1e3e4c572881/for-deployment-73af159d-e3ac-47ea-9ffc-ecbdf6eafb53/tempest.log 2021-03-05 21:56:07.743 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-03-05 21:56:07.743 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1125942d-8424-45ba-8091-1e3e4c572881/for-deployment-73af159d-e3ac-47ea-9ffc-ecbdf6eafb53/lock_files' to option 'lock_path'. 2021-03-05 21:56:07.743 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-1125942d-8424-45ba-8091-1e3e4c572881/for-deployment-73af159d-e3ac-47ea-9ffc-ecbdf6eafb53/lock_files 2021-03-05 21:56:07.744 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-03-05 21:56:07.745 52 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-03-05 21:56:07.745 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 1243708c-caf6-495c-b2c8-d0387fa655bf 2021-03-05 21:56:07.745 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 92139f66-888f-4046-b232-b10800e47167 2021-03-05 21:56:07.746 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 9a9c8423-6008-44d1-bce6-770188052585 2021-03-05 21:56:07.747 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 53cb2b5c-1908-40f2-8b4e-1fc6d8d93738 2021-03-05 21:56:08.013 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-03-05 21:56:08.013 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_4a3db464-f5cd-4c94-803b-db2b1ac3164b 2021-03-05 21:56:08.014 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-03-05 21:56:08.103 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-03-05 21:56:08.160 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-03-05 21:56:08.161 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_35750883_DPNiSr3W' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-03-05 21:56:08.202 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_35750883_DPNiSr3W' (ID = 80a262cf-0674-4740-ac7e-e9944ed773b2) has been successfully created! 2021-03-05 21:56:08.202 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '80a262cf-0674-4740-ac7e-e9944ed773b2' to option 'instance_type'. 2021-03-05 21:56:08.203 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 80a262cf-0674-4740-ac7e-e9944ed773b2 2021-03-05 21:56:08.203 52 INFO rally.task.context [-] Verification 1125942d-8424-45ba-8091-1e3e4c572881 | Context tempest@default setup() finished in 0.94 sec 2021-03-05 21:56:08.204 52 INFO rally.task.context [-] Verification 1125942d-8424-45ba-8091-1e3e4c572881 | Context testr@default setup() finished in 0.41 msec 2021-03-05 21:56:08.204 52 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/06168d9e-d33c-4ea9-a213-861b861bdaee'. 2021-03-05 21:56:17.200 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.150s] 2021-03-05 21:56:17.384 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.184s] 2021-03-05 21:56:17.502 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.116s] 2021-03-05 21:56:17.668 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.167s] 2021-03-05 21:56:17.836 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.167s] 2021-03-05 21:56:17.958 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.121s] 2021-03-05 21:56:18.126 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.168s] 2021-03-05 21:56:18.303 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.175s] 2021-03-05 21:56:18.380 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.077s] 2021-03-05 21:56:18.448 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.068s] 2021-03-05 21:56:20.302 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [1.422s] 2021-03-05 21:56:22.552 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.248s] 2021-03-05 21:56:22.685 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.133s] 2021-03-05 21:56:22.807 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.120s] 2021-03-05 21:56:24.796 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [1.546s] 2021-03-05 21:56:27.047 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.249s] 2021-03-05 21:56:27.220 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.173s] 2021-03-05 21:56:27.339 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.118s] 2021-03-05 21:56:27.465 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.125s] 2021-03-05 21:56:27.566 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.098s] 2021-03-05 21:56:27.739 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.174s] 2021-03-05 21:56:27.821 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.081s] 2021-03-05 21:56:27.940 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.118s] 2021-03-05 21:56:28.959 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.577s] 2021-03-05 21:56:29.125 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.165s] 2021-03-05 21:56:29.286 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.161s] 2021-03-05 21:56:30.503 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.712s] 2021-03-05 21:56:31.686 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [1.181s] 2021-03-05 21:56:31.822 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.135s] 2021-03-05 21:56:31.884 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.060s] 2021-03-05 21:56:31.980 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.096s] 2021-03-05 21:56:33.249 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [1.267s] 2021-03-05 21:56:35.482 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [2.231s] 2021-03-05 21:56:35.546 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.063s] 2021-03-05 21:56:35.642 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.094s] 2021-03-05 21:56:39.998 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.354s] 2021-03-05 21:56:40.091 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.092s] 2021-03-05 21:56:44.466 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [4.375s] 2021-03-05 21:56:44.583 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.117s] 2021-03-05 21:56:44.721 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.137s] 2021-03-05 21:56:44.839 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.118s] 2021-03-05 21:56:45.547 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.277s] 2021-03-05 21:56:45.655 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.109s] 2021-03-05 21:56:45.711 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.056s] 2021-03-05 21:57:04.923 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [19.210s] 2021-03-05 21:57:24.436 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [19.509s] 2021-03-05 21:57:39.904 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [15.466s] 2021-03-05 21:57:54.880 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [14.973s] 2021-03-05 21:58:09.984 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [15.101s] 2021-03-05 21:58:25.017 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [15.028s] 2021-03-05 21:58:39.978 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [14.961s] 2021-03-05 21:58:55.376 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [15.398s] 2021-03-05 21:59:22.849 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [27.472s] 2021-03-05 21:59:22.860 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encryption_vol_type.EncryptionVolTypeTest.test_create_update ... skip [0.007s]: b'Test disabled in conf, skipping' 2021-03-05 21:59:33.837 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [10.974s] 2021-03-05 21:59:48.506 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [14.665s] 2021-03-05 22:00:03.225 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [14.714s] 2021-03-05 22:00:14.621 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [11.395s] 2021-03-05 22:00:30.195 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [15.571s] 2021-03-05 22:00:51.099 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [20.901s] 2021-03-05 22:01:06.622 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [15.521s] 2021-03-05 22:01:26.407 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [19.783s] 2021-03-05 22:01:46.051 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [19.642s] 2021-03-05 22:01:46.762 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.707s]: b'LBaasv2 extension not available, skipping' 2021-03-05 22:01:47.443 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.676s]: b'LBaasv2 extension not available, skipping' 2021-03-05 22:02:18.205 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [30.760s] 2021-03-05 22:02:50.580 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [32.376s] 2021-03-05 22:03:34.731 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [44.151s] 2021-03-05 22:04:07.663 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [32.930s] 2021-03-05 22:04:45.338 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [37.674s] 2021-03-05 22:05:18.957 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [33.614s] 2021-03-05 22:06:10.152 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [51.191s] 2021-03-05 22:06:43.330 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [33.177s] 2021-03-05 22:07:16.184 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [32.849s] 2021-03-05 22:07:53.286 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [37.099s] 2021-03-05 22:11:22.502 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... fail [209.203s] 2021-03-05 22:11:23.360 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.858s] 2021-03-05 22:11:23.962 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.598s] 2021-03-05 22:11:24.552 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.589s] 2021-03-05 22:11:25.163 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.611s] 2021-03-05 22:11:35.440 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [10.272s] 2021-03-05 22:11:46.317 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [10.881s] 2021-03-05 22:11:47.044 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.722s] 2021-03-05 22:11:47.048 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_with_cloud_credential ... skip [0.001s]: b'multi_cloud - Feature not enabled.' 2021-03-05 22:11:47.681 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.629s] 2021-03-05 22:12:06.917 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [19.231s] 2021-03-05 22:12:22.331 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [15.410s] 2021-03-05 22:12:32.676 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [10.344s] 2021-03-05 22:12:43.074 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [10.393s] 2021-03-05 22:14:22.331 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [99.252s] 2021-03-05 22:15:59.589 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [97.256s] 2021-03-05 22:16:06.563 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [6.973s] 2021-03-05 22:16:21.288 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [14.722s] 2021-03-05 22:16:31.894 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [10.606s] 2021-03-05 22:16:46.465 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [14.569s] 2021-03-05 22:16:56.993 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [10.527s] 2021-03-05 22:17:15.932 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [18.938s] 2021-03-05 22:17:16.704 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.770s] 2021-03-05 22:17:17.287 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.581s] 2021-03-05 22:17:17.853 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.565s] 2021-03-05 22:17:18.438 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.583s] 2021-03-05 22:17:19.006 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.567s] 2021-03-05 22:17:19.600 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.595s] 2021-03-05 22:17:20.184 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.581s] 2021-03-05 22:17:20.816 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.629s] 2021-03-05 22:17:21.383 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.563s] 2021-03-05 22:17:31.629 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [10.246s] 2021-03-05 22:17:32.824 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [1.194s] 2021-03-05 22:17:33.428 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.599s] 2021-03-05 22:17:43.738 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [10.304s] 2021-03-05 22:17:44.481 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.740s] 2021-03-05 22:17:45.071 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.589s] 2021-03-05 22:17:45.647 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.576s] 2021-03-05 22:17:45.661 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.007s]: b'Test disabled in conf, skipping' 2021-03-05 22:17:47.137 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [1.478s]: b'LBaas v1 extension not available, skipping' 2021-03-05 22:17:48.485 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [1.347s]: b'LBaasv2 extension not available, skipping' 2021-03-05 22:18:44.821 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [56.331s] 2021-03-05 22:18:44.831 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_add_delete_poolmember ... skip [0.008s]: b'Test disabled in conf, skipping' 2021-03-05 22:18:44.836 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_octavia_lbaas.LoadBalancerTest.test_create_update_loadbalancer ... skip [0.006s]: b'Test disabled in conf, skipping' 2021-03-05 22:19:04.683 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [19.844s] 2021-03-05 22:19:04.691 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.006s]: b'Test disabled in conf, skipping' 2021-03-05 22:39:28.053 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... fail [1223.351s] 2021-03-05 22:59:52.193 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... fail [1224.132s] 2021-03-05 22:59:52.200 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.011s]: b'Test disabled in conf, skipping' 2021-03-05 22:59:52.207 52 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.005s]: b'Test disabled in conf, skipping' 2021-03-05 22:59:52.723 52 INFO rally.task.context [-] Verification 1125942d-8424-45ba-8091-1e3e4c572881 | Context testr@default cleanup() started 2021-03-05 22:59:52.724 52 INFO rally.task.context [-] Verification 1125942d-8424-45ba-8091-1e3e4c572881 | Context testr@default cleanup() finished in 0.92 msec 2021-03-05 22:59:52.725 52 INFO rally.task.context [-] Verification 1125942d-8424-45ba-8091-1e3e4c572881 | Context tempest@default cleanup() started 2021-03-05 22:59:53.362 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-03-05 22:59:53.544 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-03-05 22:59:53.587 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_35750883_DPNiSr3W'. 2021-03-05 22:59:53.837 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_35750883_DPNiSr3W' has been deleted. 2021-03-05 22:59:53.839 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '80a262cf-0674-4740-ac7e-e9944ed773b2' of option 'instance_type' from Tempest config file. 2021-03-05 22:59:53.839 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '80a262cf-0674-4740-ac7e-e9944ed773b2' has been removed. 2021-03-05 22:59:53.841 52 INFO rally.task.context [-] Verification 1125942d-8424-45ba-8091-1e3e4c572881 | Context tempest@default cleanup() finished in 1.12 sec 2021-03-05 22:59:53.873 52 INFO rally.api [-] Verification (UUID=35750883-9b2c-422e-a196-951b975b5e83) has been successfully finished for deployment 'opnfv-rally' (UUID=73af159d-e3ac-47ea-9ffc-ecbdf6eafb53)! 2021-03-05 22:59:56.033 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 22:59:56.033 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 22:59:56.034 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 22:59:57.936 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 22:59:57.937 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 22:59:57.937 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:00:00.647 60 INFO rally.api [-] Building 'html' report for the following verification(s): '35750883-9b2c-422e-a196-951b975b5e83' 2021-03-05 23:00:00.667 60 INFO rally.api [-] The report has been successfully built. 2021-03-05 23:00:02.756 62 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:00:02.756 62 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:00:02.757 62 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:00:05.648 62 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '35750883-9b2c-422e-a196-951b975b5e83' 2021-03-05 23:00:05.660 62 INFO rally.api [-] The report has been successfully built.