2021-06-01 18:27:32.436 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:27:32.437 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:27:32.437 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:27:34.753 8 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-01 18:27:34.753 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 18:27:34.753 8 ERROR rally.cli.cliutils 2021-06-01 18:27:36.365 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:27:36.365 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:27:36.365 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:27:40.762 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:27:40.763 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:27:40.763 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:27:45.479 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:27:45.479 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:27:45.479 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:27:47.090 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:27:47.090 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:27:47.091 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:27:49.485 18 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-01 18:27:49.485 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 18:27:49.485 18 ERROR rally.cli.cliutils 2021-06-01 18:27:51.153 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:27:51.154 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:27:51.154 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:27:53.435 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-01 18:27:53.505 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-551717aa-f545-4d11-90b0-bfc2eacc3973/repo. 2021-06-01 18:27:53.875 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-551717aa-f545-4d11-90b0-bfc2eacc3973/repo'... done. Note: switching to '0a7e86b34458a2285985c21c8e7985621a36eae9'. 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-06-01 18:27:53.891 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g0a7e86b34 ' 2021-06-01 18:27:53.901 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '0a7e86b34458a2285985c21c8e7985621a36eae9 ' 2021-06-01 18:27:53.921 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-01 18:27:53.978 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-01 18:27:54.760 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=551717aa-f545-4d11-90b0-bfc2eacc3973) has been successfully created! 2021-06-01 18:27:56.546 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:27:56.547 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:27:56.547 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:28:01.087 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:28:01.087 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:28:01.087 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:28:03.405 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=551717aa-f545-4d11-90b0-bfc2eacc3973) for deployment 'opnfv-rally' (UUID=6fa5c46a-4533-4c37-80f4-865baf7cdec9). 2021-06-01 18:28:03.930 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=551717aa-f545-4d11-90b0-bfc2eacc3973) has been successfully configured for deployment 'opnfv-rally' (UUID=6fa5c46a-4533-4c37-80f4-865baf7cdec9)! 2021-06-01 18:28:13.237 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:28:13.238 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:28:13.238 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:28:15.454 36 INFO rally.api [-] Starting verification (UUID=cee39cdf-a7d6-4a8f-a0b7-1bab7c3d7d54) for deployment 'opnfv-rally' (UUID=6fa5c46a-4533-4c37-80f4-865baf7cdec9) by verifier 'opnfv-tempest' (UUID=551717aa-f545-4d11-90b0-bfc2eacc3973). 2021-06-01 18:28:16.120 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-01 18:28:16.121 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-551717aa-f545-4d11-90b0-bfc2eacc3973/for-deployment-6fa5c46a-4533-4c37-80f4-865baf7cdec9/tempest.log' to option 'log_file'. 2021-06-01 18:28:16.121 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-551717aa-f545-4d11-90b0-bfc2eacc3973/for-deployment-6fa5c46a-4533-4c37-80f4-865baf7cdec9/tempest.log 2021-06-01 18:28:16.121 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-01 18:28:16.122 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-551717aa-f545-4d11-90b0-bfc2eacc3973/for-deployment-6fa5c46a-4533-4c37-80f4-865baf7cdec9/lock_files' to option 'lock_path'. 2021-06-01 18:28:16.122 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-551717aa-f545-4d11-90b0-bfc2eacc3973/for-deployment-6fa5c46a-4533-4c37-80f4-865baf7cdec9/lock_files 2021-06-01 18:28:16.122 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-01 18:28:16.122 36 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-01 18:28:16.123 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 900c7c7c-fe9f-41d6-a078-6c1291e9ba45 2021-06-01 18:28:16.123 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c46f27d5-9817-45ad-b820-6a6d59780479 2021-06-01 18:28:16.124 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = a0353d57-edff-4bca-83cb-84a82328b4da 2021-06-01 18:28:16.124 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ef64346f-88c3-42b1-a6ed-a19cd108c016 2021-06-01 18:28:16.444 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-01 18:28:16.445 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_189d6af9-8da3-4972-a601-15236c0066c3 2021-06-01 18:28:16.446 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-01 18:28:16.560 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-01 18:28:16.603 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-01 18:28:16.603 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_cee39cdf_7ioQj3rh' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-01 18:28:16.642 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_cee39cdf_7ioQj3rh' (ID = bea9c39d-9606-414a-82f0-dd2ffa1183af) has been successfully created! 2021-06-01 18:28:16.642 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'bea9c39d-9606-414a-82f0-dd2ffa1183af' to option 'instance_type'. 2021-06-01 18:28:16.643 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = bea9c39d-9606-414a-82f0-dd2ffa1183af 2021-06-01 18:28:16.644 36 INFO rally.task.context [-] Verification 551717aa-f545-4d11-90b0-bfc2eacc3973 | Context tempest@default setup() finished in 0.95 sec 2021-06-01 18:28:16.645 36 INFO rally.task.context [-] Verification 551717aa-f545-4d11-90b0-bfc2eacc3973 | Context testr@default setup() finished in 0.34 msec 2021-06-01 18:28:16.645 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/d921c0e5-b27b-4914-8fec-7b790601b965'. 2021-06-01 18:28:22.152 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.030s] 2021-06-01 18:28:22.467 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.314s] 2021-06-01 18:28:23.002 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.013s] 2021-06-01 18:28:23.014 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.012s] 2021-06-01 18:28:23.023 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.009s] 2021-06-01 18:28:23.043 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.020s] 2021-06-01 18:28:23.051 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.007s] 2021-06-01 18:28:23.079 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.140s] 2021-06-01 18:28:23.081 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.152s] 2021-06-01 18:28:23.199 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.144s] 2021-06-01 18:28:23.203 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.006s] 2021-06-01 18:28:23.214 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.011s] 2021-06-01 18:28:23.222 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.007s] 2021-06-01 18:28:23.225 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.003s] 2021-06-01 18:28:23.233 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.008s] 2021-06-01 18:28:23.421 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.187s] 2021-06-01 18:28:26.784 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.171s] 2021-06-01 18:28:28.851 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.066s] 2021-06-01 18:28:28.904 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.052s] 2021-06-01 18:28:29.774 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.198s] 2021-06-01 18:28:30.506 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.337s] 2021-06-01 18:28:30.983 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.077s] 2021-06-01 18:28:31.899 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.122s] 2021-06-01 18:28:32.565 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.059s] 2021-06-01 18:28:33.058 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.075s] 2021-06-01 18:28:33.982 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.084s] 2021-06-01 18:28:35.140 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.080s] 2021-06-01 18:28:35.442 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.033s] 2021-06-01 18:28:35.504 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.062s] 2021-06-01 18:28:35.534 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.030s] 2021-06-01 18:28:35.560 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.025s] 2021-06-01 18:28:35.586 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.025s] 2021-06-01 18:28:35.605 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.018s] 2021-06-01 18:28:35.620 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.015s] 2021-06-01 18:28:35.640 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.019s] 2021-06-01 18:28:35.721 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.080s] 2021-06-01 18:28:35.823 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.101s] 2021-06-01 18:28:35.939 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.014s] 2021-06-01 18:28:35.960 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.021s] 2021-06-01 18:28:37.237 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.093s] 2021-06-01 18:28:39.323 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.087s] 2021-06-01 18:28:41.424 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.099s] 2021-06-01 18:28:43.506 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.081s] 2021-06-01 18:28:45.611 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.102s] 2021-06-01 18:28:47.728 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.115s] 2021-06-01 18:28:49.829 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.101s] 2021-06-01 18:28:50.063 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.061s] 2021-06-01 18:28:51.921 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.090s] 2021-06-01 18:28:54.016 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.094s] 2021-06-01 18:28:56.106 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.089s] 2021-06-01 18:28:57.897 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.578s] 2021-06-01 18:28:58.194 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.085s] 2021-06-01 18:29:00.310 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.116s] 2021-06-01 18:29:01.259 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.361s] 2021-06-01 18:29:02.436 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.122s] 2021-06-01 18:29:04.588 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.326s] 2021-06-01 18:29:07.962 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.375s] 2021-06-01 18:29:08.262 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.278s] 2021-06-01 18:29:10.039 36 INFO rally.task.context [-] Verification 551717aa-f545-4d11-90b0-bfc2eacc3973 | Context testr@default cleanup() started 2021-06-01 18:29:10.040 36 INFO rally.task.context [-] Verification 551717aa-f545-4d11-90b0-bfc2eacc3973 | Context testr@default cleanup() finished in 0.77 msec 2021-06-01 18:29:10.041 36 INFO rally.task.context [-] Verification 551717aa-f545-4d11-90b0-bfc2eacc3973 | Context tempest@default cleanup() started 2021-06-01 18:29:10.207 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_cee39cdf_7ioQj3rh'. 2021-06-01 18:29:10.388 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_cee39cdf_7ioQj3rh' has been deleted. 2021-06-01 18:29:10.389 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'bea9c39d-9606-414a-82f0-dd2ffa1183af' of option 'instance_type' from Tempest config file. 2021-06-01 18:29:10.390 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'bea9c39d-9606-414a-82f0-dd2ffa1183af' has been removed. 2021-06-01 18:29:10.394 36 INFO rally.task.context [-] Verification 551717aa-f545-4d11-90b0-bfc2eacc3973 | Context tempest@default cleanup() finished in 0.35 sec 2021-06-01 18:29:10.415 36 INFO rally.api [-] Verification (UUID=cee39cdf-a7d6-4a8f-a0b7-1bab7c3d7d54) has been successfully finished for deployment 'opnfv-rally' (UUID=6fa5c46a-4533-4c37-80f4-865baf7cdec9)! 2021-06-01 18:29:12.165 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:29:12.166 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:29:12.166 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:29:13.706 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:29:13.706 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:29:13.706 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:29:15.869 53 INFO rally.api [-] Building 'html' report for the following verification(s): 'cee39cdf-a7d6-4a8f-a0b7-1bab7c3d7d54' 2021-06-01 18:29:15.889 53 INFO rally.api [-] The report has been successfully built. 2021-06-01 18:29:17.487 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:29:17.488 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:29:17.488 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:29:19.948 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'cee39cdf-a7d6-4a8f-a0b7-1bab7c3d7d54' 2021-06-01 18:29:19.951 55 INFO rally.api [-] The report has been successfully built.