2022-02-19 15:58:51.214 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:58:51.214 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:58:51.215 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:58:53.608 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 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-02-19 15:58:53.608 7 ERROR rally.cli.cliutils 2022-02-19 15:58:55.386 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:58:55.387 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:58:55.387 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:58:59.495 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:58:59.495 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:58:59.495 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:59:03.410 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:59:03.411 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:59:03.411 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:59:04.786 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:59:04.786 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:59:04.786 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils force=force) 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-02-19 15:59:06.816 16 ERROR rally.cli.cliutils 2022-02-19 15:59:08.422 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:59:08.422 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:59:08.422 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:59:10.358 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-02-19 15:59:10.429 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-8501564d-0fc2-46f8-9ee9-26b73fba6a7e/repo. 2022-02-19 15:59:10.773 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-8501564d-0fc2-46f8-9ee9-26b73fba6a7e/repo'... done. Note: checking out '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2022-02-19 15:59:10.789 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g1e9f9ce3b ' 2022-02-19 15:59:10.797 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a ' 2022-02-19 15:59:10.816 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-02-19 15:59:10.868 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-02-19 15:59:11.485 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8501564d-0fc2-46f8-9ee9-26b73fba6a7e) has been successfully created! 2022-02-19 15:59:12.968 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:59:12.969 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:59:12.969 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:59:21.771 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:59:21.772 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:59:21.772 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:59:23.989 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8501564d-0fc2-46f8-9ee9-26b73fba6a7e) for deployment 'opnfv-rally' (UUID=3dccf49d-9344-4381-9360-aea81bf11c3d). 2022-02-19 15:59:29.775 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8501564d-0fc2-46f8-9ee9-26b73fba6a7e) has been successfully configured for deployment 'opnfv-rally' (UUID=3dccf49d-9344-4381-9360-aea81bf11c3d)! 2022-02-19 15:59:38.405 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:59:38.406 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:59:38.406 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:59:40.812 33 INFO rally.api [-] Starting verification (UUID=3fffec32-c4c1-4ec7-a114-620d0509e0e0) for deployment 'opnfv-rally' (UUID=3dccf49d-9344-4381-9360-aea81bf11c3d) by verifier 'opnfv-tempest' (UUID=8501564d-0fc2-46f8-9ee9-26b73fba6a7e). 2022-02-19 15:59:41.698 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-02-19 15:59:41.698 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8501564d-0fc2-46f8-9ee9-26b73fba6a7e/for-deployment-3dccf49d-9344-4381-9360-aea81bf11c3d/tempest.log' to option 'log_file'. 2022-02-19 15:59:41.698 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-8501564d-0fc2-46f8-9ee9-26b73fba6a7e/for-deployment-3dccf49d-9344-4381-9360-aea81bf11c3d/tempest.log 2022-02-19 15:59:41.698 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-02-19 15:59:41.699 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8501564d-0fc2-46f8-9ee9-26b73fba6a7e/for-deployment-3dccf49d-9344-4381-9360-aea81bf11c3d/lock_files' to option 'lock_path'. 2022-02-19 15:59:41.699 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-8501564d-0fc2-46f8-9ee9-26b73fba6a7e/for-deployment-3dccf49d-9344-4381-9360-aea81bf11c3d/lock_files 2022-02-19 15:59:41.699 33 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 2022-02-19 15:59:41.699 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 60ad031b-951f-4267-ad9e-eb538040127a 2022-02-19 15:59:41.700 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = eccec1f1-63bf-4c5c-a65b-19539053c602 2022-02-19 15:59:41.700 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 9977d268-c796-4e4c-abbf-0d04a8636a8d 2022-02-19 15:59:41.701 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 46c9c2e5-3cf7-473e-adc5-0aac8faa668d 2022-02-19 15:59:42.385 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-02-19 15:59:42.385 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_e05c6b9a-5be1-4882-b440-5b3d70789171 2022-02-19 15:59:42.385 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-02-19 15:59:42.470 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-02-19 15:59:42.511 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_0efe1751_o8rcPyG0'. Using flavor 'rally_verify_0efe1751_o8rcPyG0' (ID = d48f3513-de14-4e77-8d42-f95bbbdab917) for the tests. 2022-02-19 15:59:42.512 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd48f3513-de14-4e77-8d42-f95bbbdab917' to option 'instance_type'. 2022-02-19 15:59:42.512 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d48f3513-de14-4e77-8d42-f95bbbdab917 2022-02-19 15:59:42.513 33 INFO rally.task.context [-] Verification 8501564d-0fc2-46f8-9ee9-26b73fba6a7e | Context tempest@default setup() finished in 1.36 sec 2022-02-19 15:59:42.514 33 INFO rally.task.context [-] Verification 8501564d-0fc2-46f8-9ee9-26b73fba6a7e | Context testr@default setup() finished in 0.38 msec 2022-02-19 15:59:42.514 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/8ce81ca5-881b-450c-a584-7a2a4459875b'. 2022-02-19 15:59:49.471 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.340s] 2022-02-19 15:59:49.743 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.272s] 2022-02-19 15:59:49.901 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.157s] 2022-02-19 15:59:50.357 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.354s] 2022-02-19 15:59:50.747 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.389s] 2022-02-19 15:59:51.128 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.380s] 2022-02-19 15:59:51.521 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.393s] 2022-02-19 15:59:51.937 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.416s] 2022-02-19 15:59:52.270 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.333s] 2022-02-19 15:59:52.597 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.327s] 2022-02-19 15:59:52.991 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.393s] 2022-02-19 15:59:53.108 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.117s] 2022-02-19 15:59:53.213 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.105s] 2022-02-19 15:59:53.995 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.678s] 2022-02-19 15:59:56.622 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.627s] 2022-02-19 15:59:56.861 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.238s] 2022-02-19 15:59:57.024 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.163s] 2022-02-19 15:59:57.195 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.170s] 2022-02-19 15:59:57.349 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.154s] 2022-02-19 15:59:57.603 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.253s] 2022-02-19 15:59:57.721 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.118s] 2022-02-19 15:59:57.984 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.264s] 2022-02-19 15:59:58.691 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.641s] 2022-02-19 16:00:01.328 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [2.637s] 2022-02-19 16:00:01.573 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.245s] 2022-02-19 16:00:02.047 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.474s] 2022-02-19 16:00:02.956 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.804s] 2022-02-19 16:00:03.342 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.385s] 2022-02-19 16:00:03.741 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.399s] 2022-02-19 16:00:03.990 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.147s] 2022-02-19 16:00:04.610 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.620s] 2022-02-19 16:00:04.927 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.317s] 2022-02-19 16:00:05.038 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.110s] 2022-02-19 16:00:05.197 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.158s] 2022-02-19 16:00:05.689 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.492s] 2022-02-19 16:00:06.070 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [0.381s] 2022-02-19 16:00:06.178 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.108s] 2022-02-19 16:00:06.348 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.169s] 2022-02-19 16:00:08.855 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [2.507s] 2022-02-19 16:00:08.992 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.137s] 2022-02-19 16:00:11.498 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [2.505s] 2022-02-19 16:00:11.824 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.326s] 2022-02-19 16:00:12.129 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.305s] 2022-02-19 16:00:12.349 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.220s] 2022-02-19 16:00:27.763 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [15.412s] 2022-02-19 16:00:41.335 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [13.571s] 2022-02-19 16:00:54.921 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.586s] 2022-02-19 16:01:08.643 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.721s] 2022-02-19 16:01:22.307 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.664s] 2022-02-19 16:01:36.022 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [13.715s] 2022-02-19 16:01:49.665 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.642s] 2022-02-19 16:02:07.528 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [17.863s] 2022-02-19 16:02:33.578 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [26.049s] 2022-02-19 16:02:59.716 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [26.137s] 2022-02-19 16:03:25.649 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [25.933s] 2022-02-19 16:03:47.458 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [21.808s] 2022-02-19 16:04:09.448 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [21.989s] 2022-02-19 16:04:35.558 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [26.109s] 2022-02-19 16:04:53.293 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.734s] 2022-02-19 16:04:53.301 33 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' 2022-02-19 16:05:02.470 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.167s] 2022-02-19 16:05:15.766 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.296s] 2022-02-19 16:05:29.148 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.382s] 2022-02-19 16:05:42.783 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.634s] 2022-02-19 16:05:56.830 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [14.046s] 2022-02-19 16:06:19.226 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [22.395s] 2022-02-19 16:06:33.186 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.960s] 2022-02-19 16:06:51.001 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.814s] 2022-02-19 16:07:08.908 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.907s] 2022-02-19 16:07:09.158 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.248s]: b'LBaasv2 extension not available, skipping' 2022-02-19 16:07:09.328 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.169s]: b'LBaasv2 extension not available, skipping' 2022-02-19 16:07:43.436 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [34.109s] 2022-02-19 16:08:14.322 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_subnet_fixed_ip_sec_group ... success [30.885s] 2022-02-19 16:09:10.002 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [55.680s] 2022-02-19 16:09:38.064 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [28.061s] 2022-02-19 16:10:10.354 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_same_fixed_ip ... success [32.290s] 2022-02-19 16:10:50.982 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [40.628s] 2022-02-19 16:11:32.262 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [41.279s] 2022-02-19 16:12:08.355 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [36.092s] 2022-02-19 16:12:36.044 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [27.689s] 2022-02-19 16:13:12.369 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [36.325s] 2022-02-19 16:13:38.227 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [25.857s] 2022-02-19 16:13:38.574 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.347s] 2022-02-19 16:13:38.783 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.209s] 2022-02-19 16:13:38.968 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.184s] 2022-02-19 16:13:39.145 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.177s] 2022-02-19 16:13:44.523 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [5.378s] 2022-02-19 16:13:54.735 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [10.212s] 2022-02-19 16:13:54.905 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.169s] 2022-02-19 16:13:54.906 33 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.' 2022-02-19 16:13:55.112 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.206s] 2022-02-19 16:14:13.665 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.553s] 2022-02-19 16:14:27.979 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [14.313s] 2022-02-19 16:14:37.109 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.128s] 2022-02-19 16:14:46.304 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.196s] 2022-02-19 16:15:58.699 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [72.394s] 2022-02-19 16:17:26.260 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [87.560s] 2022-02-19 16:17:35.770 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.510s] 2022-02-19 16:17:49.121 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.350s] 2022-02-19 16:17:58.280 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.159s] 2022-02-19 16:18:11.577 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.296s] 2022-02-19 16:18:20.712 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.134s] 2022-02-19 16:18:38.538 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.825s] 2022-02-19 16:18:38.813 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.274s] 2022-02-19 16:18:38.982 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.169s] 2022-02-19 16:18:39.147 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.164s] 2022-02-19 16:18:39.311 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.163s] 2022-02-19 16:18:39.460 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.148s] 2022-02-19 16:18:39.623 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.162s] 2022-02-19 16:18:39.784 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.161s] 2022-02-19 16:18:39.969 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.184s] 2022-02-19 16:18:40.131 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.161s] 2022-02-19 16:18:49.051 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [8.920s] 2022-02-19 16:18:49.796 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.744s] 2022-02-19 16:18:49.971 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.174s] 2022-02-19 16:18:58.993 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [9.022s] 2022-02-19 16:18:59.325 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.331s] 2022-02-19 16:18:59.488 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.162s] 2022-02-19 16:18:59.667 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.178s] 2022-02-19 16:18:59.676 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm ... skip [0.007s]: b'Test disabled in conf, skipping' 2022-02-19 16:19:00.343 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.667s]: b'LBaas v1 extension not available, skipping' 2022-02-19 16:19:01.120 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.777s]: b'LBaasv2 extension not available, skipping' 2022-02-19 16:19:52.403 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [51.281s] 2022-02-19 16:20:06.663 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [14.259s] 2022-02-19 16:20:06.708 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.044s]: b'Test disabled in conf, skipping' 2022-02-19 16:20:44.471 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [37.756s] 2022-02-19 16:22:13.899 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [89.427s] 2022-02-19 16:22:13.907 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.007s]: b'Test disabled in conf, skipping' 2022-02-19 16:22:13.907 33 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' 2022-02-19 16:22:14.282 33 INFO rally.task.context [-] Verification 8501564d-0fc2-46f8-9ee9-26b73fba6a7e | Context testr@default cleanup() started 2022-02-19 16:22:14.283 33 INFO rally.task.context [-] Verification 8501564d-0fc2-46f8-9ee9-26b73fba6a7e | Context testr@default cleanup() finished in 0.84 msec 2022-02-19 16:22:14.283 33 INFO rally.task.context [-] Verification 8501564d-0fc2-46f8-9ee9-26b73fba6a7e | Context tempest@default cleanup() started 2022-02-19 16:22:14.517 33 INFO rally.task.context [-] Verification 8501564d-0fc2-46f8-9ee9-26b73fba6a7e | Context tempest@default cleanup() finished in 0.23 sec 2022-02-19 16:22:14.545 33 INFO rally.api [-] Verification (UUID=3fffec32-c4c1-4ec7-a114-620d0509e0e0) has been successfully finished for deployment 'opnfv-rally' (UUID=3dccf49d-9344-4381-9360-aea81bf11c3d)! 2022-02-19 16:22:16.933 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:22:16.933 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:22:16.933 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:22:18.561 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:22:18.562 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:22:18.562 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:22:21.228 41 INFO rally.api [-] Building 'html' report for the following verification(s): '3fffec32-c4c1-4ec7-a114-620d0509e0e0' 2022-02-19 16:22:21.265 41 INFO rally.api [-] The report has been successfully built. 2022-02-19 16:22:22.823 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:22:22.823 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:22:22.823 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:22:25.106 43 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '3fffec32-c4c1-4ec7-a114-620d0509e0e0' 2022-02-19 16:22:25.115 43 INFO rally.api [-] The report has been successfully built.