2020-06-16 09:04:30.872 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:04:30.873 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:04:30.873 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:04:33.408 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 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-16 09:04:33.408 7 ERROR rally.cli.cliutils 2020-06-16 09:04:35.101 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:04:35.101 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:04:35.102 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:04:40.377 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:04:40.378 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:04:40.378 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:04:45.702 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:04:45.702 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:04:45.703 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:04:47.258 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:04:47.258 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:04:47.258 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-16 09:04:49.984 17 ERROR rally.cli.cliutils 2020-06-16 09:04:51.908 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:04:51.908 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:04:51.908 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:04:54.455 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-16 09:04:54.804 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-85ef3059-7137-49fd-915f-9d8baf20b9de/repo. 2020-06-16 09:04:55.161 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-85ef3059-7137-49fd-915f-9d8baf20b9de/repo'... done. ' 2020-06-16 09:04:55.193 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-16 09:04:55.318 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-16 09:04:55.395 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-16 09:04:56.322 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=85ef3059-7137-49fd-915f-9d8baf20b9de) has been successfully created! 2020-06-16 09:04:58.303 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:04:58.303 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:04:58.303 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:05:04.825 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:05:04.825 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:05:04.826 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:05:07.370 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=85ef3059-7137-49fd-915f-9d8baf20b9de) for deployment 'opnfv-rally' (UUID=0153eb83-3d58-4921-947e-7090fd9308b9). 2020-06-16 09:05:08.510 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=85ef3059-7137-49fd-915f-9d8baf20b9de) has been successfully configured for deployment 'opnfv-rally' (UUID=0153eb83-3d58-4921-947e-7090fd9308b9)! 2020-06-16 09:05:18.932 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:05:18.933 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:05:18.933 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:05:21.478 34 INFO rally.api [-] Starting verification (UUID=4fedb3a6-db99-43af-93e1-b83c27ba11ef) for deployment 'opnfv-rally' (UUID=0153eb83-3d58-4921-947e-7090fd9308b9) by verifier 'opnfv-tempest' (UUID=85ef3059-7137-49fd-915f-9d8baf20b9de). 2020-06-16 09:05:22.305 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-16 09:05:22.305 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-85ef3059-7137-49fd-915f-9d8baf20b9de/for-deployment-0153eb83-3d58-4921-947e-7090fd9308b9/tempest.log' to option 'log_file'. 2020-06-16 09:05:22.306 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-85ef3059-7137-49fd-915f-9d8baf20b9de/for-deployment-0153eb83-3d58-4921-947e-7090fd9308b9/tempest.log 2020-06-16 09:05:22.306 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-16 09:05:22.306 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-85ef3059-7137-49fd-915f-9d8baf20b9de/for-deployment-0153eb83-3d58-4921-947e-7090fd9308b9/lock_files' to option 'lock_path'. 2020-06-16 09:05:22.306 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-85ef3059-7137-49fd-915f-9d8baf20b9de/for-deployment-0153eb83-3d58-4921-947e-7090fd9308b9/lock_files 2020-06-16 09:05:22.306 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-16 09:05:22.307 34 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 2020-06-16 09:05:22.307 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ecdf16c3-2568-42ce-9c69-7cbbd3c60d74 2020-06-16 09:05:22.307 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f3d8ba66-61b3-43d2-986a-c5bfc5f61157 2020-06-16 09:05:22.308 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 0ac701d4-ceed-4331-b8c9-3881b5b404ba 2020-06-16 09:05:22.308 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 717bd99b-ed25-42cb-ab3d-602d2e9475d6 2020-06-16 09:05:22.595 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-16 09:05:22.596 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_096e0b86-5354-40ec-93aa-1466dcf6eba3 2020-06-16 09:05:22.596 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-16 09:05:22.694 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-16 09:05:23.381 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_740b9d4f_yx32VXLW'. Using flavor 'rally_verify_740b9d4f_yx32VXLW' (ID = e530bd21-0540-4d21-87e2-bcc915d0d429) for the tests. 2020-06-16 09:05:23.382 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e530bd21-0540-4d21-87e2-bcc915d0d429' to option 'instance_type'. 2020-06-16 09:05:23.382 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e530bd21-0540-4d21-87e2-bcc915d0d429 2020-06-16 09:05:23.384 34 INFO rally.task.context [-] Verification 85ef3059-7137-49fd-915f-9d8baf20b9de | Context tempest@default setup() finished in 1.58 sec 2020-06-16 09:05:23.385 34 INFO rally.task.context [-] Verification 85ef3059-7137-49fd-915f-9d8baf20b9de | Context testr@default setup() finished in 0.44 msec 2020-06-16 09:05:23.385 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/fa4562f6-1f16-4e5c-8fec-3f4c795977a3'. 2020-06-16 09:05:30.213 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.300s] 2020-06-16 09:05:31.737 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [1.523s] 2020-06-16 09:05:32.643 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.729s] 2020-06-16 09:05:32.696 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.669s] 2020-06-16 09:05:32.775 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.018s] 2020-06-16 09:05:32.791 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.016s] 2020-06-16 09:05:32.806 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.015s] 2020-06-16 09:05:32.835 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.028s] 2020-06-16 09:05:32.842 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.007s] 2020-06-16 09:05:33.048 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.200s] 2020-06-16 09:05:33.056 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.012s] 2020-06-16 09:05:33.073 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.017s] 2020-06-16 09:05:33.086 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.012s] 2020-06-16 09:05:33.090 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.003s] 2020-06-16 09:05:33.104 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.014s] 2020-06-16 09:05:33.526 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.422s] 2020-06-16 09:05:39.203 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [3.055s] 2020-06-16 09:05:39.235 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.027s] 2020-06-16 09:05:39.278 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.043s] 2020-06-16 09:05:41.235 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.436s] 2020-06-16 09:05:41.319 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.116s] 2020-06-16 09:05:43.349 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.113s] 2020-06-16 09:05:43.429 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.079s] 2020-06-16 09:05:45.579 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.147s] 2020-06-16 09:05:45.632 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.075s] 2020-06-16 09:05:45.756 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.124s] 2020-06-16 09:05:45.915 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.158s] 2020-06-16 09:05:46.000 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.084s] 2020-06-16 09:05:46.039 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.039s] 2020-06-16 09:05:46.065 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.025s] 2020-06-16 09:05:46.090 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.025s] 2020-06-16 09:05:46.120 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.029s] 2020-06-16 09:05:46.301 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.180s] 2020-06-16 09:05:46.509 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.208s] 2020-06-16 09:05:47.765 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.186s] 2020-06-16 09:05:49.098 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.644s] 2020-06-16 09:05:49.899 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.132s] 2020-06-16 09:05:52.047 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.148s] 2020-06-16 09:05:52.591 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.442s] 2020-06-16 09:05:54.201 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.154s] 2020-06-16 09:05:54.785 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.191s] 2020-06-16 09:05:56.362 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.160s] 2020-06-16 09:05:56.935 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.152s] 2020-06-16 09:05:58.491 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.128s] 2020-06-16 09:06:00.666 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.173s] 2020-06-16 09:06:02.852 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.184s] 2020-06-16 09:06:05.001 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.148s] 2020-06-16 09:06:07.157 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.156s] 2020-06-16 09:06:09.322 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.163s] 2020-06-16 09:06:10.995 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.085s] 2020-06-16 09:06:11.492 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.169s] 2020-06-16 09:06:13.663 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.171s] 2020-06-16 09:06:15.863 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.198s] 2020-06-16 09:06:18.055 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.193s] 2020-06-16 09:06:23.607 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.697s] 2020-06-16 09:06:27.321 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.713s] 2020-06-16 09:06:30.962 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.639s] 2020-06-16 09:06:34.685 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.725s] 2020-06-16 09:06:35.838 34 INFO rally.task.context [-] Verification 85ef3059-7137-49fd-915f-9d8baf20b9de | Context testr@default cleanup() started 2020-06-16 09:06:35.839 34 INFO rally.task.context [-] Verification 85ef3059-7137-49fd-915f-9d8baf20b9de | Context testr@default cleanup() finished in 0.76 msec 2020-06-16 09:06:35.839 34 INFO rally.task.context [-] Verification 85ef3059-7137-49fd-915f-9d8baf20b9de | Context tempest@default cleanup() started 2020-06-16 09:06:36.171 34 INFO rally.task.context [-] Verification 85ef3059-7137-49fd-915f-9d8baf20b9de | Context tempest@default cleanup() finished in 0.33 sec 2020-06-16 09:06:36.195 34 INFO rally.api [-] Verification (UUID=4fedb3a6-db99-43af-93e1-b83c27ba11ef) has been successfully finished for deployment 'opnfv-rally' (UUID=0153eb83-3d58-4921-947e-7090fd9308b9)! 2020-06-16 09:06:38.135 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:06:38.136 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:06:38.136 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:06:39.836 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:06:39.837 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:06:39.837 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:06:42.406 51 INFO rally.api [-] Building 'html' report for the following verification(s): '4fedb3a6-db99-43af-93e1-b83c27ba11ef' 2020-06-16 09:06:42.428 51 INFO rally.api [-] The report has been successfully built. 2020-06-16 09:06:44.088 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:06:44.088 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:06:44.088 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:06:46.630 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '4fedb3a6-db99-43af-93e1-b83c27ba11ef' 2020-06-16 09:06:46.634 53 INFO rally.api [-] The report has been successfully built.