2020-05-14 21:02:15.825 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:02:15.826 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:02:15.826 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:02:18.108 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-05-14 21:02:18.108 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-14 21:02:18.108 7 ERROR rally.cli.cliutils 2020-05-14 21:02:19.677 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:02:19.678 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:02:19.678 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:02:23.772 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:02:23.773 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:02:23.773 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:02:28.648 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:02:28.648 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:02:28.648 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:02:30.179 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:02:30.179 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:02:30.179 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:02:32.309 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-05-14 21:02:32.309 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-14 21:02:32.309 17 ERROR rally.cli.cliutils 2020-05-14 21:02:34.232 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:02:34.232 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:02:34.233 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:02:36.734 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-14 21:02:36.921 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-d4c25301-2c0f-494e-a833-a073eb0e7de3/repo. 2020-05-14 21:02:37.147 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-d4c25301-2c0f-494e-a833-a073eb0e7de3/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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-05-14 21:02:37.160 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-14 21:02:37.168 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-14 21:02:37.190 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-14 21:02:37.242 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-14 21:02:38.053 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d4c25301-2c0f-494e-a833-a073eb0e7de3) has been successfully created! 2020-05-14 21:02:39.953 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:02:39.953 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:02:39.953 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:02:45.293 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:02:45.294 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:02:45.294 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:02:47.877 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d4c25301-2c0f-494e-a833-a073eb0e7de3) for deployment 'opnfv-rally' (UUID=0bc91333-90fa-4bd1-8ef1-caee44fdf9d3). 2020-05-14 21:02:51.427 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d4c25301-2c0f-494e-a833-a073eb0e7de3) has been successfully configured for deployment 'opnfv-rally' (UUID=0bc91333-90fa-4bd1-8ef1-caee44fdf9d3)! 2020-05-14 21:03:00.842 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:03:00.842 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:03:00.842 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:03:03.077 35 INFO rally.api [-] Starting verification (UUID=21679f13-6801-4c87-9579-a0bf930203e5) for deployment 'opnfv-rally' (UUID=0bc91333-90fa-4bd1-8ef1-caee44fdf9d3) by verifier 'opnfv-tempest' (UUID=d4c25301-2c0f-494e-a833-a073eb0e7de3). 2020-05-14 21:03:03.709 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-14 21:03:03.710 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d4c25301-2c0f-494e-a833-a073eb0e7de3/for-deployment-0bc91333-90fa-4bd1-8ef1-caee44fdf9d3/tempest.log' to option 'log_file'. 2020-05-14 21:03:03.710 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-d4c25301-2c0f-494e-a833-a073eb0e7de3/for-deployment-0bc91333-90fa-4bd1-8ef1-caee44fdf9d3/tempest.log 2020-05-14 21:03:03.711 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-14 21:03:03.711 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d4c25301-2c0f-494e-a833-a073eb0e7de3/for-deployment-0bc91333-90fa-4bd1-8ef1-caee44fdf9d3/lock_files' to option 'lock_path'. 2020-05-14 21:03:03.711 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-d4c25301-2c0f-494e-a833-a073eb0e7de3/for-deployment-0bc91333-90fa-4bd1-8ef1-caee44fdf9d3/lock_files 2020-05-14 21:03:03.712 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-14 21:03:03.712 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-05-14 21:03:03.712 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 8aff9666-1d9a-4755-82b3-83136404d259 2020-05-14 21:03:03.712 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = a64d43a9-79db-443e-9b3a-e33b5cc8db97 2020-05-14 21:03:03.713 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = cad7d2e9-464c-42f3-be00-e9bfef9f8b98 2020-05-14 21:03:03.713 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 7e681023-e0a5-48ee-a762-4384a8659ffa 2020-05-14 21:03:07.081 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-14 21:03:07.082 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_16568d06-34d5-48f9-ae85-14ebefbb4285 2020-05-14 21:03:07.083 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-14 21:03:07.178 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-14 21:03:07.327 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_f91b3f24_h1UWzpfA'. Using flavor 'rally_verify_f91b3f24_h1UWzpfA' (ID = 0dfe1718-aa6c-4ece-b7bd-9d3b722b52f3) for the tests. 2020-05-14 21:03:07.328 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0dfe1718-aa6c-4ece-b7bd-9d3b722b52f3' to option 'instance_type'. 2020-05-14 21:03:07.328 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0dfe1718-aa6c-4ece-b7bd-9d3b722b52f3 2020-05-14 21:03:07.329 35 INFO rally.task.context [-] Verification d4c25301-2c0f-494e-a833-a073eb0e7de3 | Context tempest@default setup() finished in 4.04 sec 2020-05-14 21:03:07.330 35 INFO rally.task.context [-] Verification d4c25301-2c0f-494e-a833-a073eb0e7de3 | Context testr@default setup() finished in 0.33 msec 2020-05-14 21:03:07.330 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 3 --load-list /tmp/dba7bf89-b8c7-40ed-8b37-52e205bdab25'. 2020-05-14 21:03:12.362 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.031s] 2020-05-14 21:03:12.654 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.292s] 2020-05-14 21:03:13.202 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.084s] 2020-05-14 21:03:24.048 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.160s] 2020-05-14 21:03:24.883 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.069s] 2020-05-14 21:03:33.432 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.010s] 2020-05-14 21:03:33.444 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.011s] 2020-05-14 21:03:33.453 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.009s] 2020-05-14 21:03:33.473 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.020s] 2020-05-14 21:03:33.479 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.005s] 2020-05-14 21:03:33.644 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.158s] 2020-05-14 21:03:33.645 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.006s] 2020-05-14 21:03:33.655 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.010s] 2020-05-14 21:03:33.662 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-05-14 21:03:33.665 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.003s] 2020-05-14 21:03:33.675 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.009s] 2020-05-14 21:03:33.844 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.169s] 2020-05-14 21:03:34.633 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.038s] 2020-05-14 21:03:34.695 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.061s] 2020-05-14 21:03:34.737 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.041s] 2020-05-14 21:03:34.775 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.038s] 2020-05-14 21:03:34.815 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.038s] 2020-05-14 21:03:34.840 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.025s] 2020-05-14 21:03:34.862 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.021s] 2020-05-14 21:03:34.891 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.028s] 2020-05-14 21:03:34.991 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.098s] 2020-05-14 21:03:35.111 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.120s] 2020-05-14 21:03:42.680 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.153s] 2020-05-14 21:03:44.747 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.065s] 2020-05-14 21:03:44.796 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.049s] 2020-05-14 21:03:46.885 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.087s] 2020-05-14 21:03:49.019 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.134s] 2020-05-14 21:03:49.247 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.021s] 2020-05-14 21:03:49.281 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.033s] 2020-05-14 21:03:51.107 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.087s] 2020-05-14 21:03:53.200 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.092s] 2020-05-14 21:03:55.300 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.097s] 2020-05-14 21:03:57.532 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.231s] 2020-05-14 21:03:59.616 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.083s] 2020-05-14 21:04:01.739 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.120s] 2020-05-14 21:04:03.207 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.363s] 2020-05-14 21:04:03.394 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.346s] 2020-05-14 21:04:03.866 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.126s] 2020-05-14 21:04:05.280 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.072s] 2020-05-14 21:04:05.976 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.110s] 2020-05-14 21:04:08.085 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.108s] 2020-05-14 21:04:10.200 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.114s] 2020-05-14 21:04:12.308 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.106s] 2020-05-14 21:04:14.466 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.156s] 2020-05-14 21:04:16.597 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.131s] 2020-05-14 21:04:18.726 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.126s] 2020-05-14 21:04:25.522 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.224s] 2020-05-14 21:04:27.649 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.126s] 2020-05-14 21:04:29.727 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.078s] 2020-05-14 21:04:29.927 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.760s] 2020-05-14 21:04:33.548 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.620s] 2020-05-14 21:04:37.380 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.826s] 2020-05-14 21:04:41.029 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.644s] 2020-05-14 21:04:48.434 35 INFO rally.task.context [-] Verification d4c25301-2c0f-494e-a833-a073eb0e7de3 | Context testr@default cleanup() started 2020-05-14 21:04:48.434 35 INFO rally.task.context [-] Verification d4c25301-2c0f-494e-a833-a073eb0e7de3 | Context testr@default cleanup() finished in 0.77 msec 2020-05-14 21:04:48.435 35 INFO rally.task.context [-] Verification d4c25301-2c0f-494e-a833-a073eb0e7de3 | Context tempest@default cleanup() started 2020-05-14 21:04:48.598 35 INFO rally.task.context [-] Verification d4c25301-2c0f-494e-a833-a073eb0e7de3 | Context tempest@default cleanup() finished in 0.16 sec 2020-05-14 21:04:48.624 35 INFO rally.api [-] Verification (UUID=21679f13-6801-4c87-9579-a0bf930203e5) has been successfully finished for deployment 'opnfv-rally' (UUID=0bc91333-90fa-4bd1-8ef1-caee44fdf9d3)! 2020-05-14 21:04:50.550 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:04:50.551 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:04:50.551 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:04:52.427 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:04:52.428 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:04:52.428 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:04:54.939 49 INFO rally.api [-] Building 'html' report for the following verification(s): '21679f13-6801-4c87-9579-a0bf930203e5' 2020-05-14 21:04:54.969 49 INFO rally.api [-] The report has been successfully built. 2020-05-14 21:04:56.611 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:04:56.611 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:04:56.611 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:04:58.717 51 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '21679f13-6801-4c87-9579-a0bf930203e5' 2020-05-14 21:04:58.721 51 INFO rally.api [-] The report has been successfully built.