2023-03-26 02:30:08.697 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:30:08.698 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:30:08.698 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-03-26 02:30:11.490 8 ERROR rally.cli.cliutils 2023-03-26 02:30:13.294 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:30:13.295 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:30:13.295 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:30:17.799 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:30:17.799 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:30:17.800 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:30:22.829 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:30:22.830 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:30:22.830 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:30:24.358 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:30:24.358 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:30:24.359 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-03-26 02:30:27.333 18 ERROR rally.cli.cliutils 2023-03-26 02:30:28.983 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:30:28.983 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:30:28.984 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:30:31.527 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2023-03-26 02:30:31.569 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-1b6b3298-fd94-4126-8304-db6b7be9b76c/repo. 2023-03-26 02:30:31.881 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-1b6b3298-fd94-4126-8304-db6b7be9b76c/repo'... done. Note: switching to 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2'. 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 ' 2023-03-26 02:30:31.897 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2023-03-26 02:30:31.905 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2023-03-26 02:30:31.914 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2023-03-26 02:30:31.971 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2023-03-26 02:30:32.809 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1b6b3298-fd94-4126-8304-db6b7be9b76c) has been successfully created! 2023-03-26 02:30:34.526 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:30:34.526 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:30:34.526 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:30:39.355 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:30:39.356 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:30:39.356 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:30:42.203 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1b6b3298-fd94-4126-8304-db6b7be9b76c) for deployment 'opnfv-rally' (UUID=989822e4-dd6c-4827-8601-7d12d990df9d). 2023-03-26 02:30:42.754 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1b6b3298-fd94-4126-8304-db6b7be9b76c) has been successfully configured for deployment 'opnfv-rally' (UUID=989822e4-dd6c-4827-8601-7d12d990df9d)! 2023-03-26 02:30:51.699 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:30:51.700 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:30:51.700 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:30:54.355 38 INFO rally.api [-] Starting verification (UUID=7ec96eee-6aa5-4629-8e4e-b43f8eadcc44) for deployment 'opnfv-rally' (UUID=989822e4-dd6c-4827-8601-7d12d990df9d) by verifier 'opnfv-tempest' (UUID=1b6b3298-fd94-4126-8304-db6b7be9b76c). 2023-03-26 02:30:55.023 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2023-03-26 02:30:55.023 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1b6b3298-fd94-4126-8304-db6b7be9b76c/for-deployment-989822e4-dd6c-4827-8601-7d12d990df9d/tempest.log' to option 'log_file'. 2023-03-26 02:30:55.023 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-1b6b3298-fd94-4126-8304-db6b7be9b76c/for-deployment-989822e4-dd6c-4827-8601-7d12d990df9d/tempest.log 2023-03-26 02:30:55.024 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2023-03-26 02:30:55.024 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1b6b3298-fd94-4126-8304-db6b7be9b76c/for-deployment-989822e4-dd6c-4827-8601-7d12d990df9d/lock_files' to option 'lock_path'. 2023-03-26 02:30:55.024 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-1b6b3298-fd94-4126-8304-db6b7be9b76c/for-deployment-989822e4-dd6c-4827-8601-7d12d990df9d/lock_files 2023-03-26 02:30:55.025 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2023-03-26 02:30:55.025 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1b6b3298-fd94-4126-8304-db6b7be9b76c/for-deployment-989822e4-dd6c-4827-8601-7d12d990df9d' to option 'img_dir'. 2023-03-26 02:30:55.025 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-1b6b3298-fd94-4126-8304-db6b7be9b76c/for-deployment-989822e4-dd6c-4827-8601-7d12d990df9d 2023-03-26 02:30:55.026 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2023-03-26 02:30:55.026 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 26519a0a-0274-4c46-b0f6-2580ca484f97 2023-03-26 02:30:55.027 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 3b0d77d9-6da4-49a6-800b-64fd5612c37d 2023-03-26 02:30:55.027 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 2c5b8966-2145-4dd2-9fb1-50cff65964ca 2023-03-26 02:30:55.028 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2a7e7756-3390-4407-94d8-22fb6f07fa89 2023-03-26 02:30:55.195 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2023-03-26 02:30:55.195 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_5ff3df9c-470f-4f91-aec5-604da056e208 2023-03-26 02:30:55.196 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2023-03-26 02:30:55.275 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2023-03-26 02:30:55.307 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2023-03-26 02:30:55.307 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_7ec96eee_Is3UDwfy' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2023-03-26 02:30:55.339 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_7ec96eee_Is3UDwfy' (ID = 105f3eed-411a-4165-88eb-74e15edcf49d) has been successfully created! 2023-03-26 02:30:55.339 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '105f3eed-411a-4165-88eb-74e15edcf49d' to option 'instance_type'. 2023-03-26 02:30:55.339 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 105f3eed-411a-4165-88eb-74e15edcf49d 2023-03-26 02:30:55.341 38 INFO rally.task.context [-] Verification 1b6b3298-fd94-4126-8304-db6b7be9b76c | Context tempest@default setup() finished in 0.82 sec 2023-03-26 02:30:55.342 38 INFO rally.task.context [-] Verification 1b6b3298-fd94-4126-8304-db6b7be9b76c | Context testr@default setup() finished in 0.42 msec 2023-03-26 02:30:55.342 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/bf53ad71-2d1c-4bcb-b0e2-2c80a2d07606'. 2023-03-26 02:31:00.570 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.rbac.v1.test_secrets.ProjectMemberTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2023-03-26 02:31:00.571 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.rbac.v1.test_secrets.ProjectReaderTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2023-03-26 02:31:12.994 38 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.559s] 2023-03-26 02:31:14.609 38 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.439s] 2023-03-26 02:31:14.792 38 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.437s] 2023-03-26 02:31:14.880 38 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.088s] 2023-03-26 02:31:26.527 38 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.rbac.v1.test_secrets.SystemAdminTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2023-03-26 02:31:26.529 38 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.rbac.v1.test_secrets.SystemMemberTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2023-03-26 02:31:27.545 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_invalid_cert_boot_failure ... success [13.885s] 2023-03-26 02:31:35.428 38 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.532s] 2023-03-26 02:31:36.186 38 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.267s] 2023-03-26 02:31:46.534 38 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.rbac.v1.test_secrets.ProjectAdminTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2023-03-26 02:31:46.538 38 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.rbac.v1.test_secrets.SystemReaderTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2023-03-26 02:31:51.095 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_boot ... success [23.548s] 2023-03-26 02:31:54.574 38 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [15.149s] 2023-03-26 02:31:57.937 38 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.270s] 2023-03-26 02:31:58.030 38 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.093s] 2023-03-26 02:31:58.197 38 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.167s] 2023-03-26 02:31:58.317 38 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.118s] 2023-03-26 02:31:58.441 38 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.124s] 2023-03-26 02:32:10.919 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_hard_reboot ... success [19.820s] 2023-03-26 02:32:17.280 38 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [29.507s] 2023-03-26 02:32:35.720 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_server_rebuild ... success [24.796s] 2023-03-26 02:32:44.170 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2023-03-26 02:32:46.714 38 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [27.813s] 2023-03-26 02:32:54.495 38 INFO rally.task.context [-] Verification 1b6b3298-fd94-4126-8304-db6b7be9b76c | Context testr@default cleanup() started 2023-03-26 02:32:54.496 38 INFO rally.task.context [-] Verification 1b6b3298-fd94-4126-8304-db6b7be9b76c | Context testr@default cleanup() finished in 0.66 msec 2023-03-26 02:32:54.496 38 INFO rally.task.context [-] Verification 1b6b3298-fd94-4126-8304-db6b7be9b76c | Context tempest@default cleanup() started 2023-03-26 02:32:54.692 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_7ec96eee_Is3UDwfy'. 2023-03-26 02:32:54.919 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_7ec96eee_Is3UDwfy' has been deleted. 2023-03-26 02:32:54.920 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '105f3eed-411a-4165-88eb-74e15edcf49d' of option 'instance_type' from Tempest config file. 2023-03-26 02:32:54.920 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '105f3eed-411a-4165-88eb-74e15edcf49d' has been removed. 2023-03-26 02:32:54.922 38 INFO rally.task.context [-] Verification 1b6b3298-fd94-4126-8304-db6b7be9b76c | Context tempest@default cleanup() finished in 0.43 sec 2023-03-26 02:32:54.940 38 INFO rally.api [-] Verification (UUID=7ec96eee-6aa5-4629-8e4e-b43f8eadcc44) has been successfully finished for deployment 'opnfv-rally' (UUID=989822e4-dd6c-4827-8601-7d12d990df9d)! 2023-03-26 02:32:57.016 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:32:57.017 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:32:57.017 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:32:58.581 62 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:32:58.582 62 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:32:58.582 62 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:33:01.292 62 INFO rally.api [-] Building 'html' report for the following verification(s): '7ec96eee-6aa5-4629-8e4e-b43f8eadcc44' 2023-03-26 02:33:01.315 62 INFO rally.api [-] The report has been successfully built. 2023-03-26 02:33:02.965 64 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 02:33:02.966 64 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 02:33:02.966 64 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 02:33:05.748 64 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '7ec96eee-6aa5-4629-8e4e-b43f8eadcc44' 2023-03-26 02:33:05.755 64 INFO rally.api [-] The report has been successfully built.