2020-09-03 14:16:16.974 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:16:16.980 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:16:16.982 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:16:39.901 10 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-03 14:16:39.901 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-03 14:16:39.901 10 ERROR rally.cli.cliutils 2020-09-03 14:16:53.996 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:16:54.002 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:16:54.003 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:17:41.406 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:17:41.413 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:17:41.414 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:18:21.892 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:18:21.898 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:18:21.899 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:18:35.948 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:18:35.954 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:18:35.955 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:18:58.577 40 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-03 14:18:58.577 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-03 14:18:58.577 40 ERROR rally.cli.cliutils 2020-09-03 14:19:13.043 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:19:13.049 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:19:13.050 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:19:35.050 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-03 14:19:35.495 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-2986bb71-1645-416c-8816-811c79a54218/repo. 2020-09-03 14:19:36.256 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-2986bb71-1645-416c-8816-811c79a54218/repo'... done. Note: switching to '8d8712d666fb4eb783769d2847e848d3944b9980'. 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-09-03 14:19:36.358 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8d8712d66 ' 2020-09-03 14:19:36.418 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8d8712d666fb4eb783769d2847e848d3944b9980 ' 2020-09-03 14:19:36.477 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-03 14:19:36.981 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-03 14:19:43.715 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2986bb71-1645-416c-8816-811c79a54218) has been successfully created! 2020-09-03 14:19:57.499 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:19:57.505 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:19:57.506 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:20:35.991 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:20:35.997 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:20:35.999 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:20:59.305 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2986bb71-1645-416c-8816-811c79a54218) for deployment 'opnfv-rally' (UUID=f75c3ab3-e735-42b6-af7a-8b671c20fb54). 2020-09-03 14:21:00.891 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2986bb71-1645-416c-8816-811c79a54218) has been successfully configured for deployment 'opnfv-rally' (UUID=f75c3ab3-e735-42b6-af7a-8b671c20fb54)! 2020-09-03 14:22:27.817 96 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:22:27.823 96 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:22:27.824 96 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:22:50.485 96 INFO rally.api [-] Starting verification (UUID=76045440-5c3e-4fe3-aea5-1f040c997e27) for deployment 'opnfv-rally' (UUID=f75c3ab3-e735-42b6-af7a-8b671c20fb54) by verifier 'opnfv-tempest' (UUID=2986bb71-1645-416c-8816-811c79a54218). 2020-09-03 14:22:54.999 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-03 14:22:55.002 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2986bb71-1645-416c-8816-811c79a54218/for-deployment-f75c3ab3-e735-42b6-af7a-8b671c20fb54/tempest.log' to option 'log_file'. 2020-09-03 14:22:55.004 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-2986bb71-1645-416c-8816-811c79a54218/for-deployment-f75c3ab3-e735-42b6-af7a-8b671c20fb54/tempest.log 2020-09-03 14:22:55.008 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-03 14:22:55.010 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2986bb71-1645-416c-8816-811c79a54218/for-deployment-f75c3ab3-e735-42b6-af7a-8b671c20fb54/lock_files' to option 'lock_path'. 2020-09-03 14:22:55.013 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-2986bb71-1645-416c-8816-811c79a54218/for-deployment-f75c3ab3-e735-42b6-af7a-8b671c20fb54/lock_files 2020-09-03 14:22:55.014 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-03 14:22:55.016 96 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-03 14:22:55.018 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = d2d75b11-d76b-487d-99ce-d17070535ca9 2020-09-03 14:22:55.020 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 304aa064-eca2-4d91-9e10-9ba0b0442c30 2020-09-03 14:22:55.024 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = d7a7078d-8132-4a93-a214-1b0a0f9780d9 2020-09-03 14:22:55.027 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 510ab7df-369d-4c30-b9e8-47e02ae6b784 2020-09-03 14:22:55.400 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-03 14:22:55.403 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_ec715fc8-080f-4daa-bc46-cbb89b74e7d8 2020-09-03 14:22:55.409 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-03 14:22:56.175 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-03 14:22:56.250 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-03 14:22:56.252 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_76045440_m5xGmdgD' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-03 14:22:56.326 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_76045440_m5xGmdgD' (ID = 2f333574-dc29-423a-8fc0-178546fd93dc) has been successfully created! 2020-09-03 14:22:56.328 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '2f333574-dc29-423a-8fc0-178546fd93dc' to option 'instance_type'. 2020-09-03 14:22:56.330 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 2f333574-dc29-423a-8fc0-178546fd93dc 2020-09-03 14:22:56.339 96 INFO rally.task.context [-] Verification 2986bb71-1645-416c-8816-811c79a54218 | Context tempest@default setup() finished in 4.70 sec 2020-09-03 14:22:56.343 96 INFO rally.task.context [-] Verification 2986bb71-1645-416c-8816-811c79a54218 | Context testr@default setup() finished in 1.28 msec 2020-09-03 14:22:56.345 96 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/0c28fe46-d111-4bd3-87f1-a367c1badc60'. 2020-09-03 14:23:39.896 96 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.053s] 2020-09-03 14:23:40.194 96 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.314s] 2020-09-03 14:23:40.445 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.142s] 2020-09-03 14:23:42.005 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.272s] 2020-09-03 14:23:42.313 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.331s] 2020-09-03 14:23:43.262 96 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.242s] 2020-09-03 14:23:44.179 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.164s] 2020-09-03 14:23:44.313 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.133s] 2020-09-03 14:23:44.715 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.392s] 2020-09-03 14:23:46.027 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.038s] 2020-09-03 14:23:46.080 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.055s] 2020-09-03 14:23:46.119 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.032s] 2020-09-03 14:23:46.203 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.080s] 2020-09-03 14:23:46.230 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.029s] 2020-09-03 14:23:46.621 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.294s] 2020-09-03 14:23:46.865 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.608s] 2020-09-03 14:23:46.876 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.026s] 2020-09-03 14:23:46.932 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.057s] 2020-09-03 14:23:46.964 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.031s] 2020-09-03 14:23:46.991 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.268s] 2020-09-03 14:23:47.000 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.020s] 2020-09-03 14:23:47.019 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.030s] 2020-09-03 14:23:47.192 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.165s] 2020-09-03 14:23:48.966 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.340s] 2020-09-03 14:23:51.305 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.333s] 2020-09-03 14:23:51.426 96 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.300s] 2020-09-03 14:23:53.648 96 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.199s] 2020-09-03 14:23:53.661 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.341s] 2020-09-03 14:23:56.050 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.391s] 2020-09-03 14:23:58.446 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.393s] 2020-09-03 14:24:00.762 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.313s] 2020-09-03 14:24:02.873 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.095s] 2020-09-03 14:24:03.011 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.138s] 2020-09-03 14:24:03.098 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.088s] 2020-09-03 14:24:03.216 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.112s] 2020-09-03 14:24:03.252 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.462s] 2020-09-03 14:24:03.352 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.130s] 2020-09-03 14:24:03.430 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.078s] 2020-09-03 14:24:03.510 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.077s] 2020-09-03 14:24:03.613 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.096s] 2020-09-03 14:24:03.892 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.268s] 2020-09-03 14:24:04.213 96 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.319s] 2020-09-03 14:24:05.679 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.438s] 2020-09-03 14:24:08.102 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.414s] 2020-09-03 14:24:10.522 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.409s] 2020-09-03 14:24:12.958 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.432s] 2020-09-03 14:24:15.414 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.448s] 2020-09-03 14:24:17.933 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.510s] 2020-09-03 14:24:20.428 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.487s] 2020-09-03 14:24:21.406 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [32.436s] 2020-09-03 14:24:23.020 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.585s] 2020-09-03 14:24:37.288 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.222s] 2020-09-03 14:24:41.708 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.087s] 2020-09-03 14:24:41.816 96 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.103s] 2020-09-03 14:24:53.545 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [32.131s] 2020-09-03 14:25:26.489 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [32.937s] 2020-09-03 14:25:59.341 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [32.854s] 2020-09-03 14:26:05.728 96 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.634s] 2020-09-03 14:26:08.145 96 INFO rally.task.context [-] Verification 2986bb71-1645-416c-8816-811c79a54218 | Context testr@default cleanup() started 2020-09-03 14:26:08.149 96 INFO rally.task.context [-] Verification 2986bb71-1645-416c-8816-811c79a54218 | Context testr@default cleanup() finished in 3.97 msec 2020-09-03 14:26:08.152 96 INFO rally.task.context [-] Verification 2986bb71-1645-416c-8816-811c79a54218 | Context tempest@default cleanup() started 2020-09-03 14:26:08.558 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_76045440_m5xGmdgD'. 2020-09-03 14:26:08.728 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_76045440_m5xGmdgD' has been deleted. 2020-09-03 14:26:08.732 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '2f333574-dc29-423a-8fc0-178546fd93dc' of option 'instance_type' from Tempest config file. 2020-09-03 14:26:08.734 96 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '2f333574-dc29-423a-8fc0-178546fd93dc' has been removed. 2020-09-03 14:26:08.761 96 INFO rally.task.context [-] Verification 2986bb71-1645-416c-8816-811c79a54218 | Context tempest@default cleanup() finished in 0.61 sec 2020-09-03 14:26:08.833 96 INFO rally.api [-] Verification (UUID=76045440-5c3e-4fe3-aea5-1f040c997e27) has been successfully finished for deployment 'opnfv-rally' (UUID=f75c3ab3-e735-42b6-af7a-8b671c20fb54)! 2020-09-03 14:26:23.181 137 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:26:23.188 137 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:26:23.189 137 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:26:38.117 143 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:26:38.123 143 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:26:38.124 143 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:27:01.186 143 INFO rally.api [-] Building 'html' report for the following verification(s): '76045440-5c3e-4fe3-aea5-1f040c997e27' 2020-09-03 14:27:01.419 143 INFO rally.api [-] The report has been successfully built. 2020-09-03 14:27:15.959 149 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:27:15.965 149 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:27:15.967 149 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:27:38.932 149 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '76045440-5c3e-4fe3-aea5-1f040c997e27' 2020-09-03 14:27:38.984 149 INFO rally.api [-] The report has been successfully built.