2021-08-16 19:41:54.764 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:41:54.765 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:41:54.765 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:41:57.784 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 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-16 19:41:57.784 8 ERROR rally.cli.cliutils 2021-08-16 19:41:59.406 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:41:59.406 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:41:59.406 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:42:03.600 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:42:03.600 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:42:03.601 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:42:08.454 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:42:08.454 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:42:08.454 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:42:09.972 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:42:09.972 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:42:09.972 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:42:12.600 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 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-16 19:42:12.600 18 ERROR rally.cli.cliutils 2021-08-16 19:42:14.206 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:42:14.207 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:42:14.207 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:42:16.839 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-16 19:42:16.880 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-42d77242-b285-4d1a-a200-bc92be4c7f25/repo. 2021-08-16 19:42:17.267 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-42d77242-b285-4d1a-a200-bc92be4c7f25/repo'... done. Note: switching to '883706539ffd4099b0701a27cc3e6a3b7c527dbe'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-08-16 19:42:17.282 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-g883706539 ' 2021-08-16 19:42:17.290 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '883706539ffd4099b0701a27cc3e6a3b7c527dbe ' 2021-08-16 19:42:17.299 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-16 19:42:17.381 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-16 19:42:18.219 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=42d77242-b285-4d1a-a200-bc92be4c7f25) has been successfully created! 2021-08-16 19:42:19.854 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:42:19.854 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:42:19.854 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:42:24.468 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:42:24.469 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:42:24.469 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:42:26.897 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=42d77242-b285-4d1a-a200-bc92be4c7f25) for deployment 'opnfv-rally' (UUID=463065e8-34fd-408e-8323-b1665c719638). 2021-08-16 19:42:27.320 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=42d77242-b285-4d1a-a200-bc92be4c7f25) has been successfully configured for deployment 'opnfv-rally' (UUID=463065e8-34fd-408e-8323-b1665c719638)! 2021-08-16 19:42:36.881 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:42:36.882 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:42:36.882 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:42:39.615 38 INFO rally.api [-] Starting verification (UUID=eb1dbd3c-a316-4b8d-90b5-b3165343105e) for deployment 'opnfv-rally' (UUID=463065e8-34fd-408e-8323-b1665c719638) by verifier 'opnfv-tempest' (UUID=42d77242-b285-4d1a-a200-bc92be4c7f25). 2021-08-16 19:42:40.172 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-16 19:42:40.172 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-42d77242-b285-4d1a-a200-bc92be4c7f25/for-deployment-463065e8-34fd-408e-8323-b1665c719638/tempest.log' to option 'log_file'. 2021-08-16 19:42:40.173 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-42d77242-b285-4d1a-a200-bc92be4c7f25/for-deployment-463065e8-34fd-408e-8323-b1665c719638/tempest.log 2021-08-16 19:42:40.173 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-16 19:42:40.173 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-42d77242-b285-4d1a-a200-bc92be4c7f25/for-deployment-463065e8-34fd-408e-8323-b1665c719638/lock_files' to option 'lock_path'. 2021-08-16 19:42:40.173 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-42d77242-b285-4d1a-a200-bc92be4c7f25/for-deployment-463065e8-34fd-408e-8323-b1665c719638/lock_files 2021-08-16 19:42:40.174 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-08-16 19:42:40.174 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-42d77242-b285-4d1a-a200-bc92be4c7f25/for-deployment-463065e8-34fd-408e-8323-b1665c719638' to option 'img_dir'. 2021-08-16 19:42:40.174 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-42d77242-b285-4d1a-a200-bc92be4c7f25/for-deployment-463065e8-34fd-408e-8323-b1665c719638 2021-08-16 19:42:40.174 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 2021-08-16 19:42:40.175 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4b079a63-1e09-4b58-a929-16337416b90e 2021-08-16 19:42:40.175 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f5cc81f4-4601-41b2-b136-ee700f3d9520 2021-08-16 19:42:40.175 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 6246434c-6472-4333-949b-d6d219ed171c 2021-08-16 19:42:40.176 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 5700ad5f-fef4-4692-a3b9-c557598508e1 2021-08-16 19:42:40.387 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-16 19:42:40.388 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_7250bb5b-8aee-40a6-b521-f0724ba56d9b 2021-08-16 19:42:40.388 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-16 19:42:40.503 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-16 19:42:40.534 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-08-16 19:42:40.535 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_eb1dbd3c_5FDSpnD3' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-08-16 19:42:40.568 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_eb1dbd3c_5FDSpnD3' (ID = cf5d5108-f526-429c-bfbc-bda6f03b411e) has been successfully created! 2021-08-16 19:42:40.569 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'cf5d5108-f526-429c-bfbc-bda6f03b411e' to option 'instance_type'. 2021-08-16 19:42:40.569 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = cf5d5108-f526-429c-bfbc-bda6f03b411e 2021-08-16 19:42:40.571 38 INFO rally.task.context [-] Verification 42d77242-b285-4d1a-a200-bc92be4c7f25 | Context tempest@default setup() finished in 0.78 sec 2021-08-16 19:42:40.572 38 INFO rally.task.context [-] Verification 42d77242-b285-4d1a-a200-bc92be4c7f25 | Context testr@default setup() finished in 0.50 msec 2021-08-16 19:42:40.572 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/a2baee0e-212a-426b-a5c3-ddcc40992880'. 2021-08-16 19:42:59.442 38 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.633s] 2021-08-16 19:42:59.516 38 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.076s] 2021-08-16 19:43:00.689 38 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.382s] 2021-08-16 19:43:02.972 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.472s] 2021-08-16 19:43:03.413 38 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.209s] 2021-08-16 19:43:10.755 38 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.rbac.v1.test_secrets.ProjectMemberTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-08-16 19:43:10.757 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' 2021-08-16 19:43:12.211 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' 2021-08-16 19:43:25.484 38 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.184s] 2021-08-16 19:43:25.576 38 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.091s] 2021-08-16 19:43:25.732 38 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.155s] 2021-08-16 19:43:25.832 38 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.099s] 2021-08-16 19:43:25.955 38 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.121s] 2021-08-16 19:43:27.047 38 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.362s] 2021-08-16 19:43:33.617 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_invalid_cert_boot_failure ... success [10.792s] 2021-08-16 19:43:36.759 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' 2021-08-16 19:43:39.251 38 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [27.439s] 2021-08-16 19:43:39.269 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' 2021-08-16 19:43:39.272 38 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.rbac.v1.test_secrets.SystemReaderTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-08-16 19:43:46.458 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_boot ... success [12.838s] 2021-08-16 19:44:00.166 38 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [12.442s] 2021-08-16 19:44:05.198 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_hard_reboot ... success [18.736s] 2021-08-16 19:44:08.238 38 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2021-08-16 19:44:25.775 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_server_rebuild ... success [20.572s] 2021-08-16 19:45:03.822 38 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [21.642s] 2021-08-16 19:45:12.028 38 INFO rally.task.context [-] Verification 42d77242-b285-4d1a-a200-bc92be4c7f25 | Context testr@default cleanup() started 2021-08-16 19:45:12.028 38 INFO rally.task.context [-] Verification 42d77242-b285-4d1a-a200-bc92be4c7f25 | Context testr@default cleanup() finished in 0.75 msec 2021-08-16 19:45:12.029 38 INFO rally.task.context [-] Verification 42d77242-b285-4d1a-a200-bc92be4c7f25 | Context tempest@default cleanup() started 2021-08-16 19:45:12.171 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_eb1dbd3c_5FDSpnD3'. 2021-08-16 19:45:12.279 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_eb1dbd3c_5FDSpnD3' has been deleted. 2021-08-16 19:45:12.280 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'cf5d5108-f526-429c-bfbc-bda6f03b411e' of option 'instance_type' from Tempest config file. 2021-08-16 19:45:12.281 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'cf5d5108-f526-429c-bfbc-bda6f03b411e' has been removed. 2021-08-16 19:45:12.282 38 INFO rally.task.context [-] Verification 42d77242-b285-4d1a-a200-bc92be4c7f25 | Context tempest@default cleanup() finished in 0.25 sec 2021-08-16 19:45:12.298 38 INFO rally.api [-] Verification (UUID=eb1dbd3c-a316-4b8d-90b5-b3165343105e) has been successfully finished for deployment 'opnfv-rally' (UUID=463065e8-34fd-408e-8323-b1665c719638)! 2021-08-16 19:45:14.137 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:45:14.138 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:45:14.138 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:45:15.817 62 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:45:15.817 62 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:45:15.817 62 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:45:18.369 62 INFO rally.api [-] Building 'html' report for the following verification(s): 'eb1dbd3c-a316-4b8d-90b5-b3165343105e' 2021-08-16 19:45:18.390 62 INFO rally.api [-] The report has been successfully built. 2021-08-16 19:45:19.950 64 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:45:19.950 64 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:45:19.950 64 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:45:22.358 64 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'eb1dbd3c-a316-4b8d-90b5-b3165343105e' 2021-08-16 19:45:22.363 64 INFO rally.api [-] The report has been successfully built.