2021-02-13 20:08:50.434 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:08:50.435 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:08:50.435 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:08:52.734 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 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-13 20:08:52.734 7 ERROR rally.cli.cliutils 2021-02-13 20:08:54.412 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:08:54.412 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:08:54.413 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:08:58.751 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:08:58.751 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:08:58.751 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:09:03.252 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:09:03.252 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:09:03.252 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:09:04.563 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:09:04.564 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:09:04.564 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:09:06.572 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 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-13 20:09:06.572 17 ERROR rally.cli.cliutils 2021-02-13 20:09:08.125 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:09:08.125 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:09:08.126 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:09:10.100 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-13 20:09:10.165 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-1ad0f448-7c9e-49f9-a6c2-9694dfc9fa52/repo. 2021-02-13 20:09:10.463 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-1ad0f448-7c9e-49f9-a6c2-9694dfc9fa52/repo'... done. Note: switching to 'a3828db0973cbb5bf909ba4dc5535bd423074de9'. 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-02-13 20:09:10.477 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-ga3828db09 ' 2021-02-13 20:09:10.485 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'a3828db0973cbb5bf909ba4dc5535bd423074de9 ' 2021-02-13 20:09:10.507 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-13 20:09:10.556 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-13 20:09:11.346 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1ad0f448-7c9e-49f9-a6c2-9694dfc9fa52) has been successfully created! 2021-02-13 20:09:13.140 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:09:13.140 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:09:13.140 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:09:17.908 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:09:17.909 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:09:17.909 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:09:19.994 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1ad0f448-7c9e-49f9-a6c2-9694dfc9fa52) for deployment 'opnfv-rally' (UUID=52634770-60fc-40be-9264-266ab0ee0b85). 2021-02-13 20:09:20.548 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1ad0f448-7c9e-49f9-a6c2-9694dfc9fa52) has been successfully configured for deployment 'opnfv-rally' (UUID=52634770-60fc-40be-9264-266ab0ee0b85)! 2021-02-13 20:09:29.480 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:09:29.480 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:09:29.480 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:09:31.530 35 INFO rally.api [-] Starting verification (UUID=91671bea-8bf6-44cd-8ad1-1eb32836e02b) for deployment 'opnfv-rally' (UUID=52634770-60fc-40be-9264-266ab0ee0b85) by verifier 'opnfv-tempest' (UUID=1ad0f448-7c9e-49f9-a6c2-9694dfc9fa52). 2021-02-13 20:09:32.254 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-13 20:09:32.255 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1ad0f448-7c9e-49f9-a6c2-9694dfc9fa52/for-deployment-52634770-60fc-40be-9264-266ab0ee0b85/tempest.log' to option 'log_file'. 2021-02-13 20:09:32.255 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-1ad0f448-7c9e-49f9-a6c2-9694dfc9fa52/for-deployment-52634770-60fc-40be-9264-266ab0ee0b85/tempest.log 2021-02-13 20:09:32.256 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-13 20:09:32.256 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1ad0f448-7c9e-49f9-a6c2-9694dfc9fa52/for-deployment-52634770-60fc-40be-9264-266ab0ee0b85/lock_files' to option 'lock_path'. 2021-02-13 20:09:32.256 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-1ad0f448-7c9e-49f9-a6c2-9694dfc9fa52/for-deployment-52634770-60fc-40be-9264-266ab0ee0b85/lock_files 2021-02-13 20:09:32.257 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-13 20:09:32.257 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 2021-02-13 20:09:32.257 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 0eebda11-3296-4354-bea2-2c7b961c578c 2021-02-13 20:09:32.258 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 965c9f93-8dfe-426c-bfff-a775e2d6e833 2021-02-13 20:09:32.259 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 161320f4-73a7-48f3-a2e1-84af1fb65b72 2021-02-13 20:09:32.259 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b72cb7f9-f7cc-47d1-a970-62d8d58023e7 2021-02-13 20:09:32.541 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-13 20:09:32.542 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_ae68c7ec-bb88-4fb0-9ab2-23926e6c21cd 2021-02-13 20:09:32.542 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-13 20:09:32.654 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-13 20:09:32.704 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_8de24ffc_4CuZbWl4'. Using flavor 'rally_verify_8de24ffc_4CuZbWl4' (ID = 02499d4c-b5aa-4b74-976c-f6d28679d05f) for the tests. 2021-02-13 20:09:32.704 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '02499d4c-b5aa-4b74-976c-f6d28679d05f' to option 'instance_type'. 2021-02-13 20:09:32.704 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 02499d4c-b5aa-4b74-976c-f6d28679d05f 2021-02-13 20:09:32.705 35 INFO rally.task.context [-] Verification 1ad0f448-7c9e-49f9-a6c2-9694dfc9fa52 | Context tempest@default setup() finished in 0.94 sec 2021-02-13 20:09:32.706 35 INFO rally.task.context [-] Verification 1ad0f448-7c9e-49f9-a6c2-9694dfc9fa52 | Context testr@default setup() finished in 0.34 msec 2021-02-13 20:09:32.706 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/c1bff724-e7b8-4837-962d-f0505c6504dc'. 2021-02-13 20:09:38.190 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.033s] 2021-02-13 20:09:38.489 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.299s] 2021-02-13 20:09:38.594 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.011s] 2021-02-13 20:09:38.605 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.011s] 2021-02-13 20:09:38.615 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.010s] 2021-02-13 20:09:38.634 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.019s] 2021-02-13 20:09:38.637 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.097s] 2021-02-13 20:09:38.641 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.006s] 2021-02-13 20:09:38.778 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.132s] 2021-02-13 20:09:38.781 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.006s] 2021-02-13 20:09:38.790 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.010s] 2021-02-13 20:09:38.797 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.007s] 2021-02-13 20:09:38.801 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.002s] 2021-02-13 20:09:38.808 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.008s] 2021-02-13 20:09:38.961 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.152s] 2021-02-13 20:09:40.632 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.228s] 2021-02-13 20:09:42.121 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.218s] 2021-02-13 20:09:42.705 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.073s] 2021-02-13 20:09:44.260 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.137s] 2021-02-13 20:09:44.271 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.079s] 2021-02-13 20:09:46.339 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.079s] 2021-02-13 20:09:48.885 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.014s] 2021-02-13 20:09:48.907 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.022s] 2021-02-13 20:09:51.546 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.163s] 2021-02-13 20:09:53.451 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.042s] 2021-02-13 20:09:53.500 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.048s] 2021-02-13 20:09:53.529 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.028s] 2021-02-13 20:09:53.558 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.028s] 2021-02-13 20:09:53.587 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.028s] 2021-02-13 20:09:53.607 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.020s] 2021-02-13 20:09:53.610 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.064s] 2021-02-13 20:09:53.623 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.016s] 2021-02-13 20:09:53.644 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.021s] 2021-02-13 20:09:53.654 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.044s] 2021-02-13 20:09:53.740 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.094s] 2021-02-13 20:09:53.864 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.123s] 2021-02-13 20:09:55.738 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.081s] 2021-02-13 20:09:57.822 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.083s] 2021-02-13 20:09:57.844 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.062s] 2021-02-13 20:09:59.922 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.099s] 2021-02-13 20:10:02.028 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.104s] 2021-02-13 20:10:04.132 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.102s] 2021-02-13 20:10:05.155 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.082s] 2021-02-13 20:10:06.235 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.103s] 2021-02-13 20:10:06.290 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.375s] 2021-02-13 20:10:08.319 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.084s] 2021-02-13 20:10:08.504 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.348s] 2021-02-13 20:10:10.433 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.112s] 2021-02-13 20:10:11.868 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.361s] 2021-02-13 20:10:12.544 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.108s] 2021-02-13 20:10:14.655 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.110s] 2021-02-13 20:10:14.970 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.103s] 2021-02-13 20:10:16.771 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.115s] 2021-02-13 20:10:18.906 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.133s] 2021-02-13 20:10:21.068 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.162s] 2021-02-13 20:10:23.191 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.123s] 2021-02-13 20:10:25.331 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.135s] 2021-02-13 20:10:27.462 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.132s] 2021-02-13 20:10:28.609 35 INFO rally.task.context [-] Verification 1ad0f448-7c9e-49f9-a6c2-9694dfc9fa52 | Context testr@default cleanup() started 2021-02-13 20:10:28.610 35 INFO rally.task.context [-] Verification 1ad0f448-7c9e-49f9-a6c2-9694dfc9fa52 | Context testr@default cleanup() finished in 0.71 msec 2021-02-13 20:10:28.610 35 INFO rally.task.context [-] Verification 1ad0f448-7c9e-49f9-a6c2-9694dfc9fa52 | Context tempest@default cleanup() started 2021-02-13 20:10:28.801 35 INFO rally.task.context [-] Verification 1ad0f448-7c9e-49f9-a6c2-9694dfc9fa52 | Context tempest@default cleanup() finished in 0.19 sec 2021-02-13 20:10:28.834 35 INFO rally.api [-] Verification (UUID=91671bea-8bf6-44cd-8ad1-1eb32836e02b) has been successfully finished for deployment 'opnfv-rally' (UUID=52634770-60fc-40be-9264-266ab0ee0b85)! 2021-02-13 20:10:30.492 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:10:30.492 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:10:30.492 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:10:32.076 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:10:32.076 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:10:32.076 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:10:34.274 52 INFO rally.api [-] Building 'html' report for the following verification(s): '91671bea-8bf6-44cd-8ad1-1eb32836e02b' 2021-02-13 20:10:34.298 52 INFO rally.api [-] The report has been successfully built. 2021-02-13 20:10:35.917 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:10:35.917 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:10:35.918 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:10:37.964 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '91671bea-8bf6-44cd-8ad1-1eb32836e02b' 2021-02-13 20:10:37.968 54 INFO rally.api [-] The report has been successfully built.