2020-12-05 12:33:33.638 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:33:33.639 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:33:33.639 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:33:36.185 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-12-05 12:33:36.185 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-05 12:33:36.185 7 ERROR rally.cli.cliutils 2020-12-05 12:33:37.989 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:33:37.989 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:33:37.989 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:33:42.925 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:33:42.926 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:33:42.926 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:33:48.334 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:33:48.335 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:33:48.335 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:33:49.999 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:33:49.999 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:33:49.999 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:33:52.618 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-12-05 12:33:52.618 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-05 12:33:52.618 17 ERROR rally.cli.cliutils 2020-12-05 12:33:54.377 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:33:54.378 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:33:54.378 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:33:57.089 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-05 12:33:57.160 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-38fbc18d-c68a-4ae0-be7a-4293ee02c78b/repo. 2020-12-05 12:33:57.443 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-38fbc18d-c68a-4ae0-be7a-4293ee02c78b/repo'... done. Note: switching to '10c0e505c52c10f3c20cdde7bb0fb6bd0e49922a'. 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-12-05 12:33:57.490 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g10c0e505c ' 2020-12-05 12:33:57.501 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '10c0e505c52c10f3c20cdde7bb0fb6bd0e49922a ' 2020-12-05 12:33:57.524 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-05 12:33:57.590 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-05 12:33:58.326 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=38fbc18d-c68a-4ae0-be7a-4293ee02c78b) has been successfully created! 2020-12-05 12:34:00.214 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:34:00.214 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:34:00.214 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:34:05.504 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:34:05.504 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:34:05.505 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:34:07.973 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=38fbc18d-c68a-4ae0-be7a-4293ee02c78b) for deployment 'opnfv-rally' (UUID=cc9d10be-72db-4ecc-b577-c06cea5b2ed3). 2020-12-05 12:34:08.602 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=38fbc18d-c68a-4ae0-be7a-4293ee02c78b) has been successfully configured for deployment 'opnfv-rally' (UUID=cc9d10be-72db-4ecc-b577-c06cea5b2ed3)! 2020-12-05 12:34:18.754 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:34:18.754 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:34:18.754 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:34:21.410 35 INFO rally.api [-] Starting verification (UUID=b0f2a725-86e9-428c-9bc6-5572c1a57371) for deployment 'opnfv-rally' (UUID=cc9d10be-72db-4ecc-b577-c06cea5b2ed3) by verifier 'opnfv-tempest' (UUID=38fbc18d-c68a-4ae0-be7a-4293ee02c78b). 2020-12-05 12:34:22.157 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-05 12:34:22.158 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-38fbc18d-c68a-4ae0-be7a-4293ee02c78b/for-deployment-cc9d10be-72db-4ecc-b577-c06cea5b2ed3/tempest.log' to option 'log_file'. 2020-12-05 12:34:22.158 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-38fbc18d-c68a-4ae0-be7a-4293ee02c78b/for-deployment-cc9d10be-72db-4ecc-b577-c06cea5b2ed3/tempest.log 2020-12-05 12:34:22.158 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-05 12:34:22.158 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-38fbc18d-c68a-4ae0-be7a-4293ee02c78b/for-deployment-cc9d10be-72db-4ecc-b577-c06cea5b2ed3/lock_files' to option 'lock_path'. 2020-12-05 12:34:22.158 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-38fbc18d-c68a-4ae0-be7a-4293ee02c78b/for-deployment-cc9d10be-72db-4ecc-b577-c06cea5b2ed3/lock_files 2020-12-05 12:34:22.158 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-05 12:34:22.159 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-12-05 12:34:22.159 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f1de2602-e479-4349-9b64-4fc1b09f4429 2020-12-05 12:34:22.159 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 51a8fa76-2795-4f86-953f-c8fb6ff3640d 2020-12-05 12:34:22.159 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c068d9b0-186c-4e91-a426-7e00e916353a 2020-12-05 12:34:22.159 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = adf1afe5-189c-4fe2-9611-ec28c1974d02 2020-12-05 12:34:22.483 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-05 12:34:22.484 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_7279db71-07f3-4a7e-abf9-8718ee134cba 2020-12-05 12:34:22.484 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-05 12:34:22.567 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-05 12:34:22.635 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-05 12:34:22.636 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_b0f2a725_lmYuVAZt' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-05 12:34:22.678 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b0f2a725_lmYuVAZt' (ID = 434b3aa4-ebde-4f7c-ad7d-f7c17f1d2b72) has been successfully created! 2020-12-05 12:34:22.678 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '434b3aa4-ebde-4f7c-ad7d-f7c17f1d2b72' to option 'instance_type'. 2020-12-05 12:34:22.678 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 434b3aa4-ebde-4f7c-ad7d-f7c17f1d2b72 2020-12-05 12:34:22.680 35 INFO rally.task.context [-] Verification 38fbc18d-c68a-4ae0-be7a-4293ee02c78b | Context tempest@default setup() finished in 1.03 sec 2020-12-05 12:34:22.681 35 INFO rally.task.context [-] Verification 38fbc18d-c68a-4ae0-be7a-4293ee02c78b | Context testr@default setup() finished in 0.47 msec 2020-12-05 12:34:22.681 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/fbb5699f-a9eb-49e0-8eaf-88c7955781d5'. 2020-12-05 12:34:28.535 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.031s] 2020-12-05 12:34:28.959 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.423s] 2020-12-05 12:34:29.459 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.224s] 2020-12-05 12:34:29.494 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.197s] 2020-12-05 12:34:31.506 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.458s] 2020-12-05 12:34:33.005 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.281s] 2020-12-05 12:34:33.645 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.138s] 2020-12-05 12:34:35.107 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.101s] 2020-12-05 12:34:35.173 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.065s] 2020-12-05 12:34:35.528 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.015s] 2020-12-05 12:34:35.543 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.015s] 2020-12-05 12:34:35.558 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.014s] 2020-12-05 12:34:35.585 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.027s] 2020-12-05 12:34:35.596 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.010s] 2020-12-05 12:34:35.784 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.185s] 2020-12-05 12:34:35.791 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.010s] 2020-12-05 12:34:35.807 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.015s] 2020-12-05 12:34:35.818 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.011s] 2020-12-05 12:34:35.822 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2020-12-05 12:34:35.837 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.014s] 2020-12-05 12:34:36.012 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.176s] 2020-12-05 12:34:36.144 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.023s] 2020-12-05 12:34:36.182 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.037s] 2020-12-05 12:34:36.346 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.198s] 2020-12-05 12:34:37.293 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.117s] 2020-12-05 12:34:38.520 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.172s] 2020-12-05 12:34:39.411 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.118s] 2020-12-05 12:34:40.645 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.125s] 2020-12-05 12:34:41.535 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.124s] 2020-12-05 12:34:42.321 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.064s] 2020-12-05 12:34:42.409 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.087s] 2020-12-05 12:34:42.456 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.046s] 2020-12-05 12:34:42.499 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.043s] 2020-12-05 12:34:42.536 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.036s] 2020-12-05 12:34:42.562 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.026s] 2020-12-05 12:34:42.586 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.024s] 2020-12-05 12:34:42.618 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.030s] 2020-12-05 12:34:42.756 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.138s] 2020-12-05 12:34:42.958 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.200s] 2020-12-05 12:34:43.663 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.127s] 2020-12-05 12:34:44.818 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.617s] 2020-12-05 12:34:45.808 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.145s] 2020-12-05 12:34:47.955 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.145s] 2020-12-05 12:34:50.085 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.129s] 2020-12-05 12:34:52.245 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.158s] 2020-12-05 12:34:54.401 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.154s] 2020-12-05 12:34:56.545 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.145s] 2020-12-05 12:34:58.686 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.140s] 2020-12-05 12:35:00.845 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.157s] 2020-12-05 12:35:02.920 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.090s] 2020-12-05 12:35:02.993 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.145s] 2020-12-05 12:35:05.150 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.157s] 2020-12-05 12:35:07.314 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.161s] 2020-12-05 12:35:09.476 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.162s] 2020-12-05 12:35:14.943 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.840s] 2020-12-05 12:35:18.392 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.448s] 2020-12-05 12:35:22.087 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.693s] 2020-12-05 12:35:25.609 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.524s] 2020-12-05 12:35:27.076 35 INFO rally.task.context [-] Verification 38fbc18d-c68a-4ae0-be7a-4293ee02c78b | Context testr@default cleanup() started 2020-12-05 12:35:27.077 35 INFO rally.task.context [-] Verification 38fbc18d-c68a-4ae0-be7a-4293ee02c78b | Context testr@default cleanup() finished in 0.73 msec 2020-12-05 12:35:27.077 35 INFO rally.task.context [-] Verification 38fbc18d-c68a-4ae0-be7a-4293ee02c78b | Context tempest@default cleanup() started 2020-12-05 12:35:27.243 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_b0f2a725_lmYuVAZt'. 2020-12-05 12:35:27.459 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b0f2a725_lmYuVAZt' has been deleted. 2020-12-05 12:35:27.460 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '434b3aa4-ebde-4f7c-ad7d-f7c17f1d2b72' of option 'instance_type' from Tempest config file. 2020-12-05 12:35:27.460 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '434b3aa4-ebde-4f7c-ad7d-f7c17f1d2b72' has been removed. 2020-12-05 12:35:27.465 35 INFO rally.task.context [-] Verification 38fbc18d-c68a-4ae0-be7a-4293ee02c78b | Context tempest@default cleanup() finished in 0.39 sec 2020-12-05 12:35:27.490 35 INFO rally.api [-] Verification (UUID=b0f2a725-86e9-428c-9bc6-5572c1a57371) has been successfully finished for deployment 'opnfv-rally' (UUID=cc9d10be-72db-4ecc-b577-c06cea5b2ed3)! 2020-12-05 12:35:29.387 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:35:29.387 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:35:29.387 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:35:31.099 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:35:31.100 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:35:31.100 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:35:33.742 52 INFO rally.api [-] Building 'html' report for the following verification(s): 'b0f2a725-86e9-428c-9bc6-5572c1a57371' 2020-12-05 12:35:33.765 52 INFO rally.api [-] The report has been successfully built. 2020-12-05 12:35:35.510 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:35:35.510 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:35:35.510 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:35:38.158 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b0f2a725-86e9-428c-9bc6-5572c1a57371' 2020-12-05 12:35:38.164 54 INFO rally.api [-] The report has been successfully built.