2020-12-09 11:48:54.056 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:48:54.057 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:48:54.057 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:48:56.369 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-09 11:48:56.369 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-09 11:48:56.369 7 ERROR rally.cli.cliutils 2020-12-09 11:48:57.955 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:48:57.956 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:48:57.956 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:49:02.105 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:49:02.106 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:49:02.106 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:49:06.435 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:49:06.435 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:49:06.435 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:49:07.857 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:49:07.857 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:49:07.857 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:49:09.898 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-09 11:49:09.898 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-09 11:49:09.898 17 ERROR rally.cli.cliutils 2020-12-09 11:49:11.498 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:49:11.499 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:49:11.499 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:49:13.628 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-09 11:49:13.694 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-1360bc98-8f5a-4b9c-95d9-c0bde8001eb6/repo. 2020-12-09 11:49:13.949 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-1360bc98-8f5a-4b9c-95d9-c0bde8001eb6/repo'... done. Note: switching to '2270e0af6e343c2b409baa24be092bcc0f31c091'. 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-09 11:49:13.962 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g2270e0af6 ' 2020-12-09 11:49:13.970 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '2270e0af6e343c2b409baa24be092bcc0f31c091 ' 2020-12-09 11:49:13.991 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-09 11:49:14.048 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-09 11:49:14.805 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1360bc98-8f5a-4b9c-95d9-c0bde8001eb6) has been successfully created! 2020-12-09 11:49:16.369 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:49:16.369 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:49:16.370 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:49:20.611 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:49:20.611 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:49:20.611 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:49:22.729 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1360bc98-8f5a-4b9c-95d9-c0bde8001eb6) for deployment 'opnfv-rally' (UUID=4cbdf5f1-8ac4-47e1-8308-54dcb92efcbf). 2020-12-09 11:49:23.202 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1360bc98-8f5a-4b9c-95d9-c0bde8001eb6) has been successfully configured for deployment 'opnfv-rally' (UUID=4cbdf5f1-8ac4-47e1-8308-54dcb92efcbf)! 2020-12-09 11:49:32.092 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:49:32.092 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:49:32.092 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:49:34.267 35 INFO rally.api [-] Starting verification (UUID=545340c5-c3b5-4fa4-8ec2-ac37fa8bc3ac) for deployment 'opnfv-rally' (UUID=4cbdf5f1-8ac4-47e1-8308-54dcb92efcbf) by verifier 'opnfv-tempest' (UUID=1360bc98-8f5a-4b9c-95d9-c0bde8001eb6). 2020-12-09 11:49:34.991 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-09 11:49:34.991 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1360bc98-8f5a-4b9c-95d9-c0bde8001eb6/for-deployment-4cbdf5f1-8ac4-47e1-8308-54dcb92efcbf/tempest.log' to option 'log_file'. 2020-12-09 11:49:34.992 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-1360bc98-8f5a-4b9c-95d9-c0bde8001eb6/for-deployment-4cbdf5f1-8ac4-47e1-8308-54dcb92efcbf/tempest.log 2020-12-09 11:49:34.992 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-09 11:49:34.992 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1360bc98-8f5a-4b9c-95d9-c0bde8001eb6/for-deployment-4cbdf5f1-8ac4-47e1-8308-54dcb92efcbf/lock_files' to option 'lock_path'. 2020-12-09 11:49:34.993 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-1360bc98-8f5a-4b9c-95d9-c0bde8001eb6/for-deployment-4cbdf5f1-8ac4-47e1-8308-54dcb92efcbf/lock_files 2020-12-09 11:49:34.993 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-09 11:49:34.994 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-09 11:49:34.994 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 49700338-ff5b-4723-9b5c-2aabb0a4c2fe 2020-12-09 11:49:34.994 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 5772367e-aefe-4c51-bbd8-75d51c46b2c9 2020-12-09 11:49:34.995 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 0ef0ff3c-b1be-48da-a5e7-bf0d694b6313 2020-12-09 11:49:34.996 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 16bd1cd2-6ba7-44e5-8069-349f79ffa6a6 2020-12-09 11:49:35.267 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-09 11:49:35.267 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_97e06a3b-76c0-4e2f-ac76-052a7ee565a8 2020-12-09 11:49:35.268 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-09 11:49:35.342 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-09 11:49:35.382 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-09 11:49:35.382 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_545340c5_gZLrok0A' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-09 11:49:35.419 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_545340c5_gZLrok0A' (ID = 0b90eaa7-c3f3-4d53-8691-9ae67504c6d4) has been successfully created! 2020-12-09 11:49:35.420 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0b90eaa7-c3f3-4d53-8691-9ae67504c6d4' to option 'instance_type'. 2020-12-09 11:49:35.420 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0b90eaa7-c3f3-4d53-8691-9ae67504c6d4 2020-12-09 11:49:35.422 35 INFO rally.task.context [-] Verification 1360bc98-8f5a-4b9c-95d9-c0bde8001eb6 | Context tempest@default setup() finished in 0.90 sec 2020-12-09 11:49:35.423 35 INFO rally.task.context [-] Verification 1360bc98-8f5a-4b9c-95d9-c0bde8001eb6 | Context testr@default setup() finished in 0.47 msec 2020-12-09 11:49:35.423 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/63e42beb-4f44-4c49-82a6-32ab8d8f08d7'. 2020-12-09 11:49:41.251 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.028s] 2020-12-09 11:49:41.562 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.310s] 2020-12-09 11:49:41.651 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.085s] 2020-12-09 11:49:42.998 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.283s] 2020-12-09 11:49:43.708 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.305s] 2020-12-09 11:49:43.815 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.120s] 2020-12-09 11:49:45.113 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.112s] 2020-12-09 11:49:45.787 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.077s] 2020-12-09 11:49:46.724 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.012s] 2020-12-09 11:49:46.739 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.014s] 2020-12-09 11:49:46.749 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.010s] 2020-12-09 11:49:46.773 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.023s] 2020-12-09 11:49:46.780 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.007s] 2020-12-09 11:49:46.933 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.148s] 2020-12-09 11:49:46.937 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-12-09 11:49:46.947 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.010s] 2020-12-09 11:49:46.956 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.008s] 2020-12-09 11:49:46.961 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2020-12-09 11:49:46.972 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.010s] 2020-12-09 11:49:47.141 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.169s] 2020-12-09 11:49:47.195 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.083s] 2020-12-09 11:49:48.389 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.060s] 2020-12-09 11:49:48.448 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.059s] 2020-12-09 11:49:48.486 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.037s] 2020-12-09 11:49:48.524 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.037s] 2020-12-09 11:49:48.555 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.030s] 2020-12-09 11:49:48.577 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.022s] 2020-12-09 11:49:48.598 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.021s] 2020-12-09 11:49:48.622 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.022s] 2020-12-09 11:49:48.731 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.107s] 2020-12-09 11:49:48.859 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.129s] 2020-12-09 11:49:50.906 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.160s] 2020-12-09 11:49:52.973 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.066s] 2020-12-09 11:49:53.019 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.045s] 2020-12-09 11:49:55.115 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.094s] 2020-12-09 11:49:57.212 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.096s] 2020-12-09 11:49:59.316 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.105s] 2020-12-09 11:50:00.282 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.645s] 2020-12-09 11:50:00.765 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.068s] 2020-12-09 11:50:01.430 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.110s] 2020-12-09 11:50:01.911 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.016s] 2020-12-09 11:50:01.938 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.026s] 2020-12-09 11:50:03.557 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.127s] 2020-12-09 11:50:04.005 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.722s] 2020-12-09 11:50:05.668 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.108s] 2020-12-09 11:50:07.508 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.501s] 2020-12-09 11:50:07.751 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.084s] 2020-12-09 11:50:09.879 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.125s] 2020-12-09 11:50:11.153 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.646s] 2020-12-09 11:50:12.004 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.125s] 2020-12-09 11:50:14.118 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.113s] 2020-12-09 11:50:16.223 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.104s] 2020-12-09 11:50:18.345 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.120s] 2020-12-09 11:50:20.453 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.106s] 2020-12-09 11:50:22.582 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.128s] 2020-12-09 11:50:24.713 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.128s] 2020-12-09 11:50:26.868 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.154s] 2020-12-09 11:50:32.572 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.377s] 2020-12-09 11:50:33.783 35 INFO rally.task.context [-] Verification 1360bc98-8f5a-4b9c-95d9-c0bde8001eb6 | Context testr@default cleanup() started 2020-12-09 11:50:33.783 35 INFO rally.task.context [-] Verification 1360bc98-8f5a-4b9c-95d9-c0bde8001eb6 | Context testr@default cleanup() finished in 0.76 msec 2020-12-09 11:50:33.784 35 INFO rally.task.context [-] Verification 1360bc98-8f5a-4b9c-95d9-c0bde8001eb6 | Context tempest@default cleanup() started 2020-12-09 11:50:33.938 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_545340c5_gZLrok0A'. 2020-12-09 11:50:34.125 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_545340c5_gZLrok0A' has been deleted. 2020-12-09 11:50:34.126 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '0b90eaa7-c3f3-4d53-8691-9ae67504c6d4' of option 'instance_type' from Tempest config file. 2020-12-09 11:50:34.126 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '0b90eaa7-c3f3-4d53-8691-9ae67504c6d4' has been removed. 2020-12-09 11:50:34.133 35 INFO rally.task.context [-] Verification 1360bc98-8f5a-4b9c-95d9-c0bde8001eb6 | Context tempest@default cleanup() finished in 0.35 sec 2020-12-09 11:50:34.154 35 INFO rally.api [-] Verification (UUID=545340c5-c3b5-4fa4-8ec2-ac37fa8bc3ac) has been successfully finished for deployment 'opnfv-rally' (UUID=4cbdf5f1-8ac4-47e1-8308-54dcb92efcbf)! 2020-12-09 11:50:36.138 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:50:36.138 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:50:36.139 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:50:37.769 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:50:37.770 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:50:37.770 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:50:39.817 52 INFO rally.api [-] Building 'html' report for the following verification(s): '545340c5-c3b5-4fa4-8ec2-ac37fa8bc3ac' 2020-12-09 11:50:39.837 52 INFO rally.api [-] The report has been successfully built. 2020-12-09 11:50:41.419 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:50:41.419 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:50:41.419 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:50:43.584 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '545340c5-c3b5-4fa4-8ec2-ac37fa8bc3ac' 2020-12-09 11:50:43.589 54 INFO rally.api [-] The report has been successfully built.