2020-11-06 17:05:11.689 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:05:11.689 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:05:11.689 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:05:14.338 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-11-06 17:05:14.338 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-06 17:05:14.338 7 ERROR rally.cli.cliutils 2020-11-06 17:05:16.213 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:05:16.213 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:05:16.213 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:05:20.967 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:05:20.967 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:05:20.967 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:05:26.166 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:05:26.166 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:05:26.166 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:05:27.746 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:05:27.746 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:05:27.746 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:05:30.216 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-11-06 17:05:30.216 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-06 17:05:30.216 17 ERROR rally.cli.cliutils 2020-11-06 17:05:31.990 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:05:31.991 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:05:31.991 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:05:34.462 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-06 17:05:34.540 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-8fdcf352-dc76-424f-8eca-9a86a52e746d/repo. 2020-11-06 17:05:34.790 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-8fdcf352-dc76-424f-8eca-9a86a52e746d/repo'... done. ' 2020-11-06 17:05:34.804 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-11-06 17:05:34.824 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-06 17:05:34.891 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-06 17:05:35.688 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8fdcf352-dc76-424f-8eca-9a86a52e746d) has been successfully created! 2020-11-06 17:05:37.518 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:05:37.518 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:05:37.518 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:05:42.416 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:05:42.416 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:05:42.417 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:05:45.017 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8fdcf352-dc76-424f-8eca-9a86a52e746d) for deployment 'opnfv-rally' (UUID=931b527c-be56-4a9e-9a0b-677436aafea6). 2020-11-06 17:05:45.512 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8fdcf352-dc76-424f-8eca-9a86a52e746d) has been successfully configured for deployment 'opnfv-rally' (UUID=931b527c-be56-4a9e-9a0b-677436aafea6)! 2020-11-06 17:05:55.648 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:05:55.648 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:05:55.648 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:05:58.126 34 INFO rally.api [-] Starting verification (UUID=5622d4f8-8ce7-4e0b-ae39-519c311f5c66) for deployment 'opnfv-rally' (UUID=931b527c-be56-4a9e-9a0b-677436aafea6) by verifier 'opnfv-tempest' (UUID=8fdcf352-dc76-424f-8eca-9a86a52e746d). 2020-11-06 17:05:58.871 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-06 17:05:58.872 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8fdcf352-dc76-424f-8eca-9a86a52e746d/for-deployment-931b527c-be56-4a9e-9a0b-677436aafea6/tempest.log' to option 'log_file'. 2020-11-06 17:05:58.872 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-8fdcf352-dc76-424f-8eca-9a86a52e746d/for-deployment-931b527c-be56-4a9e-9a0b-677436aafea6/tempest.log 2020-11-06 17:05:58.873 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-06 17:05:58.873 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8fdcf352-dc76-424f-8eca-9a86a52e746d/for-deployment-931b527c-be56-4a9e-9a0b-677436aafea6/lock_files' to option 'lock_path'. 2020-11-06 17:05:58.873 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-8fdcf352-dc76-424f-8eca-9a86a52e746d/for-deployment-931b527c-be56-4a9e-9a0b-677436aafea6/lock_files 2020-11-06 17:05:58.874 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-06 17:05:58.874 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-11-06 17:05:58.874 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 56f53ff0-bf7c-4c22-aa4b-b517b611d665 2020-11-06 17:05:58.874 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 065cb5f1-5f30-4958-8a53-9229bb5b32bd 2020-11-06 17:05:58.875 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 7738ed45-090a-46f9-a4c3-271471db498c 2020-11-06 17:05:58.875 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 78b9624d-59bf-4d27-97d7-ab1da8871f64 2020-11-06 17:05:59.132 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-06 17:05:59.133 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_e6d74738-3fcc-4177-b84f-beb3c977c52d 2020-11-06 17:05:59.133 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-06 17:05:59.243 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-06 17:05:59.291 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-11-06 17:05:59.291 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_5622d4f8_oWiQ0BgB' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-11-06 17:05:59.326 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5622d4f8_oWiQ0BgB' (ID = 5f088808-d1e0-4e27-8676-69d48fed7d5d) has been successfully created! 2020-11-06 17:05:59.327 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '5f088808-d1e0-4e27-8676-69d48fed7d5d' to option 'instance_type'. 2020-11-06 17:05:59.327 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 5f088808-d1e0-4e27-8676-69d48fed7d5d 2020-11-06 17:05:59.329 34 INFO rally.task.context [-] Verification 8fdcf352-dc76-424f-8eca-9a86a52e746d | Context tempest@default setup() finished in 0.92 sec 2020-11-06 17:05:59.330 34 INFO rally.task.context [-] Verification 8fdcf352-dc76-424f-8eca-9a86a52e746d | Context testr@default setup() finished in 0.52 msec 2020-11-06 17:05:59.330 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/909d627a-0fa5-4d19-beb4-44e0eef94f1f'. 2020-11-06 17:06:04.937 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.026s] 2020-11-06 17:06:05.261 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.324s] 2020-11-06 17:06:05.467 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.138s] 2020-11-06 17:06:05.824 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.016s] 2020-11-06 17:06:05.838 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.014s] 2020-11-06 17:06:05.851 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.013s] 2020-11-06 17:06:05.881 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.029s] 2020-11-06 17:06:05.890 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.009s] 2020-11-06 17:06:06.059 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.164s] 2020-11-06 17:06:06.063 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.008s] 2020-11-06 17:06:06.077 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.013s] 2020-11-06 17:06:06.088 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.011s] 2020-11-06 17:06:06.093 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2020-11-06 17:06:06.105 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.012s] 2020-11-06 17:06:06.177 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.072s] 2020-11-06 17:06:07.628 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.087s] 2020-11-06 17:06:15.320 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.440s] 2020-11-06 17:06:15.320 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.138s] 2020-11-06 17:06:17.069 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.076s] 2020-11-06 17:06:17.417 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.095s] 2020-11-06 17:06:17.421 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.102s] 2020-11-06 17:06:17.481 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.064s] 2020-11-06 17:06:19.598 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.114s] 2020-11-06 17:06:20.294 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.023s] 2020-11-06 17:06:20.334 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.039s] 2020-11-06 17:06:21.709 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.110s] 2020-11-06 17:06:22.746 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.332s] 2020-11-06 17:06:23.835 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.125s] 2020-11-06 17:06:24.197 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.533s] 2020-11-06 17:06:24.911 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.164s] 2020-11-06 17:06:25.952 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.117s] 2020-11-06 17:06:27.024 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.113s] 2020-11-06 17:06:27.603 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.407s] 2020-11-06 17:06:28.088 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.134s] 2020-11-06 17:06:29.118 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.050s] 2020-11-06 17:06:29.202 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.084s] 2020-11-06 17:06:29.249 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.046s] 2020-11-06 17:06:29.292 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.043s] 2020-11-06 17:06:29.331 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.038s] 2020-11-06 17:06:29.359 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.028s] 2020-11-06 17:06:29.379 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.020s] 2020-11-06 17:06:29.407 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.026s] 2020-11-06 17:06:29.543 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.134s] 2020-11-06 17:06:29.705 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.161s] 2020-11-06 17:06:30.225 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.136s] 2020-11-06 17:06:31.247 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.643s] 2020-11-06 17:06:32.337 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.111s] 2020-11-06 17:06:34.498 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.160s] 2020-11-06 17:06:34.615 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.368s] 2020-11-06 17:06:36.666 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.166s] 2020-11-06 17:06:38.803 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.136s] 2020-11-06 17:06:40.571 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.373s] 2020-11-06 17:06:40.934 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.131s] 2020-11-06 17:06:43.085 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.149s] 2020-11-06 17:06:45.240 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.153s] 2020-11-06 17:06:47.396 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.156s] 2020-11-06 17:06:49.556 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.158s] 2020-11-06 17:06:51.720 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.163s] 2020-11-06 17:06:52.833 34 INFO rally.task.context [-] Verification 8fdcf352-dc76-424f-8eca-9a86a52e746d | Context testr@default cleanup() started 2020-11-06 17:06:52.833 34 INFO rally.task.context [-] Verification 8fdcf352-dc76-424f-8eca-9a86a52e746d | Context testr@default cleanup() finished in 0.80 msec 2020-11-06 17:06:52.834 34 INFO rally.task.context [-] Verification 8fdcf352-dc76-424f-8eca-9a86a52e746d | Context tempest@default cleanup() started 2020-11-06 17:06:53.016 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_5622d4f8_oWiQ0BgB'. 2020-11-06 17:06:53.249 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5622d4f8_oWiQ0BgB' has been deleted. 2020-11-06 17:06:53.250 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '5f088808-d1e0-4e27-8676-69d48fed7d5d' of option 'instance_type' from Tempest config file. 2020-11-06 17:06:53.251 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '5f088808-d1e0-4e27-8676-69d48fed7d5d' has been removed. 2020-11-06 17:06:53.252 34 INFO rally.task.context [-] Verification 8fdcf352-dc76-424f-8eca-9a86a52e746d | Context tempest@default cleanup() finished in 0.42 sec 2020-11-06 17:06:53.277 34 INFO rally.api [-] Verification (UUID=5622d4f8-8ce7-4e0b-ae39-519c311f5c66) has been successfully finished for deployment 'opnfv-rally' (UUID=931b527c-be56-4a9e-9a0b-677436aafea6)! 2020-11-06 17:06:55.147 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:06:55.148 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:06:55.148 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:06:56.851 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:06:56.852 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:06:56.852 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:06:59.343 51 INFO rally.api [-] Building 'html' report for the following verification(s): '5622d4f8-8ce7-4e0b-ae39-519c311f5c66' 2020-11-06 17:06:59.367 51 INFO rally.api [-] The report has been successfully built. 2020-11-06 17:07:01.074 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:07:01.075 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:07:01.075 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:07:03.500 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '5622d4f8-8ce7-4e0b-ae39-519c311f5c66' 2020-11-06 17:07:03.504 53 INFO rally.api [-] The report has been successfully built.