2020-09-29 07:59:03.496 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:59:03.496 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:59:03.497 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:59:05.497 6 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-09-29 07:59:05.497 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-29 07:59:05.497 6 ERROR rally.cli.cliutils 2020-09-29 07:59:06.875 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:59:06.875 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:59:06.876 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:59:10.596 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:59:10.597 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:59:10.597 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:59:14.678 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:59:14.679 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:59:14.679 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:59:16.035 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:59:16.036 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:59:16.036 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:59:18.002 15 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-09-29 07:59:18.002 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils force=force) 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-29 07:59:18.002 15 ERROR rally.cli.cliutils 2020-09-29 07:59:19.441 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:59:19.441 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:59:19.441 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:59:21.366 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-29 07:59:21.468 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f467902a-0b1e-40a8-b21f-56165bd04ffc/repo. 2020-09-29 07:59:21.881 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f467902a-0b1e-40a8-b21f-56165bd04ffc/repo'... done. Note: checking out '134bf9998c70c1a819f03c9f7b1ea592b914df6e'. 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 ' 2020-09-29 07:59:21.895 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g134bf9998 ' 2020-09-29 07:59:21.904 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '134bf9998c70c1a819f03c9f7b1ea592b914df6e ' 2020-09-29 07:59:21.922 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-29 07:59:21.976 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-29 07:59:22.612 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f467902a-0b1e-40a8-b21f-56165bd04ffc) has been successfully created! 2020-09-29 07:59:24.171 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:59:24.172 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:59:24.172 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:59:28.556 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:59:28.556 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:59:28.556 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:59:30.449 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f467902a-0b1e-40a8-b21f-56165bd04ffc) for deployment 'opnfv-rally' (UUID=421665a5-7739-4581-8746-b71cccec3f4f). 2020-09-29 07:59:30.896 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f467902a-0b1e-40a8-b21f-56165bd04ffc) has been successfully configured for deployment 'opnfv-rally' (UUID=421665a5-7739-4581-8746-b71cccec3f4f)! 2020-09-29 07:59:39.072 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:59:39.072 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:59:39.073 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:59:41.095 32 INFO rally.api [-] Starting verification (UUID=208337ce-6e2f-45ba-a367-1a20054aa527) for deployment 'opnfv-rally' (UUID=421665a5-7739-4581-8746-b71cccec3f4f) by verifier 'opnfv-tempest' (UUID=f467902a-0b1e-40a8-b21f-56165bd04ffc). 2020-09-29 07:59:41.751 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-29 07:59:41.751 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f467902a-0b1e-40a8-b21f-56165bd04ffc/for-deployment-421665a5-7739-4581-8746-b71cccec3f4f/tempest.log' to option 'log_file'. 2020-09-29 07:59:41.752 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f467902a-0b1e-40a8-b21f-56165bd04ffc/for-deployment-421665a5-7739-4581-8746-b71cccec3f4f/tempest.log 2020-09-29 07:59:41.752 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-29 07:59:41.752 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f467902a-0b1e-40a8-b21f-56165bd04ffc/for-deployment-421665a5-7739-4581-8746-b71cccec3f4f/lock_files' to option 'lock_path'. 2020-09-29 07:59:41.753 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f467902a-0b1e-40a8-b21f-56165bd04ffc/for-deployment-421665a5-7739-4581-8746-b71cccec3f4f/lock_files 2020-09-29 07:59:41.753 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-29 07:59:41.753 32 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-09-29 07:59:41.754 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 29553c4c-8d53-4488-9500-e4451251f2a5 2020-09-29 07:59:41.754 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 3c8216cf-6dea-4763-810c-5628c6bff937 2020-09-29 07:59:41.755 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 252dce6e-069a-4da7-9652-8c79bad8f4df 2020-09-29 07:59:41.755 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3c7a517f-0b2c-476f-bf5b-a5d7218bfe2f 2020-09-29 07:59:41.976 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-29 07:59:41.976 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_e8a0ad0e-d107-4c07-a352-748344e2ee92 2020-09-29 07:59:41.977 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-29 07:59:42.066 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-29 07:59:42.103 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_717d88ba_BbpEUKEj'. Using flavor 'rally_verify_717d88ba_BbpEUKEj' (ID = 6b2f97dc-c982-4a06-9891-52b7664fbda1) for the tests. 2020-09-29 07:59:42.104 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6b2f97dc-c982-4a06-9891-52b7664fbda1' to option 'instance_type'. 2020-09-29 07:59:42.104 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6b2f97dc-c982-4a06-9891-52b7664fbda1 2020-09-29 07:59:42.105 32 INFO rally.task.context [-] Verification f467902a-0b1e-40a8-b21f-56165bd04ffc | Context tempest@default setup() finished in 0.82 sec 2020-09-29 07:59:42.105 32 INFO rally.task.context [-] Verification f467902a-0b1e-40a8-b21f-56165bd04ffc | Context testr@default setup() finished in 0.28 msec 2020-09-29 07:59:42.106 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/d300a059-5450-425a-b393-e2051890b031'. 2020-09-29 07:59:46.996 32 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.026s] 2020-09-29 07:59:47.371 32 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.378s] 2020-09-29 07:59:47.646 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.012s] 2020-09-29 07:59:47.659 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.012s] 2020-09-29 07:59:47.668 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.009s] 2020-09-29 07:59:47.691 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.022s] 2020-09-29 07:59:47.699 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.008s] 2020-09-29 07:59:47.736 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.174s] 2020-09-29 07:59:47.866 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.164s] 2020-09-29 07:59:47.871 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.007s] 2020-09-29 07:59:47.882 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.011s] 2020-09-29 07:59:47.890 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.007s] 2020-09-29 07:59:47.894 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.003s] 2020-09-29 07:59:47.902 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.008s] 2020-09-29 07:59:48.149 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.247s] 2020-09-29 07:59:49.788 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.348s] 2020-09-29 07:59:52.358 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.569s] 2020-09-29 07:59:53.143 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.098s] 2020-09-29 07:59:53.241 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.097s] 2020-09-29 07:59:53.289 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.047s] 2020-09-29 07:59:53.337 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.048s] 2020-09-29 07:59:53.398 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.059s] 2020-09-29 07:59:53.850 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.452s] 2020-09-29 07:59:53.929 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.078s] 2020-09-29 07:59:53.979 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.050s] 2020-09-29 07:59:54.794 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.813s] 2020-09-29 07:59:55.615 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.820s] 2020-09-29 07:59:57.986 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.743s] 2020-09-29 07:59:58.046 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.600s] 2020-09-29 08:00:00.261 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.274s] 2020-09-29 08:00:02.379 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.118s] 2020-09-29 08:00:04.656 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.019s] 2020-09-29 08:00:04.687 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.031s] 2020-09-29 08:00:06.231 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.220s] 2020-09-29 08:00:08.520 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.287s] 2020-09-29 08:00:08.572 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.052s] 2020-09-29 08:00:09.299 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.992s] 2020-09-29 08:00:10.873 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.299s] 2020-09-29 08:00:12.593 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [4.646s] 2020-09-29 08:00:12.972 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.098s] 2020-09-29 08:00:15.068 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.095s] 2020-09-29 08:00:16.519 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.925s] 2020-09-29 08:00:17.168 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.099s] 2020-09-29 08:00:19.285 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.116s] 2020-09-29 08:00:20.422 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.901s] 2020-09-29 08:00:21.397 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.110s] 2020-09-29 08:00:23.486 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.089s] 2020-09-29 08:00:24.416 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.994s] 2020-09-29 08:00:25.617 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.129s] 2020-09-29 08:00:27.746 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.128s] 2020-09-29 08:00:29.868 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.120s] 2020-09-29 08:00:31.977 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.109s] 2020-09-29 08:00:34.093 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.114s] 2020-09-29 08:00:36.205 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.111s] 2020-09-29 08:00:38.329 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.123s] 2020-09-29 08:00:40.469 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.139s] 2020-09-29 08:00:42.617 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.148s] 2020-09-29 08:00:56.808 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.065s] 2020-09-29 08:01:00.310 32 INFO rally.task.context [-] Verification f467902a-0b1e-40a8-b21f-56165bd04ffc | Context testr@default cleanup() started 2020-09-29 08:01:00.311 32 INFO rally.task.context [-] Verification f467902a-0b1e-40a8-b21f-56165bd04ffc | Context testr@default cleanup() finished in 0.62 msec 2020-09-29 08:01:00.311 32 INFO rally.task.context [-] Verification f467902a-0b1e-40a8-b21f-56165bd04ffc | Context tempest@default cleanup() started 2020-09-29 08:01:00.492 32 INFO rally.task.context [-] Verification f467902a-0b1e-40a8-b21f-56165bd04ffc | Context tempest@default cleanup() finished in 0.18 sec 2020-09-29 08:01:00.515 32 INFO rally.api [-] Verification (UUID=208337ce-6e2f-45ba-a367-1a20054aa527) has been successfully finished for deployment 'opnfv-rally' (UUID=421665a5-7739-4581-8746-b71cccec3f4f)! 2020-09-29 08:01:02.337 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:01:02.337 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:01:02.337 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:01:03.956 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:01:03.957 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:01:03.957 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:01:06.105 44 INFO rally.api [-] Building 'html' report for the following verification(s): '208337ce-6e2f-45ba-a367-1a20054aa527' 2020-09-29 08:01:06.129 44 INFO rally.api [-] The report has been successfully built. 2020-09-29 08:01:07.721 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:01:07.721 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:01:07.721 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:01:09.914 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '208337ce-6e2f-45ba-a367-1a20054aa527' 2020-09-29 08:01:09.919 46 INFO rally.api [-] The report has been successfully built.