2022-02-19 16:32:19.931 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:32:19.932 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:32:19.932 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:32:22.890 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 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-02-19 16:32:22.890 7 ERROR rally.cli.cliutils 2022-02-19 16:32:24.898 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:32:24.899 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:32:24.899 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:32:29.114 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:32:29.114 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:32:29.114 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:32:33.820 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:32:33.821 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:32:33.821 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:32:35.294 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:32:35.294 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:32:35.295 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils force=force) 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-02-19 16:32:37.353 16 ERROR rally.cli.cliutils 2022-02-19 16:32:38.952 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:32:38.953 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:32:38.953 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:32:41.168 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-02-19 16:32:41.246 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-8407fc6e-bc87-4448-a41c-b61b39bca23b/repo. 2022-02-19 16:32:41.693 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-8407fc6e-bc87-4448-a41c-b61b39bca23b/repo'... done. Note: checking out '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2022-02-19 16:32:41.707 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g1e9f9ce3b ' 2022-02-19 16:32:41.723 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a ' 2022-02-19 16:32:41.775 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-02-19 16:32:41.872 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-02-19 16:32:42.727 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8407fc6e-bc87-4448-a41c-b61b39bca23b) has been successfully created! 2022-02-19 16:32:44.383 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:32:44.384 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:32:44.384 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:32:49.022 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:32:49.022 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:32:49.022 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:32:51.422 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8407fc6e-bc87-4448-a41c-b61b39bca23b) for deployment 'opnfv-rally' (UUID=2d37869a-17a3-4a18-ae09-91202643df27). 2022-02-19 16:32:51.877 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8407fc6e-bc87-4448-a41c-b61b39bca23b) has been successfully configured for deployment 'opnfv-rally' (UUID=2d37869a-17a3-4a18-ae09-91202643df27)! 2022-02-19 16:33:01.563 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:33:01.564 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:33:01.564 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:33:04.008 33 INFO rally.api [-] Starting verification (UUID=df387a8d-a71d-4c96-a8dc-b8aa6e2e96ce) for deployment 'opnfv-rally' (UUID=2d37869a-17a3-4a18-ae09-91202643df27) by verifier 'opnfv-tempest' (UUID=8407fc6e-bc87-4448-a41c-b61b39bca23b). 2022-02-19 16:33:04.630 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-02-19 16:33:04.631 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8407fc6e-bc87-4448-a41c-b61b39bca23b/for-deployment-2d37869a-17a3-4a18-ae09-91202643df27/tempest.log' to option 'log_file'. 2022-02-19 16:33:04.631 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-8407fc6e-bc87-4448-a41c-b61b39bca23b/for-deployment-2d37869a-17a3-4a18-ae09-91202643df27/tempest.log 2022-02-19 16:33:04.632 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-02-19 16:33:04.632 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8407fc6e-bc87-4448-a41c-b61b39bca23b/for-deployment-2d37869a-17a3-4a18-ae09-91202643df27/lock_files' to option 'lock_path'. 2022-02-19 16:33:04.632 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-8407fc6e-bc87-4448-a41c-b61b39bca23b/for-deployment-2d37869a-17a3-4a18-ae09-91202643df27/lock_files 2022-02-19 16:33:04.633 33 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 2022-02-19 16:33:04.633 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 480fe3bb-179a-4e5e-a41d-b7414915a7b9 2022-02-19 16:33:04.634 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 34f71b81-1984-4ffd-9f8b-40ae8f76001a 2022-02-19 16:33:04.635 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = fcae31d5-4a25-4afd-9b5b-72941b22228c 2022-02-19 16:33:04.636 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = fb0cb07d-12b1-45c1-b52d-47690d3d3958 2022-02-19 16:33:04.915 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-02-19 16:33:04.915 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_05551266-09b1-446d-a9ec-cafa04e5bc8f 2022-02-19 16:33:04.916 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-02-19 16:33:04.988 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-02-19 16:33:05.026 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_2008a33c_RJV29mgY'. Using flavor 'rally_verify_2008a33c_RJV29mgY' (ID = 6c98aa47-e058-4e2a-b407-efeadfe444ea) for the tests. 2022-02-19 16:33:05.027 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6c98aa47-e058-4e2a-b407-efeadfe444ea' to option 'instance_type'. 2022-02-19 16:33:05.027 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6c98aa47-e058-4e2a-b407-efeadfe444ea 2022-02-19 16:33:05.029 33 INFO rally.task.context [-] Verification 8407fc6e-bc87-4448-a41c-b61b39bca23b | Context tempest@default setup() finished in 0.86 sec 2022-02-19 16:33:05.030 33 INFO rally.task.context [-] Verification 8407fc6e-bc87-4448-a41c-b61b39bca23b | Context testr@default setup() finished in 0.33 msec 2022-02-19 16:33:05.030 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/a9319d0d-73c1-434e-8803-e26d38c5523e'. 2022-02-19 16:33:10.965 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.032s] 2022-02-19 16:33:11.349 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.384s] 2022-02-19 16:33:11.616 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.078s] 2022-02-19 16:33:12.940 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.280s] 2022-02-19 16:33:13.653 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.267s] 2022-02-19 16:33:13.738 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.087s] 2022-02-19 16:33:15.067 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.123s] 2022-02-19 16:33:15.724 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.072s] 2022-02-19 16:33:16.779 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.012s] 2022-02-19 16:33:16.792 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.012s] 2022-02-19 16:33:16.801 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.009s] 2022-02-19 16:33:16.820 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.019s] 2022-02-19 16:33:16.826 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.006s] 2022-02-19 16:33:16.954 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.120s] 2022-02-19 16:33:16.955 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.007s] 2022-02-19 16:33:16.965 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.010s] 2022-02-19 16:33:16.971 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.007s] 2022-02-19 16:33:16.975 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.003s] 2022-02-19 16:33:16.984 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.009s] 2022-02-19 16:33:17.145 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.080s] 2022-02-19 16:33:17.171 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.186s] 2022-02-19 16:33:18.624 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.039s] 2022-02-19 16:33:18.686 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.060s] 2022-02-19 16:33:18.721 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.035s] 2022-02-19 16:33:18.755 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.034s] 2022-02-19 16:33:18.790 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.033s] 2022-02-19 16:33:18.811 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.021s] 2022-02-19 16:33:18.836 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.024s] 2022-02-19 16:33:18.861 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.023s] 2022-02-19 16:33:18.996 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.134s] 2022-02-19 16:33:19.107 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.111s] 2022-02-19 16:33:21.146 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.181s] 2022-02-19 16:33:23.217 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.069s] 2022-02-19 16:33:23.265 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.048s] 2022-02-19 16:33:25.352 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.087s] 2022-02-19 16:33:27.434 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.080s] 2022-02-19 16:33:27.594 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.025s] 2022-02-19 16:33:27.624 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.029s] 2022-02-19 16:33:29.529 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.094s] 2022-02-19 16:33:30.779 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.064s] 2022-02-19 16:33:31.638 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.107s] 2022-02-19 16:33:33.742 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.104s] 2022-02-19 16:33:35.807 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [4.107s] 2022-02-19 16:33:35.830 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.087s] 2022-02-19 16:33:37.907 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.077s] 2022-02-19 16:33:39.644 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.834s] 2022-02-19 16:33:40.015 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.106s] 2022-02-19 16:33:42.132 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.116s] 2022-02-19 16:33:43.357 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.714s] 2022-02-19 16:33:44.228 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.095s] 2022-02-19 16:33:46.314 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.087s] 2022-02-19 16:33:47.199 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.843s] 2022-02-19 16:33:48.418 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.102s] 2022-02-19 16:33:50.517 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.098s] 2022-02-19 16:33:52.624 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.104s] 2022-02-19 16:33:54.736 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.110s] 2022-02-19 16:33:56.851 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.115s] 2022-02-19 16:34:02.923 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.408s] 2022-02-19 16:34:04.604 33 INFO rally.task.context [-] Verification 8407fc6e-bc87-4448-a41c-b61b39bca23b | Context testr@default cleanup() started 2022-02-19 16:34:04.605 33 INFO rally.task.context [-] Verification 8407fc6e-bc87-4448-a41c-b61b39bca23b | Context testr@default cleanup() finished in 0.93 msec 2022-02-19 16:34:04.605 33 INFO rally.task.context [-] Verification 8407fc6e-bc87-4448-a41c-b61b39bca23b | Context tempest@default cleanup() started 2022-02-19 16:34:04.795 33 INFO rally.task.context [-] Verification 8407fc6e-bc87-4448-a41c-b61b39bca23b | Context tempest@default cleanup() finished in 0.19 sec 2022-02-19 16:34:04.820 33 INFO rally.api [-] Verification (UUID=df387a8d-a71d-4c96-a8dc-b8aa6e2e96ce) has been successfully finished for deployment 'opnfv-rally' (UUID=2d37869a-17a3-4a18-ae09-91202643df27)! 2022-02-19 16:34:06.582 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:34:06.583 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:34:06.583 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:34:08.184 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:34:08.184 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:34:08.184 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:34:10.651 45 INFO rally.api [-] Building 'html' report for the following verification(s): 'df387a8d-a71d-4c96-a8dc-b8aa6e2e96ce' 2022-02-19 16:34:10.677 45 INFO rally.api [-] The report has been successfully built. 2022-02-19 16:34:12.198 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:34:12.199 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:34:12.199 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:34:14.333 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'df387a8d-a71d-4c96-a8dc-b8aa6e2e96ce' 2022-02-19 16:34:14.338 47 INFO rally.api [-] The report has been successfully built.