2023-03-26 01:37:22.523 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:37:22.524 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:37:22.524 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:37:25.091 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 01:37:25.091 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-03-26 01:37:25.091 8 ERROR rally.cli.cliutils 2023-03-26 01:37:26.805 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:37:26.806 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:37:26.806 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:37:31.394 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:37:31.395 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:37:31.395 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:37:36.402 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:37:36.402 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:37:36.402 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:37:37.778 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:37:37.779 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:37:37.779 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:37:40.123 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 01:37:40.123 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-03-26 01:37:40.123 18 ERROR rally.cli.cliutils 2023-03-26 01:37:41.523 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:37:41.523 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:37:41.523 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:37:43.816 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2023-03-26 01:37:43.853 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-fb721111-d5bb-42ab-92f3-147378d9aba7/repo. 2023-03-26 01:37:44.145 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-fb721111-d5bb-42ab-92f3-147378d9aba7/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 01:37:44.160 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2023-03-26 01:37:44.170 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2023-03-26 01:37:44.178 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2023-03-26 01:37:44.234 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2023-03-26 01:37:44.942 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fb721111-d5bb-42ab-92f3-147378d9aba7) has been successfully created! 2023-03-26 01:37:46.383 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:37:46.384 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:37:46.384 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:37:51.102 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:37:51.103 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:37:51.103 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:37:53.455 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=fb721111-d5bb-42ab-92f3-147378d9aba7) for deployment 'opnfv-rally' (UUID=7fcd6563-fc07-47b0-9378-34e5ffa1af4b). 2023-03-26 01:37:54.001 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fb721111-d5bb-42ab-92f3-147378d9aba7) has been successfully configured for deployment 'opnfv-rally' (UUID=7fcd6563-fc07-47b0-9378-34e5ffa1af4b)! 2023-03-26 01:38:03.316 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:38:03.316 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:38:03.316 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:38:05.638 38 INFO rally.api [-] Starting verification (UUID=c99fe11a-2456-43dc-8dff-72849378da1f) for deployment 'opnfv-rally' (UUID=7fcd6563-fc07-47b0-9378-34e5ffa1af4b) by verifier 'opnfv-tempest' (UUID=fb721111-d5bb-42ab-92f3-147378d9aba7). 2023-03-26 01:38:06.268 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2023-03-26 01:38:06.268 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fb721111-d5bb-42ab-92f3-147378d9aba7/for-deployment-7fcd6563-fc07-47b0-9378-34e5ffa1af4b/tempest.log' to option 'log_file'. 2023-03-26 01:38:06.269 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-fb721111-d5bb-42ab-92f3-147378d9aba7/for-deployment-7fcd6563-fc07-47b0-9378-34e5ffa1af4b/tempest.log 2023-03-26 01:38:06.269 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2023-03-26 01:38:06.269 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fb721111-d5bb-42ab-92f3-147378d9aba7/for-deployment-7fcd6563-fc07-47b0-9378-34e5ffa1af4b/lock_files' to option 'lock_path'. 2023-03-26 01:38:06.269 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-fb721111-d5bb-42ab-92f3-147378d9aba7/for-deployment-7fcd6563-fc07-47b0-9378-34e5ffa1af4b/lock_files 2023-03-26 01:38:06.270 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2023-03-26 01:38:06.270 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fb721111-d5bb-42ab-92f3-147378d9aba7/for-deployment-7fcd6563-fc07-47b0-9378-34e5ffa1af4b' to option 'img_dir'. 2023-03-26 01:38:06.270 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-fb721111-d5bb-42ab-92f3-147378d9aba7/for-deployment-7fcd6563-fc07-47b0-9378-34e5ffa1af4b 2023-03-26 01:38:06.270 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 01:38:06.271 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 1c7d181a-cadf-4a0b-8e32-1432934137d1 2023-03-26 01:38:06.271 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 4ed136bb-7b51-43ae-91c3-aa12cbc72ab7 2023-03-26 01:38:06.271 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e471795c-bbd1-4edc-ae52-8051a8e689cb 2023-03-26 01:38:06.272 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ab4c755b-6613-4bf5-96e4-657889a44759 2023-03-26 01:38:06.534 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2023-03-26 01:38:06.534 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_a6fdda42-b6fb-4958-a2c0-6939f9a7746d 2023-03-26 01:38:06.535 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2023-03-26 01:38:06.638 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 01:38:06.664 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2023-03-26 01:38:06.665 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_c99fe11a_uhQdO11r' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2023-03-26 01:38:06.701 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_c99fe11a_uhQdO11r' (ID = 17ba9493-379a-4eb2-a3ad-f06fa6070fdb) has been successfully created! 2023-03-26 01:38:06.701 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '17ba9493-379a-4eb2-a3ad-f06fa6070fdb' to option 'instance_type'. 2023-03-26 01:38:06.701 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 17ba9493-379a-4eb2-a3ad-f06fa6070fdb 2023-03-26 01:38:06.703 38 INFO rally.task.context [-] Verification fb721111-d5bb-42ab-92f3-147378d9aba7 | Context tempest@default setup() finished in 0.89 sec 2023-03-26 01:38:06.704 38 INFO rally.task.context [-] Verification fb721111-d5bb-42ab-92f3-147378d9aba7 | Context testr@default setup() finished in 0.57 msec 2023-03-26 01:38:06.705 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/1c4b4b31-67b7-4281-bc73-a563adfa512d'. 2023-03-26 01:38:12.210 38 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.029s] 2023-03-26 01:38:12.412 38 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.201s] 2023-03-26 01:38:12.724 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.016s] 2023-03-26 01:38:12.739 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.015s] 2023-03-26 01:38:12.752 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.013s] 2023-03-26 01:38:12.762 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.170s] 2023-03-26 01:38:12.779 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.025s] 2023-03-26 01:38:12.787 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.009s] 2023-03-26 01:38:12.982 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [0.384s] 2023-03-26 01:38:12.989 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.196s] 2023-03-26 01:38:12.995 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.010s] 2023-03-26 01:38:13.008 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.013s] 2023-03-26 01:38:13.019 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.010s] 2023-03-26 01:38:13.024 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2023-03-26 01:38:13.037 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.013s] 2023-03-26 01:38:13.075 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [0.093s] 2023-03-26 01:38:13.195 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.158s] 2023-03-26 01:38:15.428 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [0.276s] 2023-03-26 01:38:15.539 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [0.110s] 2023-03-26 01:38:15.552 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.172s] 2023-03-26 01:38:15.605 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.065s] 2023-03-26 01:38:15.726 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [0.118s] 2023-03-26 01:38:15.753 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [0.184s] 2023-03-26 01:38:15.838 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [0.111s] 2023-03-26 01:38:15.913 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [0.158s] 2023-03-26 01:38:15.952 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [0.114s] 2023-03-26 01:38:16.025 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [0.113s] 2023-03-26 01:38:16.075 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [0.122s] 2023-03-26 01:38:16.192 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [0.116s] 2023-03-26 01:38:16.315 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [0.122s] 2023-03-26 01:38:16.418 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [0.102s] 2023-03-26 01:38:16.554 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [0.134s] 2023-03-26 01:38:16.690 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [0.134s] 2023-03-26 01:38:16.807 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [0.117s] 2023-03-26 01:38:16.924 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [0.116s] 2023-03-26 01:38:17.050 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [0.124s] 2023-03-26 01:38:17.173 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [0.123s] 2023-03-26 01:38:17.318 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [0.143s] 2023-03-26 01:38:17.455 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [0.137s] 2023-03-26 01:38:17.594 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [0.138s] 2023-03-26 01:38:17.828 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [0.380s] 2023-03-26 01:38:19.129 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.016s] 2023-03-26 01:38:19.157 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.028s] 2023-03-26 01:38:20.843 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.356s] 2023-03-26 01:38:23.823 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [2.979s] 2023-03-26 01:38:26.124 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.065s] 2023-03-26 01:38:26.940 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.114s] 2023-03-26 01:38:27.444 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.045s] 2023-03-26 01:38:27.528 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.084s] 2023-03-26 01:38:27.568 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.040s] 2023-03-26 01:38:27.604 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.034s] 2023-03-26 01:38:27.642 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.036s] 2023-03-26 01:38:27.661 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.021s] 2023-03-26 01:38:27.679 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.017s] 2023-03-26 01:38:27.702 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.021s] 2023-03-26 01:38:27.806 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.103s] 2023-03-26 01:38:27.965 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.158s] 2023-03-26 01:38:30.089 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.150s] 2023-03-26 01:38:31.222 38 INFO rally.task.context [-] Verification fb721111-d5bb-42ab-92f3-147378d9aba7 | Context testr@default cleanup() started 2023-03-26 01:38:31.223 38 INFO rally.task.context [-] Verification fb721111-d5bb-42ab-92f3-147378d9aba7 | Context testr@default cleanup() finished in 0.73 msec 2023-03-26 01:38:31.223 38 INFO rally.task.context [-] Verification fb721111-d5bb-42ab-92f3-147378d9aba7 | Context tempest@default cleanup() started 2023-03-26 01:38:31.380 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_c99fe11a_uhQdO11r'. 2023-03-26 01:38:31.520 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_c99fe11a_uhQdO11r' has been deleted. 2023-03-26 01:38:31.520 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '17ba9493-379a-4eb2-a3ad-f06fa6070fdb' of option 'instance_type' from Tempest config file. 2023-03-26 01:38:31.521 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '17ba9493-379a-4eb2-a3ad-f06fa6070fdb' has been removed. 2023-03-26 01:38:31.522 38 INFO rally.task.context [-] Verification fb721111-d5bb-42ab-92f3-147378d9aba7 | Context tempest@default cleanup() finished in 0.30 sec 2023-03-26 01:38:31.542 38 INFO rally.api [-] Verification (UUID=c99fe11a-2456-43dc-8dff-72849378da1f) has been successfully finished for deployment 'opnfv-rally' (UUID=7fcd6563-fc07-47b0-9378-34e5ffa1af4b)! 2023-03-26 01:38:33.329 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:38:33.329 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:38:33.329 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:38:34.816 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:38:34.817 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:38:34.817 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:38:37.329 56 INFO rally.api [-] Building 'html' report for the following verification(s): 'c99fe11a-2456-43dc-8dff-72849378da1f' 2023-03-26 01:38:37.350 56 INFO rally.api [-] The report has been successfully built. 2023-03-26 01:38:39.088 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:38:39.088 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:38:39.088 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:38:41.757 58 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c99fe11a-2456-43dc-8dff-72849378da1f' 2023-03-26 01:38:41.761 58 INFO rally.api [-] The report has been successfully built.