2021-06-08 08:11:10.164 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:11:10.165 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:11:10.165 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:11:12.388 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-06-08 08:11:12.388 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 08:11:12.388 7 ERROR rally.cli.cliutils 2021-06-08 08:11:13.827 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:11:13.828 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:11:13.828 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:11:17.708 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:11:17.708 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:11:17.708 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:11:22.136 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:11:22.136 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:11:22.136 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:11:23.479 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:11:23.479 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:11:23.479 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:11:25.696 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 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils force=force) 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 08:11:25.696 16 ERROR rally.cli.cliutils 2021-06-08 08:11:27.216 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:11:27.217 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:11:27.217 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:11:29.328 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-08 08:11:29.416 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-518dc786-9199-4e8a-9633-8f7356f2e996/repo. 2021-06-08 08:11:29.741 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-518dc786-9199-4e8a-9633-8f7356f2e996/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 ' 2021-06-08 08:11:29.753 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2021-06-08 08:11:29.761 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2021-06-08 08:11:29.785 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-08 08:11:29.830 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-08 08:11:30.463 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=518dc786-9199-4e8a-9633-8f7356f2e996) has been successfully created! 2021-06-08 08:11:32.015 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:11:32.015 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:11:32.015 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:11:36.138 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:11:36.138 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:11:36.138 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:11:38.175 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=518dc786-9199-4e8a-9633-8f7356f2e996) for deployment 'opnfv-rally' (UUID=071b26f1-05c6-4cbe-b29d-16b650cffbfe). 2021-06-08 08:11:39.527 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=518dc786-9199-4e8a-9633-8f7356f2e996) has been successfully configured for deployment 'opnfv-rally' (UUID=071b26f1-05c6-4cbe-b29d-16b650cffbfe)! 2021-06-08 08:11:47.655 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:11:47.656 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:11:47.656 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:11:49.832 33 INFO rally.api [-] Starting verification (UUID=984e4ad8-a45f-4538-9839-3009af69e6df) for deployment 'opnfv-rally' (UUID=071b26f1-05c6-4cbe-b29d-16b650cffbfe) by verifier 'opnfv-tempest' (UUID=518dc786-9199-4e8a-9633-8f7356f2e996). 2021-06-08 08:11:50.519 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-08 08:11:50.519 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-518dc786-9199-4e8a-9633-8f7356f2e996/for-deployment-071b26f1-05c6-4cbe-b29d-16b650cffbfe/tempest.log' to option 'log_file'. 2021-06-08 08:11:50.520 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-518dc786-9199-4e8a-9633-8f7356f2e996/for-deployment-071b26f1-05c6-4cbe-b29d-16b650cffbfe/tempest.log 2021-06-08 08:11:50.520 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-08 08:11:50.520 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-518dc786-9199-4e8a-9633-8f7356f2e996/for-deployment-071b26f1-05c6-4cbe-b29d-16b650cffbfe/lock_files' to option 'lock_path'. 2021-06-08 08:11:50.521 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-518dc786-9199-4e8a-9633-8f7356f2e996/for-deployment-071b26f1-05c6-4cbe-b29d-16b650cffbfe/lock_files 2021-06-08 08:11:50.521 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-08 08:11:50.521 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 2021-06-08 08:11:50.522 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 148f24c9-961a-4060-a3da-591e175405b3 2021-06-08 08:11:50.522 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 763f9aab-7b7b-40c8-beb8-18672960e92d 2021-06-08 08:11:50.523 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 64aff751-54f4-4f91-8564-e02652cd2ce5 2021-06-08 08:11:50.524 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = f7b8300d-bd3a-4ff8-8aac-fb938e8fe40e 2021-06-08 08:11:50.790 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-08 08:11:50.790 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_efe16774-d0ec-432e-addd-0618ee41b38d 2021-06-08 08:11:50.791 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-08 08:11:50.881 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-08 08:11:50.919 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_23b21e38_kNC3Mrla'. Using flavor 'rally_verify_23b21e38_kNC3Mrla' (ID = 887fc313-9fe1-49d9-95b0-173f4cac8b61) for the tests. 2021-06-08 08:11:50.920 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '887fc313-9fe1-49d9-95b0-173f4cac8b61' to option 'instance_type'. 2021-06-08 08:11:50.920 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 887fc313-9fe1-49d9-95b0-173f4cac8b61 2021-06-08 08:11:50.921 33 INFO rally.task.context [-] Verification 518dc786-9199-4e8a-9633-8f7356f2e996 | Context tempest@default setup() finished in 0.83 sec 2021-06-08 08:11:50.922 33 INFO rally.task.context [-] Verification 518dc786-9199-4e8a-9633-8f7356f2e996 | Context testr@default setup() finished in 0.33 msec 2021-06-08 08:11:50.922 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/25e3a35d-bd3f-4c35-904e-1253379e9d54'. 2021-06-08 08:11:55.878 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.036s] 2021-06-08 08:11:56.211 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.332s] 2021-06-08 08:11:56.740 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.095s] 2021-06-08 08:11:58.083 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.176s] 2021-06-08 08:11:58.671 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.102s] 2021-06-08 08:11:58.855 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.365s] 2021-06-08 08:12:00.157 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.072s] 2021-06-08 08:12:00.209 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.052s] 2021-06-08 08:12:00.929 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.074s] 2021-06-08 08:12:01.784 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.011s] 2021-06-08 08:12:01.794 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.011s] 2021-06-08 08:12:01.802 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.008s] 2021-06-08 08:12:01.820 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.017s] 2021-06-08 08:12:01.825 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.006s] 2021-06-08 08:12:01.979 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.147s] 2021-06-08 08:12:01.980 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.006s] 2021-06-08 08:12:01.990 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.011s] 2021-06-08 08:12:01.998 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.008s] 2021-06-08 08:12:02.002 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.003s] 2021-06-08 08:12:02.011 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.009s] 2021-06-08 08:12:02.194 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.182s] 2021-06-08 08:12:02.295 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.084s] 2021-06-08 08:12:04.070 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.041s] 2021-06-08 08:12:04.123 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.052s] 2021-06-08 08:12:04.153 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.030s] 2021-06-08 08:12:04.184 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.030s] 2021-06-08 08:12:04.217 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.032s] 2021-06-08 08:12:04.235 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.019s] 2021-06-08 08:12:04.252 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.017s] 2021-06-08 08:12:04.275 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.021s] 2021-06-08 08:12:04.361 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.085s] 2021-06-08 08:12:04.386 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.090s] 2021-06-08 08:12:04.467 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.108s] 2021-06-08 08:12:05.497 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.190s] 2021-06-08 08:12:06.472 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.085s] 2021-06-08 08:12:07.623 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.123s] 2021-06-08 08:12:08.571 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.096s] 2021-06-08 08:12:09.714 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.092s] 2021-06-08 08:12:10.676 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.105s] 2021-06-08 08:12:12.789 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.111s] 2021-06-08 08:12:14.869 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.081s] 2021-06-08 08:12:16.983 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.112s] 2021-06-08 08:12:19.102 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.117s] 2021-06-08 08:12:21.088 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.781s] 2021-06-08 08:12:21.201 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.099s] 2021-06-08 08:12:23.298 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.096s] 2021-06-08 08:12:23.532 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.057s] 2021-06-08 08:12:24.697 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.608s] 2021-06-08 08:12:25.416 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.116s] 2021-06-08 08:12:27.525 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.110s] 2021-06-08 08:12:28.578 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.881s] 2021-06-08 08:12:29.632 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.104s] 2021-06-08 08:12:31.749 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.116s] 2021-06-08 08:12:32.511 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.933s] 2021-06-08 08:12:33.880 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.132s] 2021-06-08 08:12:35.729 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.016s] 2021-06-08 08:12:35.755 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.026s] 2021-06-08 08:12:43.633 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.318s] 2021-06-08 08:12:44.876 33 INFO rally.task.context [-] Verification 518dc786-9199-4e8a-9633-8f7356f2e996 | Context testr@default cleanup() started 2021-06-08 08:12:44.877 33 INFO rally.task.context [-] Verification 518dc786-9199-4e8a-9633-8f7356f2e996 | Context testr@default cleanup() finished in 0.78 msec 2021-06-08 08:12:44.877 33 INFO rally.task.context [-] Verification 518dc786-9199-4e8a-9633-8f7356f2e996 | Context tempest@default cleanup() started 2021-06-08 08:12:45.050 33 INFO rally.task.context [-] Verification 518dc786-9199-4e8a-9633-8f7356f2e996 | Context tempest@default cleanup() finished in 0.17 sec 2021-06-08 08:12:45.072 33 INFO rally.api [-] Verification (UUID=984e4ad8-a45f-4538-9839-3009af69e6df) has been successfully finished for deployment 'opnfv-rally' (UUID=071b26f1-05c6-4cbe-b29d-16b650cffbfe)! 2021-06-08 08:12:46.600 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:12:46.601 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:12:46.601 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:12:47.940 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:12:47.940 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:12:47.940 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:12:49.995 45 INFO rally.api [-] Building 'html' report for the following verification(s): '984e4ad8-a45f-4538-9839-3009af69e6df' 2021-06-08 08:12:50.023 45 INFO rally.api [-] The report has been successfully built. 2021-06-08 08:12:51.475 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:12:51.476 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:12:51.476 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:12:53.472 47 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '984e4ad8-a45f-4538-9839-3009af69e6df' 2021-06-08 08:12:53.478 47 INFO rally.api [-] The report has been successfully built.