2020-07-04 08:09:27.174 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:09:27.175 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:09:27.175 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:09:29.282 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-04 08:09:29.282 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-04 08:09:29.282 7 ERROR rally.cli.cliutils 2020-07-04 08:09:30.772 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:09:30.772 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:09:30.772 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:09:34.666 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:09:34.666 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:09:34.666 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:09:39.170 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:09:39.170 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:09:39.170 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:09:40.591 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:09:40.591 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:09:40.592 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:09:42.653 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-04 08:09:42.653 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-04 08:09:42.653 17 ERROR rally.cli.cliutils 2020-07-04 08:09:44.093 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:09:44.094 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:09:44.094 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:09:46.050 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-04 08:09:46.117 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-cabbab99-0411-4385-b2fd-a5bec433d940/repo. 2020-07-04 08:09:46.361 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-cabbab99-0411-4385-b2fd-a5bec433d940/repo'... done. Note: switching to '537bf665f54089bb155b56d8ea1e34ba364dbb74'. 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-04 08:09:46.374 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g537bf665f ' 2020-07-04 08:09:46.383 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '537bf665f54089bb155b56d8ea1e34ba364dbb74 ' 2020-07-04 08:09:46.407 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-04 08:09:46.467 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-04 08:09:47.175 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cabbab99-0411-4385-b2fd-a5bec433d940) has been successfully created! 2020-07-04 08:09:48.736 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:09:48.736 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:09:48.736 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:09:53.115 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:09:53.116 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:09:53.116 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:09:55.120 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=cabbab99-0411-4385-b2fd-a5bec433d940) for deployment 'opnfv-rally' (UUID=10a49993-37ac-43bd-8d3d-ea9edf0e12a4). 2020-07-04 08:09:55.593 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cabbab99-0411-4385-b2fd-a5bec433d940) has been successfully configured for deployment 'opnfv-rally' (UUID=10a49993-37ac-43bd-8d3d-ea9edf0e12a4)! 2020-07-04 08:10:04.154 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:10:04.154 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:10:04.154 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:10:06.190 35 INFO rally.api [-] Starting verification (UUID=402f971f-c5df-4a2b-bd29-a27daa9d1b81) for deployment 'opnfv-rally' (UUID=10a49993-37ac-43bd-8d3d-ea9edf0e12a4) by verifier 'opnfv-tempest' (UUID=cabbab99-0411-4385-b2fd-a5bec433d940). 2020-07-04 08:10:06.873 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-04 08:10:06.874 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-cabbab99-0411-4385-b2fd-a5bec433d940/for-deployment-10a49993-37ac-43bd-8d3d-ea9edf0e12a4/tempest.log' to option 'log_file'. 2020-07-04 08:10:06.874 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-cabbab99-0411-4385-b2fd-a5bec433d940/for-deployment-10a49993-37ac-43bd-8d3d-ea9edf0e12a4/tempest.log 2020-07-04 08:10:06.874 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-04 08:10:06.874 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-cabbab99-0411-4385-b2fd-a5bec433d940/for-deployment-10a49993-37ac-43bd-8d3d-ea9edf0e12a4/lock_files' to option 'lock_path'. 2020-07-04 08:10:06.875 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-cabbab99-0411-4385-b2fd-a5bec433d940/for-deployment-10a49993-37ac-43bd-8d3d-ea9edf0e12a4/lock_files 2020-07-04 08:10:06.875 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-04 08:10:06.875 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-04 08:10:06.875 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a7d71fe7-a92b-47b3-86b1-186d242692f4 2020-07-04 08:10:06.876 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = e9fb3032-078e-492f-9f9c-3a16e8fbdea5 2020-07-04 08:10:06.876 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 0a06b948-bcac-4642-aabf-f697b8537fc6 2020-07-04 08:10:06.876 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 82370f9b-9384-4f0d-94d8-0a6a25a646e5 2020-07-04 08:10:07.178 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-04 08:10:07.178 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_90bb7d1f-514e-46f6-89fe-5240555422c0 2020-07-04 08:10:07.179 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-04 08:10:07.276 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-04 08:10:07.320 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_960feb02_5pXDqIHv'. Using flavor 'rally_verify_960feb02_5pXDqIHv' (ID = 81fc5f81-9c16-42d4-a4f6-903ad10f895e) for the tests. 2020-07-04 08:10:07.321 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '81fc5f81-9c16-42d4-a4f6-903ad10f895e' to option 'instance_type'. 2020-07-04 08:10:07.321 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 81fc5f81-9c16-42d4-a4f6-903ad10f895e 2020-07-04 08:10:07.323 35 INFO rally.task.context [-] Verification cabbab99-0411-4385-b2fd-a5bec433d940 | Context tempest@default setup() finished in 0.88 sec 2020-07-04 08:10:07.324 35 INFO rally.task.context [-] Verification cabbab99-0411-4385-b2fd-a5bec433d940 | Context testr@default setup() finished in 0.43 msec 2020-07-04 08:10:07.324 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/57a5b8c3-39f8-4bd6-bda9-250434af5a32'. 2020-07-04 08:10:12.640 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.099s] 2020-07-04 08:10:13.080 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.439s] 2020-07-04 08:10:13.585 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.133s] 2020-07-04 08:10:13.646 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.180s] 2020-07-04 08:10:14.764 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.240s] 2020-07-04 08:10:16.880 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.113s] 2020-07-04 08:10:18.785 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.012s] 2020-07-04 08:10:18.799 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.013s] 2020-07-04 08:10:18.810 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.010s] 2020-07-04 08:10:18.833 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.023s] 2020-07-04 08:10:18.839 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.006s] 2020-07-04 08:10:18.952 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.074s] 2020-07-04 08:10:18.997 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.152s] 2020-07-04 08:10:19.000 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.008s] 2020-07-04 08:10:19.011 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.011s] 2020-07-04 08:10:19.019 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.007s] 2020-07-04 08:10:19.022 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.003s] 2020-07-04 08:10:19.031 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.009s] 2020-07-04 08:10:19.104 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.073s] 2020-07-04 08:10:20.380 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.167s] 2020-07-04 08:10:20.589 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.046s] 2020-07-04 08:10:20.661 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.071s] 2020-07-04 08:10:20.700 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.039s] 2020-07-04 08:10:20.741 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.040s] 2020-07-04 08:10:20.775 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.033s] 2020-07-04 08:10:20.797 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.022s] 2020-07-04 08:10:20.822 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.024s] 2020-07-04 08:10:20.853 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.029s] 2020-07-04 08:10:20.992 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.138s] 2020-07-04 08:10:21.143 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.149s] 2020-07-04 08:10:22.459 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.079s] 2020-07-04 08:10:22.507 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.046s] 2020-07-04 08:10:24.621 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.112s] 2020-07-04 08:10:26.730 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.107s] 2020-07-04 08:10:26.913 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.064s] 2020-07-04 08:10:28.860 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.129s] 2020-07-04 08:10:31.274 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.412s] 2020-07-04 08:10:34.205 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [5.024s] 2020-07-04 08:10:34.778 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [3.467s] 2020-07-04 08:10:36.195 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [5.580s] 2020-07-04 08:10:37.912 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [3.169s] 2020-07-04 08:10:38.300 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.917s] 2020-07-04 08:10:39.548 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.350s] 2020-07-04 08:10:40.001 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.089s] 2020-07-04 08:10:40.369 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.064s] 2020-07-04 08:10:42.122 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.120s] 2020-07-04 08:10:42.839 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.290s] 2020-07-04 08:10:44.236 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.112s] 2020-07-04 08:10:46.360 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.522s] 2020-07-04 08:10:46.472 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.235s] 2020-07-04 08:10:48.592 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.118s] 2020-07-04 08:10:51.483 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.889s] 2020-07-04 08:10:53.611 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.127s] 2020-07-04 08:10:55.750 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.139s] 2020-07-04 08:10:57.881 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.128s] 2020-07-04 08:11:00.016 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.135s] 2020-07-04 08:11:01.823 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.017s] 2020-07-04 08:11:01.852 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.030s] 2020-07-04 08:11:10.232 35 INFO rally.task.context [-] Verification cabbab99-0411-4385-b2fd-a5bec433d940 | Context testr@default cleanup() started 2020-07-04 08:11:10.233 35 INFO rally.task.context [-] Verification cabbab99-0411-4385-b2fd-a5bec433d940 | Context testr@default cleanup() finished in 0.88 msec 2020-07-04 08:11:10.233 35 INFO rally.task.context [-] Verification cabbab99-0411-4385-b2fd-a5bec433d940 | Context tempest@default cleanup() started 2020-07-04 08:11:10.418 35 INFO rally.task.context [-] Verification cabbab99-0411-4385-b2fd-a5bec433d940 | Context tempest@default cleanup() finished in 0.18 sec 2020-07-04 08:11:10.464 35 INFO rally.api [-] Verification (UUID=402f971f-c5df-4a2b-bd29-a27daa9d1b81) has been successfully finished for deployment 'opnfv-rally' (UUID=10a49993-37ac-43bd-8d3d-ea9edf0e12a4)! 2020-07-04 08:11:12.178 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:11:12.179 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:11:12.179 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:11:13.774 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:11:13.774 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:11:13.774 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:11:15.744 52 INFO rally.api [-] Building 'html' report for the following verification(s): '402f971f-c5df-4a2b-bd29-a27daa9d1b81' 2020-07-04 08:11:15.768 52 INFO rally.api [-] The report has been successfully built. 2020-07-04 08:11:17.257 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:11:17.257 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:11:17.257 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:11:19.153 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '402f971f-c5df-4a2b-bd29-a27daa9d1b81' 2020-07-04 08:11:19.157 54 INFO rally.api [-] The report has been successfully built.