2020-06-06 08:39:11.285 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:39:11.285 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:39:11.286 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:39:13.661 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-06 08:39:13.661 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-06 08:39:13.661 7 ERROR rally.cli.cliutils 2020-06-06 08:39:15.267 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:39:15.267 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:39:15.267 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:39:19.063 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:39:19.064 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:39:19.064 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:39:23.092 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:39:23.093 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:39:23.093 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:39:24.421 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:39:24.421 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:39:24.421 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:39:26.375 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-06 08:39:26.375 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-06 08:39:26.375 17 ERROR rally.cli.cliutils 2020-06-06 08:39:27.926 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:39:27.926 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:39:27.926 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:39:30.086 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-06 08:39:30.154 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-9a120803-5c54-46d2-80eb-c5633e83235f/repo. 2020-06-06 08:39:30.363 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-9a120803-5c54-46d2-80eb-c5633e83235f/repo'... done. ' 2020-06-06 08:39:30.376 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-06 08:39:30.400 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-06 08:39:30.446 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-06 08:39:31.274 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9a120803-5c54-46d2-80eb-c5633e83235f) has been successfully created! 2020-06-06 08:39:32.995 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:39:32.996 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:39:32.996 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:39:37.549 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:39:37.549 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:39:37.550 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:39:39.790 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9a120803-5c54-46d2-80eb-c5633e83235f) for deployment 'opnfv-rally' (UUID=b25da2da-71dd-4bcb-8941-354e7d9a41c1). 2020-06-06 08:39:40.191 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9a120803-5c54-46d2-80eb-c5633e83235f) has been successfully configured for deployment 'opnfv-rally' (UUID=b25da2da-71dd-4bcb-8941-354e7d9a41c1)! 2020-06-06 08:39:49.435 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:39:49.435 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:39:49.435 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:39:51.638 34 INFO rally.api [-] Starting verification (UUID=46e6e1d2-186d-4a02-8f9f-7c607d76fd7d) for deployment 'opnfv-rally' (UUID=b25da2da-71dd-4bcb-8941-354e7d9a41c1) by verifier 'opnfv-tempest' (UUID=9a120803-5c54-46d2-80eb-c5633e83235f). 2020-06-06 08:39:52.316 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-06 08:39:52.317 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9a120803-5c54-46d2-80eb-c5633e83235f/for-deployment-b25da2da-71dd-4bcb-8941-354e7d9a41c1/tempest.log' to option 'log_file'. 2020-06-06 08:39:52.317 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-9a120803-5c54-46d2-80eb-c5633e83235f/for-deployment-b25da2da-71dd-4bcb-8941-354e7d9a41c1/tempest.log 2020-06-06 08:39:52.317 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-06 08:39:52.318 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9a120803-5c54-46d2-80eb-c5633e83235f/for-deployment-b25da2da-71dd-4bcb-8941-354e7d9a41c1/lock_files' to option 'lock_path'. 2020-06-06 08:39:52.318 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-9a120803-5c54-46d2-80eb-c5633e83235f/for-deployment-b25da2da-71dd-4bcb-8941-354e7d9a41c1/lock_files 2020-06-06 08:39:52.318 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-06 08:39:52.318 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-06 08:39:52.319 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 83022510-89cb-4499-aa89-0c790a8f474c 2020-06-06 08:39:52.319 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 44243700-6600-4a9e-888d-7a76a979ce8f 2020-06-06 08:39:52.320 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c03e8eaa-9e78-4bfd-a9aa-82e1dc1583a0 2020-06-06 08:39:52.320 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9c712a8e-1c7a-478e-86a4-03b4aadb3741 2020-06-06 08:39:52.539 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-06 08:39:52.539 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_933ab060-8d67-4e83-9758-ebe4f69e0a01 2020-06-06 08:39:52.540 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-06 08:39:52.616 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-06 08:39:52.652 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-06 08:39:52.652 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_46e6e1d2_ICs5ILNo' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-06 08:39:52.679 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_46e6e1d2_ICs5ILNo' (ID = 0aa00606-7d55-4ccb-be77-d92f7c8fa59a) has been successfully created! 2020-06-06 08:39:52.679 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0aa00606-7d55-4ccb-be77-d92f7c8fa59a' to option 'instance_type'. 2020-06-06 08:39:52.680 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0aa00606-7d55-4ccb-be77-d92f7c8fa59a 2020-06-06 08:39:52.681 34 INFO rally.task.context [-] Verification 9a120803-5c54-46d2-80eb-c5633e83235f | Context tempest@default setup() finished in 0.81 sec 2020-06-06 08:39:52.682 34 INFO rally.task.context [-] Verification 9a120803-5c54-46d2-80eb-c5633e83235f | Context testr@default setup() finished in 0.35 msec 2020-06-06 08:39:52.682 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/c0425b8d-7f55-42d1-ba78-04c28d2e3614'. 2020-06-06 08:39:58.264 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.190s] 2020-06-06 08:39:58.845 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.581s] 2020-06-06 08:39:59.115 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.020s] 2020-06-06 08:39:59.133 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.018s] 2020-06-06 08:39:59.150 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.017s] 2020-06-06 08:39:59.187 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.036s] 2020-06-06 08:39:59.199 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.012s] 2020-06-06 08:39:59.469 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.265s] 2020-06-06 08:39:59.477 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.012s] 2020-06-06 08:39:59.494 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.017s] 2020-06-06 08:39:59.509 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.014s] 2020-06-06 08:39:59.512 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.003s] 2020-06-06 08:39:59.529 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.016s] 2020-06-06 08:39:59.535 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.138s] 2020-06-06 08:39:59.650 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.120s] 2020-06-06 08:39:59.667 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.114s] 2020-06-06 08:40:05.646 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.793s] 2020-06-06 08:40:05.763 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.116s] 2020-06-06 08:40:05.787 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.440s] 2020-06-06 08:40:05.817 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.053s] 2020-06-06 08:40:05.861 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.044s] 2020-06-06 08:40:05.915 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.052s] 2020-06-06 08:40:05.941 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.027s] 2020-06-06 08:40:05.964 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.022s] 2020-06-06 08:40:05.994 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.029s] 2020-06-06 08:40:06.168 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.173s] 2020-06-06 08:40:06.388 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.218s] 2020-06-06 08:40:06.744 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.203s] 2020-06-06 08:40:07.986 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.196s] 2020-06-06 08:40:08.879 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.134s] 2020-06-06 08:40:08.948 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.068s] 2020-06-06 08:40:10.111 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.126s] 2020-06-06 08:40:11.070 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.120s] 2020-06-06 08:40:13.198 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.127s] 2020-06-06 08:40:14.957 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.025s] 2020-06-06 08:40:15.001 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.043s] 2020-06-06 08:40:15.338 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.138s] 2020-06-06 08:40:16.949 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.379s] 2020-06-06 08:40:17.499 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.161s] 2020-06-06 08:40:19.068 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.118s] 2020-06-06 08:40:19.646 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.146s] 2020-06-06 08:40:21.802 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.153s] 2020-06-06 08:40:23.743 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.094s] 2020-06-06 08:40:23.948 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.146s] 2020-06-06 08:40:25.812 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.389s] 2020-06-06 08:40:26.147 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.197s] 2020-06-06 08:40:28.332 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.183s] 2020-06-06 08:40:30.501 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.168s] 2020-06-06 08:40:32.657 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.155s] 2020-06-06 08:40:34.842 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.184s] 2020-06-06 08:40:37.028 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.186s] 2020-06-06 08:40:39.181 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.152s] 2020-06-06 08:40:41.359 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.175s] 2020-06-06 08:40:43.573 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.211s] 2020-06-06 08:40:48.440 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.431s] 2020-06-06 08:40:51.603 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.160s] 2020-06-06 08:40:54.966 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.361s] 2020-06-06 08:40:58.093 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.127s] 2020-06-06 08:40:59.262 34 INFO rally.task.context [-] Verification 9a120803-5c54-46d2-80eb-c5633e83235f | Context testr@default cleanup() started 2020-06-06 08:40:59.263 34 INFO rally.task.context [-] Verification 9a120803-5c54-46d2-80eb-c5633e83235f | Context testr@default cleanup() finished in 0.73 msec 2020-06-06 08:40:59.263 34 INFO rally.task.context [-] Verification 9a120803-5c54-46d2-80eb-c5633e83235f | Context tempest@default cleanup() started 2020-06-06 08:40:59.425 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_46e6e1d2_ICs5ILNo'. 2020-06-06 08:40:59.515 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_46e6e1d2_ICs5ILNo' has been deleted. 2020-06-06 08:40:59.516 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '0aa00606-7d55-4ccb-be77-d92f7c8fa59a' of option 'instance_type' from Tempest config file. 2020-06-06 08:40:59.517 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '0aa00606-7d55-4ccb-be77-d92f7c8fa59a' has been removed. 2020-06-06 08:40:59.523 34 INFO rally.task.context [-] Verification 9a120803-5c54-46d2-80eb-c5633e83235f | Context tempest@default cleanup() finished in 0.26 sec 2020-06-06 08:40:59.546 34 INFO rally.api [-] Verification (UUID=46e6e1d2-186d-4a02-8f9f-7c607d76fd7d) has been successfully finished for deployment 'opnfv-rally' (UUID=b25da2da-71dd-4bcb-8941-354e7d9a41c1)! 2020-06-06 08:41:01.463 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:41:01.463 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:41:01.463 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:41:03.127 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:41:03.128 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:41:03.128 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:41:05.248 51 INFO rally.api [-] Building 'html' report for the following verification(s): '46e6e1d2-186d-4a02-8f9f-7c607d76fd7d' 2020-06-06 08:41:05.269 51 INFO rally.api [-] The report has been successfully built. 2020-06-06 08:41:06.859 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:41:06.859 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:41:06.860 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:41:08.865 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '46e6e1d2-186d-4a02-8f9f-7c607d76fd7d' 2020-06-06 08:41:08.869 53 INFO rally.api [-] The report has been successfully built.