2021-06-08 07:55:59.200 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:55:59.201 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:55:59.201 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 07:56:01.404 7 ERROR rally.cli.cliutils 2021-06-08 07:56:02.996 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:56:02.996 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:56:02.996 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:56:07.329 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:56:07.329 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:56:07.330 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:56:12.157 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:56:12.158 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:56:12.158 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:56:13.581 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:56:13.581 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:56:13.581 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:56:15.888 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 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils force=force) 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 07:56:15.888 16 ERROR rally.cli.cliutils 2021-06-08 07:56:17.489 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:56:17.489 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:56:17.489 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:56:19.648 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-08 07:56:19.721 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-e049f107-293e-48b1-8881-352447c34e12/repo. 2021-06-08 07:56:20.105 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-e049f107-293e-48b1-8881-352447c34e12/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 ' 2021-06-08 07:56:20.122 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2021-06-08 07:56:20.132 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2021-06-08 07:56:20.156 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-08 07:56:20.211 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-08 07:56:20.903 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e049f107-293e-48b1-8881-352447c34e12) has been successfully created! 2021-06-08 07:56:22.575 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:56:22.576 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:56:22.576 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:56:31.899 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:56:31.900 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:56:31.900 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:56:34.103 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e049f107-293e-48b1-8881-352447c34e12) for deployment 'opnfv-rally' (UUID=9f1b4ad3-271d-4284-8c7e-fbad178387e1). 2021-06-08 07:56:34.523 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e049f107-293e-48b1-8881-352447c34e12) has been successfully configured for deployment 'opnfv-rally' (UUID=9f1b4ad3-271d-4284-8c7e-fbad178387e1)! 2021-06-08 07:56:44.252 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:56:44.252 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:56:44.252 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:56:46.524 33 INFO rally.api [-] Starting verification (UUID=23b21e38-0fbf-400d-8792-716f35268249) for deployment 'opnfv-rally' (UUID=9f1b4ad3-271d-4284-8c7e-fbad178387e1) by verifier 'opnfv-tempest' (UUID=e049f107-293e-48b1-8881-352447c34e12). 2021-06-08 07:56:47.168 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-08 07:56:47.168 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e049f107-293e-48b1-8881-352447c34e12/for-deployment-9f1b4ad3-271d-4284-8c7e-fbad178387e1/tempest.log' to option 'log_file'. 2021-06-08 07:56:47.169 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-e049f107-293e-48b1-8881-352447c34e12/for-deployment-9f1b4ad3-271d-4284-8c7e-fbad178387e1/tempest.log 2021-06-08 07:56:47.169 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-08 07:56:47.169 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e049f107-293e-48b1-8881-352447c34e12/for-deployment-9f1b4ad3-271d-4284-8c7e-fbad178387e1/lock_files' to option 'lock_path'. 2021-06-08 07:56:47.170 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-e049f107-293e-48b1-8881-352447c34e12/for-deployment-9f1b4ad3-271d-4284-8c7e-fbad178387e1/lock_files 2021-06-08 07:56:47.170 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-08 07:56:47.170 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 2021-06-08 07:56:47.171 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e4114ae0-88f7-4417-904a-9f3e16bbf7eb 2021-06-08 07:56:47.171 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 25fa99ce-ffca-4e3c-84c0-be50da25b670 2021-06-08 07:56:47.172 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 7db96485-9343-4b4c-a1c9-aa8023f511e9 2021-06-08 07:56:47.172 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9b264dbf-dadb-4526-9d7e-50917f599280 2021-06-08 07:56:47.401 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-08 07:56:47.402 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_heat-net_257b72a0-07b6-440a-9d80-b10127c94aa6 2021-06-08 07:56:47.403 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-08 07:56:47.491 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-08 07:56:47.535 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-08 07:56:47.535 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_23b21e38_kNC3Mrla' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-08 07:56:47.582 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_23b21e38_kNC3Mrla' (ID = 887fc313-9fe1-49d9-95b0-173f4cac8b61) has been successfully created! 2021-06-08 07:56:47.583 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '887fc313-9fe1-49d9-95b0-173f4cac8b61' to option 'instance_type'. 2021-06-08 07:56:47.583 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 887fc313-9fe1-49d9-95b0-173f4cac8b61 2021-06-08 07:56:47.585 33 INFO rally.task.context [-] Verification e049f107-293e-48b1-8881-352447c34e12 | Context tempest@default setup() finished in 0.82 sec 2021-06-08 07:56:47.586 33 INFO rally.task.context [-] Verification e049f107-293e-48b1-8881-352447c34e12 | Context testr@default setup() finished in 0.54 msec 2021-06-08 07:56:47.587 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/03d569c7-0802-4a9f-a9c2-8090e0c0b961'. 2021-06-08 07:56:54.224 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_versions.test_request ... success [0.277s] 2021-06-08 07:56:54.385 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_list_template_functions.test_request ... success [0.162s] 2021-06-08 07:56:54.514 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.templates_template_validate.test_request ... success [0.129s] 2021-06-08 07:56:54.721 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_config.test_request ... success [0.130s] 2021-06-08 07:56:54.964 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_config.test_request ... success [0.242s] 2021-06-08 07:56:55.141 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_create_software_deployment.test_request ... success [0.176s] 2021-06-08 07:56:55.380 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment.test_request ... success [0.238s] 2021-06-08 07:56:55.621 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_show_deployment_metadata.test_request ... success [0.241s] 2021-06-08 07:56:55.782 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_update_deployment.test_request ... success [0.160s] 2021-06-08 07:56:56.022 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_configs.test_request ... success [0.240s] 2021-06-08 07:56:56.264 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_list_software_deployments.test_request ... success [0.243s] 2021-06-08 07:56:56.415 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_deployment.test_request ... success [0.150s] 2021-06-08 07:56:56.521 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.softwareconfig_delete_config.test_request ... success [0.106s] 2021-06-08 07:56:57.142 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... success [0.563s] 2021-06-08 07:56:59.609 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... success [2.467s] 2021-06-08 07:56:59.833 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_resources.test_request ... success [0.224s] 2021-06-08 07:57:00.000 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_list_filtered_resources.test_request ... success [0.166s] 2021-06-08 07:57:00.165 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_resource.test_request ... success [0.166s] 2021-06-08 07:57:00.317 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_mark_resource_unhealthy.test_request ... success [0.152s] 2021-06-08 07:57:00.562 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_show_unhealthy_resource.test_request ... success [0.245s] 2021-06-08 07:57:00.666 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_signal_resource.test_request ... success [0.103s] 2021-06-08 07:57:01.128 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resources_delete_stack_with_resources.test_request ... success [0.462s] 2021-06-08 07:57:01.737 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... success [0.514s] 2021-06-08 07:57:02.037 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_poll_for_envstack_create_complete.test_request ... success [0.300s] 2021-06-08 07:57:02.488 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_get_stack_output.test_request ... success [0.446s] 2021-06-08 07:57:02.874 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.environments_delete_envstack.test_request ... success [0.390s] 2021-06-08 07:57:03.696 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_list_resource_types.test_request ... success [0.712s] 2021-06-08 07:57:04.071 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_show_resource_type.test_request ... success [0.374s] 2021-06-08 07:57:04.335 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.resourcetypes_resource_type_template.test_request ... success [0.264s] 2021-06-08 07:57:04.498 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_stack_list.test_request ... success [0.104s] 2021-06-08 07:57:05.087 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_empty_stack.test_request ... success [0.589s] 2021-06-08 07:57:05.385 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_empty_create_complete.test_request ... success [0.297s] 2021-06-08 07:57:05.548 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_empty_stack.test_request ... success [0.163s] 2021-06-08 07:57:05.686 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_empty_stack.test_request ... success [0.137s] 2021-06-08 07:57:06.252 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_create_stack.test_request ... success [0.566s] 2021-06-08 07:57:06.589 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_create_complete.test_request ... success [0.336s] 2021-06-08 07:57:06.708 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_show_stack.test_request ... success [0.119s] 2021-06-08 07:57:07.019 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_update_stack.test_request ... success [0.310s] 2021-06-08 07:57:11.842 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_update_complete.test_request ... success [4.823s] 2021-06-08 07:57:12.077 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_patch_update_stack.test_request ... success [0.235s] 2021-06-08 07:57:14.597 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_poll_for_stack_patch_update_complete.test_request ... success [2.520s] 2021-06-08 07:57:14.856 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_list_stack_outputs.test_request ... success [0.258s] 2021-06-08 07:57:15.037 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_get_stack_output.test_request ... success [0.181s] 2021-06-08 07:57:15.470 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.api.test_heat_api.stacks_delete_stack.test_request ... success [0.432s] 2021-06-08 07:57:34.363 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_remove_ip ... success [18.893s] 2021-06-08 07:57:47.981 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_port.UpdatePortTest.test_update_with_mac_address ... success [13.617s] 2021-06-08 07:58:01.658 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools ... success [13.676s] 2021-06-08 07:58:15.264 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_allocation_pools_to_empty ... success [13.606s] 2021-06-08 07:58:29.158 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip ... success [13.893s] 2021-06-08 07:58:43.788 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_gateway_ip_to_empty ... success [14.630s] 2021-06-08 07:58:57.409 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_allocation_pools ... success [13.620s] 2021-06-08 07:59:11.200 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_subnet.UpdateSubnetTest.test_update_to_no_gateway_ip ... success [13.791s] 2021-06-08 07:59:34.588 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_a_second_sub_port ... success [23.387s] 2021-06-08 07:59:56.760 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_add_first_sub_port ... success [22.172s] 2021-06-08 08:00:18.634 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_last_sub_port_from_trunk ... success [21.874s] 2021-06-08 08:00:44.602 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_remove_sub_port_from_trunk ... success [25.967s] 2021-06-08 08:01:10.536 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_existing_sub_port_on_trunk ... success [25.933s] 2021-06-08 08:01:32.248 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_create_update_neutron_trunk.UpdateTrunkTest.test_update_trunk_name_and_description ... success [21.712s] 2021-06-08 08:01:49.783 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_encrypted_parameter.EncryptedParametersTest.test_db_encryption ... success [17.535s] 2021-06-08 08:01:49.792 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' 2021-06-08 08:01:58.992 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_create_with_external_ref ... success [9.199s] 2021-06-08 08:02:12.307 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_stack_contain_external_ref ... success [13.315s] 2021-06-08 08:02:25.670 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_external_ref.ExternalReferencesTest.test_update_with_external_ref ... success [13.363s] 2021-06-08 08:02:39.392 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create ... success [13.721s] 2021-06-08 08:02:53.054 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_nested ... success [13.661s] 2021-06-08 08:03:11.410 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_create_wildcard ... success [18.355s] 2021-06-08 08:03:25.074 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_in_place ... success [13.664s] 2021-06-08 08:03:42.919 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_nochange ... success [17.844s] 2021-06-08 08:04:00.731 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_hooks.HooksTest.test_hook_pre_update_replace ... success [17.812s] 2021-06-08 08:04:00.995 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_add_delete_poolmember ... skip [0.263s]: b'LBaasv2 extension not available, skipping' 2021-06-08 08:04:01.136 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_lbaasv2.LoadBalancerv2Test.test_create_update_loadbalancer ... skip [0.141s]: b'LBaasv2 extension not available, skipping' 2021-06-08 08:04:22.558 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_server_with_port ... success [21.421s] 2021-06-08 08:04:46.030 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 [23.471s] 2021-06-08 08:05:22.025 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet ... success [35.995s] 2021-06-08 08:05:54.207 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_network ... success [32.181s] 2021-06-08 08:06:26.888 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.680s] 2021-06-08 08:06:58.825 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_add_subnet ... success [31.937s] 2021-06-08 08:07:40.404 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_multi_networks_swaps ... success [41.579s] 2021-06-08 08:08:10.548 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_port ... success [30.142s] 2021-06-08 08:08:39.866 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_network_subnet ... success [29.317s] 2021-06-08 08:09:08.040 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_nova_server_networks.UpdateServerNetworksTest.test_create_update_server_swap_subnet_network ... success [28.173s] 2021-06-08 08:09:38.061 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition ... success [30.020s] 2021-06-08 08:09:38.338 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_fail ... success [0.276s] 2021-06-08 08:09:38.529 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_basic_pass ... success [0.190s] 2021-06-08 08:09:38.708 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_nested_pass ... success [0.179s] 2021-06-08 08:09:38.903 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_preview.StackPreviewTest.test_res_group_with_nested_template ... success [0.194s] 2021-06-08 08:09:44.635 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_remote_stack_alone ... success [5.732s] 2021-06-08 08:09:55.244 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create ... success [10.609s] 2021-06-08 08:09:55.590 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_create_bad_region ... success [0.344s] 2021-06-08 08:09:55.591 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.' 2021-06-08 08:09:55.864 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_resource_validation_fail ... success [0.274s] 2021-06-08 08:10:14.217 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_suspend_resume ... success [18.352s] 2021-06-08 08:10:28.285 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_remote_stack.RemoteStackTest.test_stack_update ... success [14.067s] 2021-06-08 08:10:37.370 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_filtering_with_depend ... success [9.085s] 2021-06-08 08:10:46.480 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_resources_list.ResourcesList.test_required_by ... success [9.109s] 2021-06-08 08:11:52.828 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata ... success [66.348s] 2021-06-08 08:13:20.615 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_timeout_failed ... success [87.786s] 2021-06-08 08:13:30.176 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_events.StackEventsTest.test_event ... success [9.561s] 2021-06-08 08:13:43.487 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_output_error_nested ... success [13.310s] 2021-06-08 08:13:52.698 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs ... success [9.210s] 2021-06-08 08:14:05.964 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_outputs.StackOutputsTest.test_outputs_update_new_resource ... success [13.266s] 2021-06-08 08:14:15.143 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_hidden_stack ... success [9.179s] 2021-06-08 08:14:32.736 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_stack_tags.StackTagTest.test_stack_tag ... success [17.593s] 2021-06-08 08:14:33.192 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic ... success [0.455s] 2021-06-08 08:14:33.345 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_basic_required_param ... success [0.152s] 2021-06-08 08:14:33.514 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_fail_version ... success [0.170s] 2021-06-08 08:14:33.670 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_off ... success [0.155s] 2021-06-08 08:14:33.838 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on ... success [0.167s] 2021-06-08 08:14:34.009 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_nested_on_multiple ... success [0.171s] 2021-06-08 08:14:34.162 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_default ... success [0.153s] 2021-06-08 08:14:34.321 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_override_none ... success [0.158s] 2021-06-08 08:14:34.480 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_template_validate.StackTemplateValidateTest.test_template_validate_parameter_groups ... success [0.159s] 2021-06-08 08:14:39.618 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_get_stack_template ... success [5.137s] 2021-06-08 08:14:40.179 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_resource_types ... success [0.561s] 2021-06-08 08:14:40.465 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_templates.TemplateAPITest.test_show_resource_template ... success [0.285s] 2021-06-08 08:14:49.534 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_create_stack ... success [9.068s] 2021-06-08 08:14:49.833 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_stack_preview ... success [0.299s] 2021-06-08 08:14:50.004 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_basic ... success [0.171s] 2021-06-08 08:14:50.179 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.functional.test_unicode_template.StackUnicodeTemplateTest.test_template_validate_override_default ... success [0.174s] 2021-06-08 08:14:50.187 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' 2021-06-08 08:14:50.875 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lb.AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron ... skip [0.686s]: b'LBaas v1 extension not available, skipping' 2021-06-08 08:14:51.559 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_autoscaling_lbv2.AutoscalingLoadBalancerv2Test.test_autoscaling_loadbalancer_neutron ... skip [0.683s]: b'LBaasv2 extension not available, skipping' 2021-06-08 08:15:38.748 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration ... success [47.189s] 2021-06-08 08:15:54.123 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_remote_deeply_nested.RemoteDeeplyNestedStackTest.test_remote_nested ... success [15.374s] 2021-06-08 08:15:54.132 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init ... skip [0.008s]: b'Test disabled in conf, skipping' 2021-06-08 08:16:30.000 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw ... success [35.864s] 2021-06-08 08:17:43.139 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config ... success [73.126s] 2021-06-08 08:17:43.151 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config ... skip [0.026s]: b'Test disabled in conf, skipping' 2021-06-08 08:17:43.154 33 INFO opnfv-tempest [-] {0} heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore ... skip [0.003s]: b'Test disabled in conf, skipping' 2021-06-08 08:17:43.496 33 INFO rally.task.context [-] Verification e049f107-293e-48b1-8881-352447c34e12 | Context testr@default cleanup() started 2021-06-08 08:17:43.497 33 INFO rally.task.context [-] Verification e049f107-293e-48b1-8881-352447c34e12 | Context testr@default cleanup() finished in 0.81 msec 2021-06-08 08:17:43.498 33 INFO rally.task.context [-] Verification e049f107-293e-48b1-8881-352447c34e12 | Context tempest@default cleanup() started 2021-06-08 08:17:43.718 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_23b21e38_kNC3Mrla'. 2021-06-08 08:17:43.878 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_23b21e38_kNC3Mrla' has been deleted. 2021-06-08 08:17:43.878 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '887fc313-9fe1-49d9-95b0-173f4cac8b61' of option 'instance_type' from Tempest config file. 2021-06-08 08:17:43.879 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '887fc313-9fe1-49d9-95b0-173f4cac8b61' has been removed. 2021-06-08 08:17:43.888 33 INFO rally.task.context [-] Verification e049f107-293e-48b1-8881-352447c34e12 | Context tempest@default cleanup() finished in 0.39 sec 2021-06-08 08:17:43.931 33 INFO rally.api [-] Verification (UUID=23b21e38-0fbf-400d-8792-716f35268249) has been successfully finished for deployment 'opnfv-rally' (UUID=9f1b4ad3-271d-4284-8c7e-fbad178387e1)! 2021-06-08 08:17:45.704 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:17:45.705 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:17:45.705 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:17:47.369 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:17:47.369 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:17:47.369 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:17:49.790 41 INFO rally.api [-] Building 'html' report for the following verification(s): '23b21e38-0fbf-400d-8792-716f35268249' 2021-06-08 08:17:49.830 41 INFO rally.api [-] The report has been successfully built. 2021-06-08 08:17:51.450 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:17:51.451 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:17:51.451 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:17:53.731 43 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '23b21e38-0fbf-400d-8792-716f35268249' 2021-06-08 08:17:53.739 43 INFO rally.api [-] The report has been successfully built.