2022-04-19 08:17:45.825 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:17:45.826 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:17:45.826 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-04-19 08:17:48.098 7 ERROR rally.cli.cliutils 2022-04-19 08:17:49.742 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:17:49.742 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:17:49.742 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:17:53.651 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:17:53.652 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:17:53.652 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:17:58.041 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:17:58.041 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:17:58.041 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:17:59.470 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:17:59.470 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:17:59.471 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils force=force) 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-04-19 08:18:01.520 16 ERROR rally.cli.cliutils 2022-04-19 08:18:02.957 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:18:02.957 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:18:02.958 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:18:04.803 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-04-19 08:18:04.873 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-76fa4782-97a5-45ed-98a2-542d2bb1cac5/repo. 2022-04-19 08:18:05.247 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-76fa4782-97a5-45ed-98a2-542d2bb1cac5/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2022-04-19 08:18:05.263 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-04-19 08:18:05.273 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-04-19 08:18:05.295 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-04-19 08:18:05.363 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-04-19 08:18:05.976 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=76fa4782-97a5-45ed-98a2-542d2bb1cac5) has been successfully created! 2022-04-19 08:18:07.422 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:18:07.422 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:18:07.422 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:18:11.827 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:18:11.827 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:18:11.828 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:18:13.730 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=76fa4782-97a5-45ed-98a2-542d2bb1cac5) for deployment 'opnfv-rally' (UUID=1acc3ad9-bc2b-4eb6-925b-537ca0f3e1f6). 2022-04-19 08:18:14.128 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=76fa4782-97a5-45ed-98a2-542d2bb1cac5) has been successfully configured for deployment 'opnfv-rally' (UUID=1acc3ad9-bc2b-4eb6-925b-537ca0f3e1f6)! 2022-04-19 08:18:22.899 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:18:22.900 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:18:22.900 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:18:25.103 33 INFO rally.api [-] Starting verification (UUID=ec287bdd-f496-403e-9f84-b186bda21244) for deployment 'opnfv-rally' (UUID=1acc3ad9-bc2b-4eb6-925b-537ca0f3e1f6) by verifier 'opnfv-tempest' (UUID=76fa4782-97a5-45ed-98a2-542d2bb1cac5). 2022-04-19 08:18:25.874 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-04-19 08:18:25.874 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-76fa4782-97a5-45ed-98a2-542d2bb1cac5/for-deployment-1acc3ad9-bc2b-4eb6-925b-537ca0f3e1f6/tempest.log' to option 'log_file'. 2022-04-19 08:18:25.875 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-76fa4782-97a5-45ed-98a2-542d2bb1cac5/for-deployment-1acc3ad9-bc2b-4eb6-925b-537ca0f3e1f6/tempest.log 2022-04-19 08:18:25.875 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-04-19 08:18:25.875 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-76fa4782-97a5-45ed-98a2-542d2bb1cac5/for-deployment-1acc3ad9-bc2b-4eb6-925b-537ca0f3e1f6/lock_files' to option 'lock_path'. 2022-04-19 08:18:25.876 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-76fa4782-97a5-45ed-98a2-542d2bb1cac5/for-deployment-1acc3ad9-bc2b-4eb6-925b-537ca0f3e1f6/lock_files 2022-04-19 08:18:25.876 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-04-19 08:18:25.876 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2022-04-19 08:18:25.876 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = bd14b191-f7c1-4086-8e83-47f6a148d9c2 2022-04-19 08:18:25.877 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = b682e23b-8fe0-489f-b8e8-7bb794f35260 2022-04-19 08:18:25.877 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 05fac0a5-b428-4cdf-a6bc-6554e8e03102 2022-04-19 08:18:25.878 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 819e5b91-c4e2-4a0f-8151-b36b4cbfb28c 2022-04-19 08:18:30.540 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-04-19 08:18:30.541 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_182b0c2a-abeb-4012-97cb-219f5f15cfdb 2022-04-19 08:18:30.542 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-04-19 08:18:30.636 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-04-19 08:18:30.675 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_75a8fbba_RfBpPxza'. Using flavor 'rally_verify_75a8fbba_RfBpPxza' (ID = 8ece6fe5-e1af-4293-b5d5-36454fa3d8cd) for the tests. 2022-04-19 08:18:30.675 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8ece6fe5-e1af-4293-b5d5-36454fa3d8cd' to option 'instance_type'. 2022-04-19 08:18:30.675 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8ece6fe5-e1af-4293-b5d5-36454fa3d8cd 2022-04-19 08:18:30.677 33 INFO rally.task.context [-] Verification 76fa4782-97a5-45ed-98a2-542d2bb1cac5 | Context tempest@default setup() finished in 5.34 sec 2022-04-19 08:18:30.678 33 INFO rally.task.context [-] Verification 76fa4782-97a5-45ed-98a2-542d2bb1cac5 | Context testr@default setup() finished in 0.32 msec 2022-04-19 08:18:30.678 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/734f7253-79cc-4b1b-9154-449f99914fb3'. 2022-04-19 08:18:35.674 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.029s] 2022-04-19 08:18:36.065 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.390s] 2022-04-19 08:18:36.425 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.185s] 2022-04-19 08:18:36.425 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.192s] 2022-04-19 08:18:39.776 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.231s] 2022-04-19 08:18:41.918 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.138s] 2022-04-19 08:18:43.871 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.246s] 2022-04-19 08:18:44.012 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.096s] 2022-04-19 08:18:45.940 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.069s] 2022-04-19 08:18:46.588 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.012s] 2022-04-19 08:18:46.601 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.012s] 2022-04-19 08:18:46.611 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.010s] 2022-04-19 08:18:46.633 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.022s] 2022-04-19 08:18:46.641 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.008s] 2022-04-19 08:18:46.799 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.152s] 2022-04-19 08:18:46.802 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.007s] 2022-04-19 08:18:46.813 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.011s] 2022-04-19 08:18:46.822 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.008s] 2022-04-19 08:18:46.825 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.003s] 2022-04-19 08:18:46.835 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.009s] 2022-04-19 08:18:47.001 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.166s] 2022-04-19 08:18:47.924 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.061s] 2022-04-19 08:18:47.963 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.253s] 2022-04-19 08:18:48.440 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.020s] 2022-04-19 08:18:48.463 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.023s] 2022-04-19 08:18:50.032 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.068s] 2022-04-19 08:18:50.073 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.040s] 2022-04-19 08:18:52.154 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.078s] 2022-04-19 08:18:54.239 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.085s] 2022-04-19 08:18:55.956 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [4.282s] 2022-04-19 08:18:56.325 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.086s] 2022-04-19 08:18:58.422 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.096s] 2022-04-19 08:18:59.754 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.796s] 2022-04-19 08:19:00.517 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.092s] 2022-04-19 08:19:01.615 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.040s] 2022-04-19 08:19:01.676 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.060s] 2022-04-19 08:19:01.708 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.032s] 2022-04-19 08:19:01.739 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.031s] 2022-04-19 08:19:01.782 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.042s] 2022-04-19 08:19:01.806 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.024s] 2022-04-19 08:19:01.823 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.016s] 2022-04-19 08:19:01.844 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.020s] 2022-04-19 08:19:01.935 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.090s] 2022-04-19 08:19:02.043 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.108s] 2022-04-19 08:19:02.609 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.092s] 2022-04-19 08:19:03.635 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.879s] 2022-04-19 08:19:04.688 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.078s] 2022-04-19 08:19:06.813 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.122s] 2022-04-19 08:19:07.515 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.882s] 2022-04-19 08:19:08.939 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.125s] 2022-04-19 08:19:11.028 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.089s] 2022-04-19 08:19:13.121 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.091s] 2022-04-19 08:19:13.391 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.301s] 2022-04-19 08:19:15.226 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.104s] 2022-04-19 08:19:17.351 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.125s] 2022-04-19 08:19:19.468 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.116s] 2022-04-19 08:19:21.602 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.133s] 2022-04-19 08:19:23.730 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.128s] 2022-04-19 08:19:25.044 33 INFO rally.task.context [-] Verification 76fa4782-97a5-45ed-98a2-542d2bb1cac5 | Context testr@default cleanup() started 2022-04-19 08:19:25.045 33 INFO rally.task.context [-] Verification 76fa4782-97a5-45ed-98a2-542d2bb1cac5 | Context testr@default cleanup() finished in 0.78 msec 2022-04-19 08:19:25.045 33 INFO rally.task.context [-] Verification 76fa4782-97a5-45ed-98a2-542d2bb1cac5 | Context tempest@default cleanup() started 2022-04-19 08:19:25.273 33 INFO rally.task.context [-] Verification 76fa4782-97a5-45ed-98a2-542d2bb1cac5 | Context tempest@default cleanup() finished in 0.23 sec 2022-04-19 08:19:25.294 33 INFO rally.api [-] Verification (UUID=ec287bdd-f496-403e-9f84-b186bda21244) has been successfully finished for deployment 'opnfv-rally' (UUID=1acc3ad9-bc2b-4eb6-925b-537ca0f3e1f6)! 2022-04-19 08:19:26.934 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:19:26.935 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:19:26.935 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:19:28.432 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:19:28.432 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:19:28.432 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:19:30.448 45 INFO rally.api [-] Building 'html' report for the following verification(s): 'ec287bdd-f496-403e-9f84-b186bda21244' 2022-04-19 08:19:30.479 45 INFO rally.api [-] The report has been successfully built. 2022-04-19 08:19:31.848 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:19:31.848 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:19:31.849 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:19:34.011 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ec287bdd-f496-403e-9f84-b186bda21244' 2022-04-19 08:19:34.019 47 INFO rally.api [-] The report has been successfully built.