2021-08-16 18:38:01.555 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:38:01.555 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:38:01.555 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-16 18:38:04.471 8 ERROR rally.cli.cliutils 2021-08-16 18:38:06.308 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:38:06.309 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:38:06.309 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:38:11.172 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:38:11.172 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:38:11.172 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:38:16.499 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:38:16.499 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:38:16.499 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:38:18.088 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:38:18.088 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:38:18.088 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-16 18:38:20.886 18 ERROR rally.cli.cliutils 2021-08-16 18:38:22.808 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:38:22.809 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:38:22.809 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:38:25.410 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-16 18:38:25.453 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-1b6a1540-163e-47cc-8d4b-e68fa4a397b3/repo. 2021-08-16 18:38:25.762 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-1b6a1540-163e-47cc-8d4b-e68fa4a397b3/repo'... done. Note: switching to '883706539ffd4099b0701a27cc3e6a3b7c527dbe'. 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 ' 2021-08-16 18:38:25.779 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-g883706539 ' 2021-08-16 18:38:25.788 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '883706539ffd4099b0701a27cc3e6a3b7c527dbe ' 2021-08-16 18:38:25.800 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-16 18:38:25.861 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-16 18:38:26.694 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1b6a1540-163e-47cc-8d4b-e68fa4a397b3) has been successfully created! 2021-08-16 18:38:28.558 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:38:28.558 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:38:28.558 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:38:33.698 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:38:33.698 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:38:33.699 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:38:36.315 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1b6a1540-163e-47cc-8d4b-e68fa4a397b3) for deployment 'opnfv-rally' (UUID=8ac67a98-e928-400e-afd0-74554a48abde). 2021-08-16 18:38:36.829 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1b6a1540-163e-47cc-8d4b-e68fa4a397b3) has been successfully configured for deployment 'opnfv-rally' (UUID=8ac67a98-e928-400e-afd0-74554a48abde)! 2021-08-16 18:38:47.724 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:38:47.724 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:38:47.724 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:38:50.621 38 INFO rally.api [-] Starting verification (UUID=6d1c89d2-8a71-42c0-b173-1284928e707f) for deployment 'opnfv-rally' (UUID=8ac67a98-e928-400e-afd0-74554a48abde) by verifier 'opnfv-tempest' (UUID=1b6a1540-163e-47cc-8d4b-e68fa4a397b3). 2021-08-16 18:38:51.395 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-16 18:38:51.396 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1b6a1540-163e-47cc-8d4b-e68fa4a397b3/for-deployment-8ac67a98-e928-400e-afd0-74554a48abde/tempest.log' to option 'log_file'. 2021-08-16 18:38:51.396 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-1b6a1540-163e-47cc-8d4b-e68fa4a397b3/for-deployment-8ac67a98-e928-400e-afd0-74554a48abde/tempest.log 2021-08-16 18:38:51.396 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-16 18:38:51.396 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1b6a1540-163e-47cc-8d4b-e68fa4a397b3/for-deployment-8ac67a98-e928-400e-afd0-74554a48abde/lock_files' to option 'lock_path'. 2021-08-16 18:38:51.396 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-1b6a1540-163e-47cc-8d4b-e68fa4a397b3/for-deployment-8ac67a98-e928-400e-afd0-74554a48abde/lock_files 2021-08-16 18:38:51.397 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-08-16 18:38:51.397 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1b6a1540-163e-47cc-8d4b-e68fa4a397b3/for-deployment-8ac67a98-e928-400e-afd0-74554a48abde' to option 'img_dir'. 2021-08-16 18:38:51.397 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-1b6a1540-163e-47cc-8d4b-e68fa4a397b3/for-deployment-8ac67a98-e928-400e-afd0-74554a48abde 2021-08-16 18:38:51.397 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2021-08-16 18:38:51.398 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 81b6d64d-d387-4b30-af82-b7469e8f7372 2021-08-16 18:38:51.398 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 4930a4c9-c583-4916-b649-04bbdcf00a99 2021-08-16 18:38:51.398 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 32da6538-6585-46b2-8759-3d45a1393630 2021-08-16 18:38:51.399 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 7baedb15-8142-41aa-aeac-12504f0152c8 2021-08-16 18:38:51.758 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-16 18:38:51.759 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_8ad52ade-5b21-4c3e-ad3a-e739fa09c3bb 2021-08-16 18:38:51.759 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-16 18:38:51.837 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-16 18:38:51.870 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_9b258b11_DsBU7VtP'. Using flavor 'rally_verify_9b258b11_DsBU7VtP' (ID = ff0d3472-ed93-4266-977a-74b1058672f3) for the tests. 2021-08-16 18:38:51.870 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ff0d3472-ed93-4266-977a-74b1058672f3' to option 'instance_type'. 2021-08-16 18:38:51.871 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ff0d3472-ed93-4266-977a-74b1058672f3 2021-08-16 18:38:51.872 38 INFO rally.task.context [-] Verification 1b6a1540-163e-47cc-8d4b-e68fa4a397b3 | Context tempest@default setup() finished in 1.06 sec 2021-08-16 18:38:51.873 38 INFO rally.task.context [-] Verification 1b6a1540-163e-47cc-8d4b-e68fa4a397b3 | Context testr@default setup() finished in 0.40 msec 2021-08-16 18:38:51.874 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/81155bc5-174f-4dde-a5fb-f41fedae88f0'. 2021-08-16 18:38:58.070 38 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.030s] 2021-08-16 18:38:58.173 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.049s] 2021-08-16 18:38:58.258 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.084s] 2021-08-16 18:38:58.297 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.039s] 2021-08-16 18:38:58.332 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.034s] 2021-08-16 18:38:58.366 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.033s] 2021-08-16 18:38:58.388 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.022s] 2021-08-16 18:38:58.409 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.020s] 2021-08-16 18:38:58.432 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.023s] 2021-08-16 18:38:58.457 38 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.386s] 2021-08-16 18:38:58.549 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.115s] 2021-08-16 18:38:58.691 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.141s] 2021-08-16 18:38:58.773 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.196s] 2021-08-16 18:38:58.800 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.158s] 2021-08-16 18:39:00.706 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.014s] 2021-08-16 18:39:00.719 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.012s] 2021-08-16 18:39:00.731 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.011s] 2021-08-16 18:39:00.755 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.024s] 2021-08-16 18:39:00.764 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.007s] 2021-08-16 18:39:00.928 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.020s] 2021-08-16 18:39:00.947 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.180s] 2021-08-16 18:39:00.953 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.009s] 2021-08-16 18:39:00.956 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.028s] 2021-08-16 18:39:00.965 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.011s] 2021-08-16 18:39:00.975 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.010s] 2021-08-16 18:39:00.979 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2021-08-16 18:39:00.990 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.011s] 2021-08-16 18:39:01.086 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [0.259s] 2021-08-16 18:39:01.132 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.141s] 2021-08-16 18:39:01.180 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [0.093s] 2021-08-16 18:39:01.249 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.067s] 2021-08-16 18:39:01.362 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [0.112s] 2021-08-16 18:39:01.479 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [0.115s] 2021-08-16 18:39:01.599 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [0.118s] 2021-08-16 18:39:01.718 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [0.119s] 2021-08-16 18:39:01.825 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [0.418s] 2021-08-16 18:39:01.854 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [0.135s] 2021-08-16 18:39:01.926 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [0.100s] 2021-08-16 18:39:01.993 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [0.137s] 2021-08-16 18:39:02.091 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [0.098s] 2021-08-16 18:39:02.214 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [0.121s] 2021-08-16 18:39:02.345 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [0.129s] 2021-08-16 18:39:02.465 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [0.118s] 2021-08-16 18:39:02.579 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [0.114s] 2021-08-16 18:39:02.695 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [0.115s] 2021-08-16 18:39:02.814 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [0.119s] 2021-08-16 18:39:02.954 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [0.135s] 2021-08-16 18:39:03.035 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [0.355s] 2021-08-16 18:39:03.083 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [0.131s] 2021-08-16 18:39:03.232 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [0.147s] 2021-08-16 18:39:04.584 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [0.271s] 2021-08-16 18:39:04.747 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [0.160s] 2021-08-16 18:39:04.869 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [0.123s] 2021-08-16 18:39:06.957 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.472s] 2021-08-16 18:39:10.416 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.459s] 2021-08-16 18:39:13.726 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.309s] 2021-08-16 18:39:16.698 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.070s] 2021-08-16 18:39:17.204 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.477s] 2021-08-16 18:39:18.293 38 INFO rally.task.context [-] Verification 1b6a1540-163e-47cc-8d4b-e68fa4a397b3 | Context testr@default cleanup() started 2021-08-16 18:39:18.294 38 INFO rally.task.context [-] Verification 1b6a1540-163e-47cc-8d4b-e68fa4a397b3 | Context testr@default cleanup() finished in 0.75 msec 2021-08-16 18:39:18.294 38 INFO rally.task.context [-] Verification 1b6a1540-163e-47cc-8d4b-e68fa4a397b3 | Context tempest@default cleanup() started 2021-08-16 18:39:18.500 38 INFO rally.task.context [-] Verification 1b6a1540-163e-47cc-8d4b-e68fa4a397b3 | Context tempest@default cleanup() finished in 0.21 sec 2021-08-16 18:39:18.513 38 INFO rally.api [-] Verification (UUID=6d1c89d2-8a71-42c0-b173-1284928e707f) has been successfully finished for deployment 'opnfv-rally' (UUID=8ac67a98-e928-400e-afd0-74554a48abde)! 2021-08-16 18:39:20.458 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:39:20.459 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:39:20.459 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:39:22.184 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:39:22.184 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:39:22.184 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:39:25.031 56 INFO rally.api [-] Building 'html' report for the following verification(s): '6d1c89d2-8a71-42c0-b173-1284928e707f' 2021-08-16 18:39:25.051 56 INFO rally.api [-] The report has been successfully built. 2021-08-16 18:39:26.795 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:39:26.795 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:39:26.795 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:39:29.733 58 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '6d1c89d2-8a71-42c0-b173-1284928e707f' 2021-08-16 18:39:29.740 58 INFO rally.api [-] The report has been successfully built.