2020-07-31 14:09:54.323 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:09:54.323 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:09:54.324 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:09:56.704 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-07-31 14:09:56.704 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-31 14:09:56.704 7 ERROR rally.cli.cliutils 2020-07-31 14:09:58.585 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:09:58.586 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:09:58.586 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:10:03.366 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:10:03.366 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:10:03.366 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:10:08.563 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:10:08.564 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:10:08.564 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:10:10.044 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:10:10.045 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:10:10.045 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:10:12.245 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-07-31 14:10:12.245 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-31 14:10:12.245 17 ERROR rally.cli.cliutils 2020-07-31 14:10:14.172 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:10:14.173 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:10:14.173 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:10:16.362 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-31 14:10:16.455 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-6c7fb0b4-f677-4d8e-9671-c86d8deba3f4/repo. 2020-07-31 14:10:16.793 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-6c7fb0b4-f677-4d8e-9671-c86d8deba3f4/repo'... done. Note: switching to '312b48e98e8e4268ccef26ec32593bd78c9d8624'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-07-31 14:10:16.806 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g312b48e98 ' 2020-07-31 14:10:16.815 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '312b48e98e8e4268ccef26ec32593bd78c9d8624 ' 2020-07-31 14:10:16.839 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-31 14:10:16.886 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-31 14:10:17.657 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6c7fb0b4-f677-4d8e-9671-c86d8deba3f4) has been successfully created! 2020-07-31 14:10:19.454 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:10:19.454 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:10:19.454 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:10:24.234 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:10:24.234 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:10:24.234 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:10:26.651 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6c7fb0b4-f677-4d8e-9671-c86d8deba3f4) for deployment 'opnfv-rally' (UUID=d095d155-52f2-4e93-9573-5a666a8c33e7). 2020-07-31 14:10:30.492 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6c7fb0b4-f677-4d8e-9671-c86d8deba3f4) has been successfully configured for deployment 'opnfv-rally' (UUID=d095d155-52f2-4e93-9573-5a666a8c33e7)! 2020-07-31 14:10:40.201 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:10:40.201 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:10:40.202 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:10:42.538 35 INFO rally.api [-] Starting verification (UUID=c5f47d0a-63d4-48dc-a867-8ab68223c39c) for deployment 'opnfv-rally' (UUID=d095d155-52f2-4e93-9573-5a666a8c33e7) by verifier 'opnfv-tempest' (UUID=6c7fb0b4-f677-4d8e-9671-c86d8deba3f4). 2020-07-31 14:10:43.301 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-31 14:10:43.301 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6c7fb0b4-f677-4d8e-9671-c86d8deba3f4/for-deployment-d095d155-52f2-4e93-9573-5a666a8c33e7/tempest.log' to option 'log_file'. 2020-07-31 14:10:43.302 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-6c7fb0b4-f677-4d8e-9671-c86d8deba3f4/for-deployment-d095d155-52f2-4e93-9573-5a666a8c33e7/tempest.log 2020-07-31 14:10:43.302 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-31 14:10:43.302 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6c7fb0b4-f677-4d8e-9671-c86d8deba3f4/for-deployment-d095d155-52f2-4e93-9573-5a666a8c33e7/lock_files' to option 'lock_path'. 2020-07-31 14:10:43.302 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-6c7fb0b4-f677-4d8e-9671-c86d8deba3f4/for-deployment-d095d155-52f2-4e93-9573-5a666a8c33e7/lock_files 2020-07-31 14:10:43.302 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-31 14:10:43.303 35 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-07-31 14:10:43.303 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e7cf3748-0a9a-48ec-9077-21743ad29ff0 2020-07-31 14:10:43.303 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 25784015-85f1-4f4b-969f-da3566e69d47 2020-07-31 14:10:43.303 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = d49ad6e3-58b2-4c72-a0a0-2e51a5a73efe 2020-07-31 14:10:43.304 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 1046f731-098b-4564-b98a-0a11e3b2a7f7 2020-07-31 14:10:43.526 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-31 14:10:43.526 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_79c93c65-bb6d-46ac-99dc-1a083d79ef10 2020-07-31 14:10:43.527 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-31 14:10:43.604 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-31 14:10:43.647 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_2712ddc5_UHKRRHxC'. Using flavor 'rally_verify_2712ddc5_UHKRRHxC' (ID = 20a66985-3a95-49ea-84d8-06b2d15f4634) for the tests. 2020-07-31 14:10:43.647 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '20a66985-3a95-49ea-84d8-06b2d15f4634' to option 'instance_type'. 2020-07-31 14:10:43.647 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 20a66985-3a95-49ea-84d8-06b2d15f4634 2020-07-31 14:10:43.649 35 INFO rally.task.context [-] Verification 6c7fb0b4-f677-4d8e-9671-c86d8deba3f4 | Context tempest@default setup() finished in 0.88 sec 2020-07-31 14:10:43.650 35 INFO rally.task.context [-] Verification 6c7fb0b4-f677-4d8e-9671-c86d8deba3f4 | Context testr@default setup() finished in 0.49 msec 2020-07-31 14:10:43.650 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/2e9122ce-b03c-4443-88c4-07e56ff10c71'. 2020-07-31 14:10:49.129 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.032s] 2020-07-31 14:10:49.253 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.037s] 2020-07-31 14:10:49.310 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.056s] 2020-07-31 14:10:49.343 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.032s] 2020-07-31 14:10:49.375 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.032s] 2020-07-31 14:10:49.407 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.030s] 2020-07-31 14:10:49.428 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.021s] 2020-07-31 14:10:49.447 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.019s] 2020-07-31 14:10:49.456 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.327s] 2020-07-31 14:10:49.472 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.024s] 2020-07-31 14:10:49.573 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.098s] 2020-07-31 14:10:49.701 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.136s] 2020-07-31 14:10:49.714 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.142s] 2020-07-31 14:10:50.058 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.101s] 2020-07-31 14:10:53.198 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.250s] 2020-07-31 14:10:55.327 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.126s] 2020-07-31 14:10:57.442 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.116s] 2020-07-31 14:10:58.221 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.015s] 2020-07-31 14:10:58.243 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.023s] 2020-07-31 14:10:58.343 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.012s] 2020-07-31 14:10:58.356 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.013s] 2020-07-31 14:10:58.366 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.010s] 2020-07-31 14:10:58.390 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.023s] 2020-07-31 14:10:58.399 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.008s] 2020-07-31 14:10:58.536 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.132s] 2020-07-31 14:10:58.537 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.005s] 2020-07-31 14:10:58.544 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.008s] 2020-07-31 14:10:58.551 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.006s] 2020-07-31 14:10:58.553 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.002s] 2020-07-31 14:10:58.562 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.007s] 2020-07-31 14:10:58.730 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.168s] 2020-07-31 14:11:00.352 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.536s] 2020-07-31 14:11:01.259 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.194s] 2020-07-31 14:11:02.425 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.073s] 2020-07-31 14:11:03.330 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.069s] 2020-07-31 14:11:03.373 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.042s] 2020-07-31 14:11:05.450 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.075s] 2020-07-31 14:11:06.407 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.399s] 2020-07-31 14:11:07.539 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.088s] 2020-07-31 14:11:08.508 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.669s] 2020-07-31 14:11:09.646 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.107s] 2020-07-31 14:11:11.779 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.131s] 2020-07-31 14:11:12.052 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.544s] 2020-07-31 14:11:13.894 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.114s] 2020-07-31 14:11:15.477 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.422s] 2020-07-31 14:11:15.995 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.100s] 2020-07-31 14:11:18.102 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.107s] 2020-07-31 14:11:19.011 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.535s] 2020-07-31 14:11:20.234 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.129s] 2020-07-31 14:11:22.359 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.124s] 2020-07-31 14:11:24.475 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.118s] 2020-07-31 14:11:25.909 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.065s] 2020-07-31 14:11:26.591 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.113s] 2020-07-31 14:11:28.710 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.118s] 2020-07-31 14:11:30.847 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.135s] 2020-07-31 14:11:32.980 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.132s] 2020-07-31 14:11:35.117 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.135s] 2020-07-31 14:11:37.252 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.136s] 2020-07-31 14:11:38.604 35 INFO rally.task.context [-] Verification 6c7fb0b4-f677-4d8e-9671-c86d8deba3f4 | Context testr@default cleanup() started 2020-07-31 14:11:38.605 35 INFO rally.task.context [-] Verification 6c7fb0b4-f677-4d8e-9671-c86d8deba3f4 | Context testr@default cleanup() finished in 0.60 msec 2020-07-31 14:11:38.605 35 INFO rally.task.context [-] Verification 6c7fb0b4-f677-4d8e-9671-c86d8deba3f4 | Context tempest@default cleanup() started 2020-07-31 14:11:38.777 35 INFO rally.task.context [-] Verification 6c7fb0b4-f677-4d8e-9671-c86d8deba3f4 | Context tempest@default cleanup() finished in 0.17 sec 2020-07-31 14:11:38.817 35 INFO rally.api [-] Verification (UUID=c5f47d0a-63d4-48dc-a867-8ab68223c39c) has been successfully finished for deployment 'opnfv-rally' (UUID=d095d155-52f2-4e93-9573-5a666a8c33e7)! 2020-07-31 14:11:40.614 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:11:40.614 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:11:40.615 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:11:42.395 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:11:42.396 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:11:42.396 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:11:44.740 52 INFO rally.api [-] Building 'html' report for the following verification(s): 'c5f47d0a-63d4-48dc-a867-8ab68223c39c' 2020-07-31 14:11:44.761 52 INFO rally.api [-] The report has been successfully built. 2020-07-31 14:11:46.386 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:11:46.386 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:11:46.387 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:11:48.556 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c5f47d0a-63d4-48dc-a867-8ab68223c39c' 2020-07-31 14:11:48.560 54 INFO rally.api [-] The report has been successfully built.