2020-09-19 07:38:33.525 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:38:33.530 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:38:33.531 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:38:53.058 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-09-19 07:38:53.058 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 07:38:53.058 7 ERROR rally.cli.cliutils 2020-09-19 07:39:05.941 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:39:05.946 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:39:05.948 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:39:39.161 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:39:39.166 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:39:39.167 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:40:14.600 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:40:14.606 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:40:14.607 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:40:27.404 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:40:27.409 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:40:27.411 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:40:46.454 37 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-19 07:40:46.454 37 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils force=force) 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 07:40:46.454 37 ERROR rally.cli.cliutils 2020-09-19 07:40:59.417 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:40:59.421 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:40:59.423 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:41:17.149 44 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-19 07:41:17.547 44 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-8f09ccd3-dce0-4100-b08d-fb769422d15d/repo. 2020-09-19 07:41:18.260 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-8f09ccd3-dce0-4100-b08d-fb769422d15d/repo'... done. Note: checking out 'd7b38317ad1ca2955432acdc7449562d08aba75d'. 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-19 07:41:18.354 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gd7b38317a ' 2020-09-19 07:41:18.411 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'd7b38317ad1ca2955432acdc7449562d08aba75d ' 2020-09-19 07:41:18.474 44 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-19 07:41:19.027 44 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-19 07:41:24.325 44 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8f09ccd3-dce0-4100-b08d-fb769422d15d) has been successfully created! 2020-09-19 07:41:37.017 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:41:37.023 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:41:37.024 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:42:08.477 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:42:08.483 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:42:08.484 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:42:27.040 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8f09ccd3-dce0-4100-b08d-fb769422d15d) for deployment 'opnfv-rally' (UUID=34e284bb-db61-42cb-8f19-66218d6c0609). 2020-09-19 07:42:28.431 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8f09ccd3-dce0-4100-b08d-fb769422d15d) has been successfully configured for deployment 'opnfv-rally' (UUID=34e284bb-db61-42cb-8f19-66218d6c0609)! 2020-09-19 07:43:40.273 94 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:43:40.278 94 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:43:40.279 94 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:43:58.131 94 INFO rally.api [-] Starting verification (UUID=bc0ba665-be5c-48a1-81f7-14516704ce93) for deployment 'opnfv-rally' (UUID=34e284bb-db61-42cb-8f19-66218d6c0609) by verifier 'opnfv-tempest' (UUID=8f09ccd3-dce0-4100-b08d-fb769422d15d). 2020-09-19 07:44:02.222 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-19 07:44:02.224 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8f09ccd3-dce0-4100-b08d-fb769422d15d/for-deployment-34e284bb-db61-42cb-8f19-66218d6c0609/tempest.log' to option 'log_file'. 2020-09-19 07:44:02.226 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-8f09ccd3-dce0-4100-b08d-fb769422d15d/for-deployment-34e284bb-db61-42cb-8f19-66218d6c0609/tempest.log 2020-09-19 07:44:02.228 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-19 07:44:02.229 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8f09ccd3-dce0-4100-b08d-fb769422d15d/for-deployment-34e284bb-db61-42cb-8f19-66218d6c0609/lock_files' to option 'lock_path'. 2020-09-19 07:44:02.231 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-8f09ccd3-dce0-4100-b08d-fb769422d15d/for-deployment-34e284bb-db61-42cb-8f19-66218d6c0609/lock_files 2020-09-19 07:44:02.233 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-19 07:44:02.235 94 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-19 07:44:02.237 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e80ede96-845a-454f-bcbe-c16744900996 2020-09-19 07:44:02.238 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 10747d3e-1dbd-4c2d-8c66-151fff6781a7 2020-09-19 07:44:02.242 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 3f637ea8-f680-480b-a7a0-768d6790de0b 2020-09-19 07:44:02.245 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a5601336-ed1c-4fb8-a5ad-9bae736074d5 2020-09-19 07:44:02.637 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-19 07:44:02.639 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_821ff508-3411-44c7-a6d3-51d227d7ca13 2020-09-19 07:44:02.642 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-19 07:44:03.258 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-19 07:44:03.336 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-19 07:44:03.339 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_bc0ba665_Z1wiFEtm' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-19 07:44:03.411 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_bc0ba665_Z1wiFEtm' (ID = bcf6dc06-11ac-4c90-aac9-a18b9a8f0a0c) has been successfully created! 2020-09-19 07:44:03.413 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'bcf6dc06-11ac-4c90-aac9-a18b9a8f0a0c' to option 'instance_type'. 2020-09-19 07:44:03.414 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = bcf6dc06-11ac-4c90-aac9-a18b9a8f0a0c 2020-09-19 07:44:03.424 94 INFO rally.task.context [-] Verification 8f09ccd3-dce0-4100-b08d-fb769422d15d | Context tempest@default setup() finished in 4.29 sec 2020-09-19 07:44:03.427 94 INFO rally.task.context [-] Verification 8f09ccd3-dce0-4100-b08d-fb769422d15d | Context testr@default setup() finished in 1.37 msec 2020-09-19 07:44:03.429 94 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/b57ee6b5-c357-46f0-9ef3-777d3c795c5d'. 2020-09-19 07:44:41.691 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.291s] 2020-09-19 07:44:41.832 94 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.059s] 2020-09-19 07:44:42.010 94 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.193s] 2020-09-19 07:44:42.151 94 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.311s] 2020-09-19 07:44:43.456 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.332s] 2020-09-19 07:44:45.637 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.171s] 2020-09-19 07:44:45.797 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.156s] 2020-09-19 07:44:47.298 94 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.513s] 2020-09-19 07:44:47.851 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.054s] 2020-09-19 07:44:47.939 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.085s] 2020-09-19 07:44:47.971 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.035s] 2020-09-19 07:44:48.061 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.086s] 2020-09-19 07:44:48.092 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.030s] 2020-09-19 07:44:48.138 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.335s] 2020-09-19 07:44:48.738 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.614s] 2020-09-19 07:44:48.763 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.044s] 2020-09-19 07:44:48.834 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.065s] 2020-09-19 07:44:48.871 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.037s] 2020-09-19 07:44:48.893 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.023s] 2020-09-19 07:44:48.926 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.032s] 2020-09-19 07:44:49.029 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.097s] 2020-09-19 07:44:49.477 94 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.421s] 2020-09-19 07:44:49.513 94 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.216s] 2020-09-19 07:44:50.492 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.348s] 2020-09-19 07:44:51.904 94 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.420s] 2020-09-19 07:44:52.870 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.373s] 2020-09-19 07:44:54.184 94 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.281s] 2020-09-19 07:44:55.261 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.384s] 2020-09-19 07:44:56.513 94 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.097s] 2020-09-19 07:44:56.701 94 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.185s] 2020-09-19 07:44:56.807 94 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.103s] 2020-09-19 07:44:56.927 94 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.116s] 2020-09-19 07:44:57.061 94 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.130s] 2020-09-19 07:44:57.134 94 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.077s] 2020-09-19 07:44:57.208 94 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.073s] 2020-09-19 07:44:57.332 94 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.111s] 2020-09-19 07:44:57.657 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.382s] 2020-09-19 07:44:57.683 94 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.334s] 2020-09-19 07:44:58.004 94 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.331s] 2020-09-19 07:45:00.078 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.423s] 2020-09-19 07:45:02.419 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.338s] 2020-09-19 07:45:04.918 94 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.225s] 2020-09-19 07:45:04.929 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.503s] 2020-09-19 07:45:07.456 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.521s] 2020-09-19 07:45:09.120 94 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.779s] 2020-09-19 07:45:09.912 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.443s] 2020-09-19 07:45:12.377 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.466s] 2020-09-19 07:45:14.868 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.479s] 2020-09-19 07:45:17.364 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.495s] 2020-09-19 07:45:19.904 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.527s] 2020-09-19 07:45:22.423 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.510s] 2020-09-19 07:45:24.978 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.550s] 2020-09-19 07:46:00.313 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [33.405s] 2020-09-19 07:46:32.952 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [32.633s] 2020-09-19 07:47:06.907 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [33.947s] 2020-09-19 07:47:39.585 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [32.678s] 2020-09-19 07:47:41.961 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.092s] 2020-09-19 07:47:42.087 94 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.123s] 2020-09-19 07:47:46.585 94 INFO rally.task.context [-] Verification 8f09ccd3-dce0-4100-b08d-fb769422d15d | Context testr@default cleanup() started 2020-09-19 07:47:46.589 94 INFO rally.task.context [-] Verification 8f09ccd3-dce0-4100-b08d-fb769422d15d | Context testr@default cleanup() finished in 3.70 msec 2020-09-19 07:47:46.592 94 INFO rally.task.context [-] Verification 8f09ccd3-dce0-4100-b08d-fb769422d15d | Context tempest@default cleanup() started 2020-09-19 07:47:47.066 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_bc0ba665_Z1wiFEtm'. 2020-09-19 07:47:47.291 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_bc0ba665_Z1wiFEtm' has been deleted. 2020-09-19 07:47:47.296 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'bcf6dc06-11ac-4c90-aac9-a18b9a8f0a0c' of option 'instance_type' from Tempest config file. 2020-09-19 07:47:47.297 94 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'bcf6dc06-11ac-4c90-aac9-a18b9a8f0a0c' has been removed. 2020-09-19 07:47:47.327 94 INFO rally.task.context [-] Verification 8f09ccd3-dce0-4100-b08d-fb769422d15d | Context tempest@default cleanup() finished in 0.74 sec 2020-09-19 07:47:47.418 94 INFO rally.api [-] Verification (UUID=bc0ba665-be5c-48a1-81f7-14516704ce93) has been successfully finished for deployment 'opnfv-rally' (UUID=34e284bb-db61-42cb-8f19-66218d6c0609)! 2020-09-19 07:47:59.875 124 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:47:59.880 124 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:47:59.881 124 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:48:12.920 127 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:48:12.925 127 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:48:12.926 127 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:48:31.415 127 INFO rally.api [-] Building 'html' report for the following verification(s): 'bc0ba665-be5c-48a1-81f7-14516704ce93' 2020-09-19 07:48:31.634 127 INFO rally.api [-] The report has been successfully built. 2020-09-19 07:48:43.585 134 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:48:43.591 134 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:48:43.592 134 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:49:01.630 134 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'bc0ba665-be5c-48a1-81f7-14516704ce93' 2020-09-19 07:49:01.680 134 INFO rally.api [-] The report has been successfully built.