2023-02-19 02:28:43.927 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:28:43.927 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:28:43.928 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:28:46.592 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-02-19 02:28:46.592 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-02-19 02:28:46.592 8 ERROR rally.cli.cliutils 2023-02-19 02:28:48.072 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:28:48.073 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:28:48.073 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:28:52.365 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:28:52.365 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:28:52.365 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:28:57.020 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:28:57.020 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:28:57.020 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:28:58.445 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:28:58.445 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:28:58.446 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:29:00.805 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-02-19 02:29:00.805 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-02-19 02:29:00.805 18 ERROR rally.cli.cliutils 2023-02-19 02:29:02.594 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:29:02.594 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:29:02.594 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:29:05.363 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2023-02-19 02:29:05.415 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-21b6c256-1e23-45cb-9bf1-5587193eb14c/repo. 2023-02-19 02:29:05.735 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-21b6c256-1e23-45cb-9bf1-5587193eb14c/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-02-19 02:29:05.752 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2023-02-19 02:29:05.760 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2023-02-19 02:29:05.771 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2023-02-19 02:29:05.831 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2023-02-19 02:29:06.773 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=21b6c256-1e23-45cb-9bf1-5587193eb14c) has been successfully created! 2023-02-19 02:29:08.516 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:29:08.516 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:29:08.516 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:29:13.149 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:29:13.149 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:29:13.149 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:29:15.502 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=21b6c256-1e23-45cb-9bf1-5587193eb14c) for deployment 'opnfv-rally' (UUID=43c9a4c8-9164-4b31-8101-015a994c62cc). 2023-02-19 02:29:15.862 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=21b6c256-1e23-45cb-9bf1-5587193eb14c) has been successfully configured for deployment 'opnfv-rally' (UUID=43c9a4c8-9164-4b31-8101-015a994c62cc)! 2023-02-19 02:29:25.043 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:29:25.044 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:29:25.044 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:29:27.466 38 INFO rally.api [-] Starting verification (UUID=b8aa00c5-141d-47d5-8908-e7fcb9747d78) for deployment 'opnfv-rally' (UUID=43c9a4c8-9164-4b31-8101-015a994c62cc) by verifier 'opnfv-tempest' (UUID=21b6c256-1e23-45cb-9bf1-5587193eb14c). 2023-02-19 02:29:28.009 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2023-02-19 02:29:28.009 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-21b6c256-1e23-45cb-9bf1-5587193eb14c/for-deployment-43c9a4c8-9164-4b31-8101-015a994c62cc/tempest.log' to option 'log_file'. 2023-02-19 02:29:28.009 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-21b6c256-1e23-45cb-9bf1-5587193eb14c/for-deployment-43c9a4c8-9164-4b31-8101-015a994c62cc/tempest.log 2023-02-19 02:29:28.010 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2023-02-19 02:29:28.010 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-21b6c256-1e23-45cb-9bf1-5587193eb14c/for-deployment-43c9a4c8-9164-4b31-8101-015a994c62cc/lock_files' to option 'lock_path'. 2023-02-19 02:29:28.010 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-21b6c256-1e23-45cb-9bf1-5587193eb14c/for-deployment-43c9a4c8-9164-4b31-8101-015a994c62cc/lock_files 2023-02-19 02:29:28.010 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2023-02-19 02:29:28.011 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-21b6c256-1e23-45cb-9bf1-5587193eb14c/for-deployment-43c9a4c8-9164-4b31-8101-015a994c62cc' to option 'img_dir'. 2023-02-19 02:29:28.011 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-21b6c256-1e23-45cb-9bf1-5587193eb14c/for-deployment-43c9a4c8-9164-4b31-8101-015a994c62cc 2023-02-19 02:29:28.011 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-02-19 02:29:28.012 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 67de1198-83f0-4366-83b1-d6bcc0c74c51 2023-02-19 02:29:28.012 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = b46bc019-6b54-40c8-82b8-b05d7cf9a94d 2023-02-19 02:29:28.013 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ac69fe55-d0a1-4c3b-bd94-2eeedcc2fde3 2023-02-19 02:29:28.013 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = df610c85-45e7-47b1-afb9-b5d2c8252889 2023-02-19 02:29:28.205 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2023-02-19 02:29:28.206 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_711127b6-8d27-45ca-9974-432cad47be54 2023-02-19 02:29:28.206 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2023-02-19 02:29:28.302 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2023-02-19 02:29:28.333 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2023-02-19 02:29:28.333 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_b8aa00c5_WXyH8eNw' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2023-02-19 02:29:28.367 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b8aa00c5_WXyH8eNw' (ID = 94a928fd-0c51-44bb-bf53-c1d6745fff9c) has been successfully created! 2023-02-19 02:29:28.368 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '94a928fd-0c51-44bb-bf53-c1d6745fff9c' to option 'instance_type'. 2023-02-19 02:29:28.368 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 94a928fd-0c51-44bb-bf53-c1d6745fff9c 2023-02-19 02:29:28.370 38 INFO rally.task.context [-] Verification 21b6c256-1e23-45cb-9bf1-5587193eb14c | Context tempest@default setup() finished in 0.75 sec 2023-02-19 02:29:28.371 38 INFO rally.task.context [-] Verification 21b6c256-1e23-45cb-9bf1-5587193eb14c | Context testr@default setup() finished in 0.47 msec 2023-02-19 02:29:28.371 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/e57bd200-6e14-44aa-ab00-03aee6e9117a'. 2023-02-19 02:29:46.279 38 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.521s] 2023-02-19 02:29:46.355 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.310s] 2023-02-19 02:29:46.906 38 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.529s] 2023-02-19 02:29:47.428 38 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.530s] 2023-02-19 02:29:47.516 38 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.089s] 2023-02-19 02:29:55.992 38 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.rbac.v1.test_secrets.SystemAdminTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2023-02-19 02:30:00.634 38 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.rbac.v1.test_secrets.ProjectReaderTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2023-02-19 02:30:00.636 38 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.rbac.v1.test_secrets.SystemReaderTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2023-02-19 02:30:10.117 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.177s] 2023-02-19 02:30:10.184 38 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.469s] 2023-02-19 02:30:10.222 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.104s] 2023-02-19 02:30:10.376 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.152s] 2023-02-19 02:30:10.477 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.101s] 2023-02-19 02:30:10.597 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.120s] 2023-02-19 02:30:21.118 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.rbac.v1.test_secrets.ProjectAdminTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2023-02-19 02:30:22.340 38 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.rbac.v1.test_secrets.ProjectMemberTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2023-02-19 02:30:22.342 38 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.rbac.v1.test_secrets.SystemMemberTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2023-02-19 02:30:28.704 38 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [14.280s] 2023-02-19 02:30:34.033 38 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [26.381s] 2023-02-19 02:30:43.740 38 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2023-02-19 02:30:49.707 38 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [26.116s] 2023-02-19 02:30:50.064 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_invalid_cert_boot_failure ... success [16.730s] 2023-02-19 02:31:11.448 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_boot ... success [21.382s] 2023-02-19 02:31:32.058 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_hard_reboot ... success [20.603s] 2023-02-19 02:31:55.267 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_server_rebuild ... success [23.203s] 2023-02-19 02:32:04.306 38 INFO rally.task.context [-] Verification 21b6c256-1e23-45cb-9bf1-5587193eb14c | Context testr@default cleanup() started 2023-02-19 02:32:04.307 38 INFO rally.task.context [-] Verification 21b6c256-1e23-45cb-9bf1-5587193eb14c | Context testr@default cleanup() finished in 0.66 msec 2023-02-19 02:32:04.307 38 INFO rally.task.context [-] Verification 21b6c256-1e23-45cb-9bf1-5587193eb14c | Context tempest@default cleanup() started 2023-02-19 02:32:04.447 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_b8aa00c5_WXyH8eNw'. 2023-02-19 02:32:04.514 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b8aa00c5_WXyH8eNw' has been deleted. 2023-02-19 02:32:04.515 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '94a928fd-0c51-44bb-bf53-c1d6745fff9c' of option 'instance_type' from Tempest config file. 2023-02-19 02:32:04.516 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '94a928fd-0c51-44bb-bf53-c1d6745fff9c' has been removed. 2023-02-19 02:32:04.518 38 INFO rally.task.context [-] Verification 21b6c256-1e23-45cb-9bf1-5587193eb14c | Context tempest@default cleanup() finished in 0.21 sec 2023-02-19 02:32:04.532 38 INFO rally.api [-] Verification (UUID=b8aa00c5-141d-47d5-8908-e7fcb9747d78) has been successfully finished for deployment 'opnfv-rally' (UUID=43c9a4c8-9164-4b31-8101-015a994c62cc)! 2023-02-19 02:32:06.419 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:32:06.420 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:32:06.420 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:32:08.233 62 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:32:08.233 62 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:32:08.234 62 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:32:11.155 62 INFO rally.api [-] Building 'html' report for the following verification(s): 'b8aa00c5-141d-47d5-8908-e7fcb9747d78' 2023-02-19 02:32:11.179 62 INFO rally.api [-] The report has been successfully built. 2023-02-19 02:32:13.266 64 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 02:32:13.266 64 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 02:32:13.274 64 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 02:32:16.237 64 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b8aa00c5-141d-47d5-8908-e7fcb9747d78' 2023-02-19 02:32:16.242 64 INFO rally.api [-] The report has been successfully built.