2023-02-19 01:38:09.034 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:38:09.034 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:38:09.035 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:38:12.039 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 01:38:12.039 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-02-19 01:38:12.039 8 ERROR rally.cli.cliutils 2023-02-19 01:38:13.641 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:38:13.641 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:38:13.641 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:38:17.870 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:38:17.870 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:38:17.871 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:38:22.814 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:38:22.814 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:38:22.814 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:38:24.210 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:38:24.210 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:38:24.210 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:38:26.829 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 01:38:26.829 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-02-19 01:38:26.829 18 ERROR rally.cli.cliutils 2023-02-19 01:38:28.419 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:38:28.419 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:38:28.419 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:38:31.157 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2023-02-19 01:38:31.228 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-46173f4f-f85f-422a-92fb-9ef866203c41/repo. 2023-02-19 01:38:31.529 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-46173f4f-f85f-422a-92fb-9ef866203c41/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 01:38:31.544 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2023-02-19 01:38:31.551 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2023-02-19 01:38:31.561 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2023-02-19 01:38:31.642 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2023-02-19 01:38:32.393 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=46173f4f-f85f-422a-92fb-9ef866203c41) has been successfully created! 2023-02-19 01:38:34.360 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:38:34.360 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:38:34.360 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:38:39.695 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:38:39.695 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:38:39.695 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:38:42.175 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=46173f4f-f85f-422a-92fb-9ef866203c41) for deployment 'opnfv-rally' (UUID=1b375a3d-4152-4d24-b39e-af6e6e02a6d8). 2023-02-19 01:38:42.667 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=46173f4f-f85f-422a-92fb-9ef866203c41) has been successfully configured for deployment 'opnfv-rally' (UUID=1b375a3d-4152-4d24-b39e-af6e6e02a6d8)! 2023-02-19 01:38:53.312 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:38:53.312 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:38:53.312 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:38:55.915 38 INFO rally.api [-] Starting verification (UUID=9cf6720a-b5ea-4a39-a832-624e972d5617) for deployment 'opnfv-rally' (UUID=1b375a3d-4152-4d24-b39e-af6e6e02a6d8) by verifier 'opnfv-tempest' (UUID=46173f4f-f85f-422a-92fb-9ef866203c41). 2023-02-19 01:38:56.619 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2023-02-19 01:38:56.620 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-46173f4f-f85f-422a-92fb-9ef866203c41/for-deployment-1b375a3d-4152-4d24-b39e-af6e6e02a6d8/tempest.log' to option 'log_file'. 2023-02-19 01:38:56.620 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-46173f4f-f85f-422a-92fb-9ef866203c41/for-deployment-1b375a3d-4152-4d24-b39e-af6e6e02a6d8/tempest.log 2023-02-19 01:38:56.620 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2023-02-19 01:38:56.621 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-46173f4f-f85f-422a-92fb-9ef866203c41/for-deployment-1b375a3d-4152-4d24-b39e-af6e6e02a6d8/lock_files' to option 'lock_path'. 2023-02-19 01:38:56.621 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-46173f4f-f85f-422a-92fb-9ef866203c41/for-deployment-1b375a3d-4152-4d24-b39e-af6e6e02a6d8/lock_files 2023-02-19 01:38:56.621 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2023-02-19 01:38:56.621 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-46173f4f-f85f-422a-92fb-9ef866203c41/for-deployment-1b375a3d-4152-4d24-b39e-af6e6e02a6d8' to option 'img_dir'. 2023-02-19 01:38:56.622 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-46173f4f-f85f-422a-92fb-9ef866203c41/for-deployment-1b375a3d-4152-4d24-b39e-af6e6e02a6d8 2023-02-19 01:38:56.622 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 01:38:56.622 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ffe87065-2ab9-419f-accc-d60563afbe5d 2023-02-19 01:38:56.622 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = fc138731-ca84-4866-92ac-7b73e39f30dc 2023-02-19 01:38:56.623 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 2e7ac61e-2fc4-4ba7-b51b-ab3a6b686dba 2023-02-19 01:38:56.624 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 1e0943ea-a36a-4b63-9ff0-bc65d34c6a28 2023-02-19 01:38:56.833 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2023-02-19 01:38:56.833 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_6b27571d-530d-40df-9574-72f51bd8ed60 2023-02-19 01:38:56.834 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2023-02-19 01:38:56.940 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 01:38:56.979 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2023-02-19 01:38:56.979 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_9cf6720a_42bR8seI' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2023-02-19 01:38:57.014 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_9cf6720a_42bR8seI' (ID = 1fd5feab-7fff-4078-ba58-2e427877bd31) has been successfully created! 2023-02-19 01:38:57.015 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '1fd5feab-7fff-4078-ba58-2e427877bd31' to option 'instance_type'. 2023-02-19 01:38:57.015 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 1fd5feab-7fff-4078-ba58-2e427877bd31 2023-02-19 01:38:57.017 38 INFO rally.task.context [-] Verification 46173f4f-f85f-422a-92fb-9ef866203c41 | Context tempest@default setup() finished in 0.91 sec 2023-02-19 01:38:57.018 38 INFO rally.task.context [-] Verification 46173f4f-f85f-422a-92fb-9ef866203c41 | Context testr@default setup() finished in 0.52 msec 2023-02-19 01:38:57.018 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/8995de4e-1cf8-4e27-b37e-7a39fd51dcea'. 2023-02-19 01:39:02.987 38 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.030s] 2023-02-19 01:39:03.383 38 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.395s] 2023-02-19 01:39:03.610 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.017s] 2023-02-19 01:39:03.624 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.014s] 2023-02-19 01:39:03.636 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.012s] 2023-02-19 01:39:03.666 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.029s] 2023-02-19 01:39:03.674 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.008s] 2023-02-19 01:39:03.755 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.187s] 2023-02-19 01:39:03.883 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.204s] 2023-02-19 01:39:03.889 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.010s] 2023-02-19 01:39:03.901 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.012s] 2023-02-19 01:39:03.914 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.012s] 2023-02-19 01:39:03.920 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.005s] 2023-02-19 01:39:03.934 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.013s] 2023-02-19 01:39:03.943 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [0.373s] 2023-02-19 01:39:04.054 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [0.110s] 2023-02-19 01:39:04.102 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.168s] 2023-02-19 01:39:05.815 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.174s] 2023-02-19 01:39:06.372 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [0.244s] 2023-02-19 01:39:06.535 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [0.161s] 2023-02-19 01:39:06.649 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [0.113s] 2023-02-19 01:39:06.651 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.041s] 2023-02-19 01:39:06.725 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.075s] 2023-02-19 01:39:06.769 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.044s] 2023-02-19 01:39:06.800 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.031s] 2023-02-19 01:39:06.830 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.029s] 2023-02-19 01:39:06.851 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.021s] 2023-02-19 01:39:06.869 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.018s] 2023-02-19 01:39:06.895 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.024s] 2023-02-19 01:39:07.014 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.117s] 2023-02-19 01:39:07.164 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.148s] 2023-02-19 01:39:08.295 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [0.167s] 2023-02-19 01:39:08.396 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [0.100s] 2023-02-19 01:39:08.462 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.066s] 2023-02-19 01:39:08.571 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [0.106s] 2023-02-19 01:39:08.689 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [0.117s] 2023-02-19 01:39:08.805 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [0.115s] 2023-02-19 01:39:08.934 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [0.127s] 2023-02-19 01:39:09.052 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [0.118s] 2023-02-19 01:39:09.180 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [0.128s] 2023-02-19 01:39:09.277 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [0.096s] 2023-02-19 01:39:09.412 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [0.134s] 2023-02-19 01:39:09.423 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.022s] 2023-02-19 01:39:09.460 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.037s] 2023-02-19 01:39:09.552 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [0.139s] 2023-02-19 01:39:09.665 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [0.111s] 2023-02-19 01:39:09.779 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [0.112s] 2023-02-19 01:39:09.904 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [0.123s] 2023-02-19 01:39:09.974 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [4.185s] 2023-02-19 01:39:10.035 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [0.130s] 2023-02-19 01:39:10.164 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [0.127s] 2023-02-19 01:39:10.293 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [0.130s] 2023-02-19 01:39:10.431 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [0.137s] 2023-02-19 01:39:13.335 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.357s] 2023-02-19 01:39:16.805 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.468s] 2023-02-19 01:39:20.150 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.068s] 2023-02-19 01:39:20.196 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.392s] 2023-02-19 01:39:21.996 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [0.355s] 2023-02-19 01:39:23.300 38 INFO rally.task.context [-] Verification 46173f4f-f85f-422a-92fb-9ef866203c41 | Context testr@default cleanup() started 2023-02-19 01:39:23.300 38 INFO rally.task.context [-] Verification 46173f4f-f85f-422a-92fb-9ef866203c41 | Context testr@default cleanup() finished in 0.52 msec 2023-02-19 01:39:23.300 38 INFO rally.task.context [-] Verification 46173f4f-f85f-422a-92fb-9ef866203c41 | Context tempest@default cleanup() started 2023-02-19 01:39:23.464 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_9cf6720a_42bR8seI'. 2023-02-19 01:39:23.600 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_9cf6720a_42bR8seI' has been deleted. 2023-02-19 01:39:23.601 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '1fd5feab-7fff-4078-ba58-2e427877bd31' of option 'instance_type' from Tempest config file. 2023-02-19 01:39:23.602 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '1fd5feab-7fff-4078-ba58-2e427877bd31' has been removed. 2023-02-19 01:39:23.603 38 INFO rally.task.context [-] Verification 46173f4f-f85f-422a-92fb-9ef866203c41 | Context tempest@default cleanup() finished in 0.30 sec 2023-02-19 01:39:23.622 38 INFO rally.api [-] Verification (UUID=9cf6720a-b5ea-4a39-a832-624e972d5617) has been successfully finished for deployment 'opnfv-rally' (UUID=1b375a3d-4152-4d24-b39e-af6e6e02a6d8)! 2023-02-19 01:39:25.535 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:39:25.535 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:39:25.536 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:39:27.184 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:39:27.184 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:39:27.185 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:39:30.132 56 INFO rally.api [-] Building 'html' report for the following verification(s): '9cf6720a-b5ea-4a39-a832-624e972d5617' 2023-02-19 01:39:30.154 56 INFO rally.api [-] The report has been successfully built. 2023-02-19 01:39:31.881 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:39:31.882 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:39:31.882 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:39:34.438 58 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '9cf6720a-b5ea-4a39-a832-624e972d5617' 2023-02-19 01:39:34.443 58 INFO rally.api [-] The report has been successfully built.